EVE-SECURE / temars-eve-api

Automatically exported from code.google.com/p/temars-eve-api
0 stars 0 forks source link

system timezone error #38

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
TEA Version?
1.2.0

SMF Version?
SMF 2.0 RC4 http://dromeda.net/forum

What steps will reproduce the problem?
1.When I push the get character button

What is the expected output? What do you see instead?
Expect it to show without errors. I do get characters, but also a weird error 
msg

Please provide any additional information below.
When get characters is pushed it fetch characters, but also give me an error 
msg:

Strict Standards: reloadSettings() [function.reloadsettings]: It is not safe to 
rely on the system's timezone settings. Please use the date.timezone setting, 
the TZ environment variable 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 /forum/Sources/Load.php on line 179

Notice: Undefined index: lang_character_set in /forum/Sources/Load.php on line 
179

Original issue reported on code.google.com by dromeda....@gmail.com on 27 Apr 2011 at 12:23

GoogleCodeExporter commented 9 years ago
I corrected the first error by making a .htaccess file with #Set the timezone
SetEnv TZ Europe/Berlin

Next error still exist:

Notice: Undefined index: lang_character_set in /forum/Sources/Load.php on line 
179

Original comment by dromeda....@gmail.com on 27 Apr 2011 at 1:28

GoogleCodeExporter commented 9 years ago

Original comment by tema...@googlemail.com on 27 Apr 2011 at 11:15