Its the timezone error. But it just wont work, even after addin the timezone in the php.ini.
Tryed
and restarting the apache
and
and restarting the apache. Just wont work.
//e: Thats my runtime.log:
Code: Select all
################################## ###################################
################################## ###################################
###
################ ################ ### ############ ########### ###
################ ################ ### ############ ########### ###
### ### ### ### ### ### ### ###
### ### ### ### ### ### ### ###
### ### ### ### ### ### ### ###
### ### ### ### ### ### ### ###
### ### ### ### ### ### ### ###
### ### ### ### ### ### ### ###
ManiaLive
PHP Environment Compatibility Test
-----------------------------------------------------
PHP 5.3.1 or newer -> required -> [ Yes ] 5.3.6-6~dotdeb.0
Standard PHP Library -> required -> [ Yes ]
JSON -> required -> [ Yes ]
cURL with SSL -> required -> [ Yes ] 7.18.2 (OpenSSL/0.9.8g) (with OpenSSL/0.9.8g)
SQLite -> optionnal -> [ No ]
-----------------------------------------------------
SQLite is disable, threading will not work. ManiaLive may encounter some perfomance trouble.PHP Fatal error: Uncaught exception 'ErrorException' with message '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 /path/to/maniaplanet/manialive/libraries/ManiaLive/Application/ErrorHandling.php:113
Stack trace:
#0 [internal function]: ManiaLive\Application\ErrorHandling::createExceptionFromError(2, 'date(): It is n...', '/path/to/ma...', 113, Array)
#1 /path/to/maniaplanet/manialive/libraries/ManiaLive/Application/ErrorHandling.php(113): date('d.m.Y')
#2 /path/to/maniaplanet/manialive/libraries/ManiaLive/Application/ErrorHandling.php(55): ManiaLive\Application\ErrorHandling::displayAndLogError(Object(ErrorException))
#3 /path/to/maniaplanet/manialive/libraries/ManiaLive/Application/AbstractApplication.php( in /path/to/maniaplanet/manialive/libraries/ManiaLive/Application/ErrorHandling.php on line 113
Fatal error: Uncaught exception 'ErrorException' with message '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 /path/to/maniaplanet/manialive/libraries/ManiaLive/Application/ErrorHandling.php:113
Stack trace:
#0 [internal function]: ManiaLive\Application\ErrorHandling::createExceptionFromError(2, 'date(): It is n...', '/path/to/ma...', 113, Array)
#1 /path/to/maniaplanet/manialive/libraries/ManiaLive/Application/ErrorHandling.php(113): date('d.m.Y')
#2 /path/to/maniaplanet/manialive/libraries/ManiaLive/Application/ErrorHandling.php(55): ManiaLive\Application\ErrorHandling::displayAndLogError(Object(ErrorException))
#3 /path/to/maniaplanet/manialive/libraries/ManiaLive/Application/AbstractApplication.php( in /path/to/maniaplanet/manialive/libraries/ManiaLive/Application/ErrorHandling.php on line 113
[/size]
//e2: Fix: Edit the correct php.ini

Protip:
to find out which one's the right.
Thank you all for your help <3