Quantcast
Viewing all articles
Browse latest Browse all 15

PHP 5.3.x and Date Error in Drupal

After i've upgraded my PHP to the latest version, i found there is a problem with my PHP date function.

here is the error example :

"warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function.

Here is the fastest way to fixed this issue.

Login as root into your server

Edit php.ini

#pico /usr/local/etc/php.ini

read more


Viewing all articles
Browse latest Browse all 15

Trending Articles