[gelöst] Fehler in Drupal 6.25 nach Aktivieren von PHP 5.3
am 10.04.2012 - 15:35 Uhr in
Hallo Liste,
für andere Aplikationen brauchte ich PHP 5.3 seit dem bekomme ich in Drupal 6.25 immer folgende Fehler:
warning: date() [
function.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.
In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin'
for 'CEST/2.0/DST' instead in /var/www/web815/html/drupal-alt/sites/all/modules/ubercart/uc_roles/uc_roles.module on line 996.
warning: date() [
function.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.
In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin'
for 'CEST/2.0/DST' instead in /var/www/web815/html/drupal-alt/sites/all/modules/ubercart/uc_roles/uc_roles.module on line 997.
warning: date() [
function.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.
In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin'
for 'CEST/2.0/DST' instead in /var/www/web815/html/drupal-alt/sites/all/modules/ubercart/uc_roles/uc_roles.module on line 998.
warning: strtotime() [
function.strtotime]:
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.
In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin'
for 'CEST/2.0/DST' instead in /var/www/web815/html/drupal-alt/sites/all/modules/ubercart/uc_store/uc_store.module on line 1047.
Was kann ich hier machen?
Vielen Dank!
- Anmelden oder Registrieren um Kommentare zu schreiben

hi schau mal
am 10.04.2012 - 16:57 Uhr
hi
schau mal hier:
http://drupal.org/node/598636#comment-2424978
gruss
stef
Hallo, ich habe es jetzt
am 13.04.2012 - 14:33 Uhr
Hallo,
ich habe es jetzt über die Herabstufung von PHP gelöst.
in der htaccess steht jetzt folgende Zeile:
"AddHandler x-httpd-php5 .php"
Grüße Lars