View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0016967 | MantisTouch | General | public | 2014-02-14 00:54 | 2015-11-12 23:44 |
| Reporter | eziworx | Assigned To | vboctor | ||
| Priority | high | Severity | major | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | Chrome | OS | Windows | OS Version | 7 |
| Product Version | 1.3.0 | ||||
| Fixed in Version | Next | ||||
| Summary | 0016967: Error relating to time zone not set | ||||
| Description | When logging into Mantis Touch - 1st page that comes up is 2048: error_log() [function.error-log]: 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 'America/Los_Angeles' for 'PST/-8.0/no DST' instead Please advise which file needs to be configured and with what information | ||||
| Steps To Reproduce | Fresh install of Mantisbt V 1.2.16 and Mantis Touch V1.30 I have configured the config_inc.php to include $g_default_timezone = ('Australia\West') The problem is occurring with or without this setting | ||||
| Additional Information | PHP Version 5.2.17 on Linux hedgehog.arvixe.com | ||||
| Tags | No tags attached. | ||||
|
Any help on this one - anyone? Please.... |
|
|
Ok so have upgraded to Mantis Touch 1.31 - still cannot use it on any mobile device due to this error that come up when logging in....please would someone offer some advise on this issue. I have set My Account - Preferences - Time Zone as well which has made no difference. |
|
|
FYI: The default Time Zone for MantisBT is working correctly - this issue is only occurring in Mantis Touch $g_default_timezone = ('Australia\West') |
|
|
I was not able to reproduce this, but I've added code to protect against such condition. In the error message the following part seems to point to the root cause: "We selected 'America/Los_Angeles' for 'PST/-8.0/no DST' instead" -- why is the MantisBT instance returning a format that the setting of the time zone doesn't like. Why does it work from desktop browser and not from mobile browser. Something is interesting here, I'm not sure what it is. |
|