Micro blog about Answer to the Ultimate Question of Life, the Universe, and Everything.
  • Home
    • List all categories
    • Sitemap
  • Downloads
    • WebSphere
    • Hitachi902
    • Hospital
    • Kryptonite
    • OCR
    • APK
  • About me
    • Gallery
      • Italy2022
      • Côte d'Azur 2024
    • Curriculum vitae
      • Resume
      • Lebenslauf
    • Social networks
      • Facebook
      • Twitter
      • LinkedIn
      • Xing
      • GitHub
      • Google Maps
      • Sports tracker
    • Adventures planning
  1. You are here:  
  2. Home
  3. PHP

Warning: date()

Details
Written by: Stanko Milosev
Category: PHP
Published: 22 September 2010
Last Updated: 30 November -0001
Hits: 5957

If you are receiving error like:

Warning: date(): It is not safe to rely on the system's timezone settings.

In PHP 5.3.x

Fastest fix is to add something like:

date.timezone = "Europe/Ljubljana"

in your php.ini.

Data source name not found and no default driver specified

Details
Written by: Stanko Milosev
Category: PHP
Published: 12 March 2009
Last Updated: 30 November -0001
Hits: 5768

If received error like this one, then, beside all, you should check have you installed the SQL Server 2005 version of the SQL Native Client, since I didn't know that, and I tried to do it with the the SQL Server 2008 version of the SQL Native Client.

Taken from here.

The specified module could not be found.

Details
Written by: Stanko Milosev
Category: PHP
Published: 10 February 2009
Last Updated: 30 November -0001
Hits: 6148

If you received error like in title while trying to install php 5.2.8, then read this, maybe it wil be helpfull for you too :)

Mostly I followed instructions from here, my problem was that I had installed IIS 5.1 and IIS 6... Have no idea how that happened.

If you start msi instalation of php to change anything, than you will probably have to go to IIS manager and remove " from .php mappings.

 

Instalation on IIS 5.1 (WinXp)

Details
Written by: Stanko Milosev
Category: PHP
Published: 12 November 2008
Last Updated: 14 December 2008
Hits: 6224

If the path to your PHP directory has spaces (e.g. "C:\Program Files\PHP") and IIS gives a 500+ error or responds with "The specified module could not be found." when you try to run a PHP script, try changing the ISAPI DLL's path in IIS (in the "Home Directory" tab, under "Configuration...") to the 8.3-equivalent path.
 
That is, use C:\PROGRA~1\PHP\php5isapi.dll instead of "C:\Program Files\PHP\php5isapi.dll".

 Copy/Pasted from here.

  1. Save XML in human readable format
  2. NuSOAP
  3. Passing $_POST variable to redirected page.
  4. List all files in a directory tree.

Subcategories

PHP

Page 1 of 4

  • 1
  • 2
  • 3
  • 4