View Issue Details

IDProjectCategoryView StatusLast Update
0011855mantisbtinstallationpublic2012-11-23 18:02
Reporterrakekniven Assigned Todregad  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionno change required 
Summary0011855: check.php complains BAD about System/Localtime
Description

I installed MantisBT and admin/check.php complains:
Checking if timezone is valid from config.inc.php....
System/Localtime BAD

After changing it to
$g_default_timezone = 'Europe/Berlin'
there was no BAD anymore.

Atrol said in Forum:
"I had no look at source code, but I think MantisBT core should be installable in a standard installation without having the need to customize anything manually in config_inc.php (at least if email is disabled)"

Thread: http://www.mantisbt.org/forums/viewtopic.php?f=3&t=10305&p=26603#p26600

TagsNo tags attached.

Activities

dregad

dregad

2012-11-13 11:16

developer   ~0034307

'System/Localtime' is not a valid value for timezone (see http://php.net/timezones for a list of supported timezones)

MantisBT does not require you to set the timezone in config_inc.php (as long as it is properly defined in php.ini)

The system works as designed.