Hi, danke dir!
Das Web-Installations-Script kann ich jetzt aufrufen, bekomme aber kurz vor Ende der Installation folgende Fehlermeldung:
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. 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/web1020/html/ssv/installation/installer/helper.php on line 289
Und im Frontend beim Seitenaufruf dann:
Warning: 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/web1020/html/ssv/libraries/joomla/utilities/date.php on line 56Warning: 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/web1020/html/ssv/libraries/joomla/utilities/date.php on line
198
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. 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/web1020/html/ssv/libraries/joomla/utilities/date.php on line
198
Diese Fehler hatte ich auf dem vormaligen Webspace auch nicht... =/ Bevor ich da irgendwelche Dateien in der empfohlenen Weise umschreibe, wollte ich erst mal sichergehen, ob das Problem nicht auch serverseitig behoben werden kann... (?)
EDIT: Also ich habe mich mal belesen und scheinbar hat Joomla! 1.5 Probleme mit PHP 5.3 (oder umgekehrt). Die Lösung ist angeblich, dass man in der serverseitigen php.ini folgendes hinterlegt:
[Date]
; Defines the default timezone used by the date functions
date.timezone = "Europe/Berlin"
Allerdings muss das - wenn überhaupt - ein Admin machen. Ich seh diese Datei nicht auf meinem Webspace...
Es soll auch mit einer .htaccess funktionieren, aber wenn ich eine solche anlege und den obigen Code einfüge, erhalte ich
Internal Server ErrorThe server encountered an internal error or
misconfiguration and was unable to complete
your request.
Please contact the server administrator,
[no address given] and inform them of the time the error occurred,
and anything you might have done that may have
caused the error.
More information about this error may be available
in the server error log.
Ich wäre für schnelle Hilfe dankbar, da die Seite in den nächsten Tagen "ans Netz" gehen soll.