View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0019609 | mantisbt | administration | public | 2015-04-12 08:49 | 2016-08-15 09:02 |
| Reporter | benoit.rolland | Assigned To | dregad | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 1.2.19 | ||||
| Target Version | 1.2.20 | Fixed in Version | 1.2.20 | ||
| Summary | 0019609: function timezone_identifiers_list used before checked for existance. Lead to Fatal error | ||||
| Description | function timezone_identifiers_list used before checked for existance. Lead to Fatal error Fatal error: Call to undefined function timezone_identifiers_list() in /mnt/105/sdb/a/b/(...)/mantisbt-1.2.19/admin/check.php on line 388 Solution: /////////////////////////////// Current code //////////////////////////////
/////////////////////////////// Should be: ////////////////////////////// | ||||
| Steps To Reproduce | Need a a server not supporting function: "timezone_identifiers_list" You will receive: Fatal error: Call to undefined function timezone_identifiers_list() in /mnt/105/sdb/a/b/(...)/mantisbt-1.2.19/admin/check.php on line 388 | ||||
| Tags | No tags attached. | ||||