View Issue Details

IDProjectCategoryView StatusLast Update
0016544mantisbtbugtrackerpublic2013-11-10 04:03
Reporterlisa_zhang Assigned Todregad  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionunable to reproduce 
OSredhat 
Product Version1.2.15 
Summary0016544: Help! I cann't choose timezone
Description

Help! I cann't choose timezone.Please see attachment,there no timezone to choose.

TagsNo tags attached.
Attached Files
untitled.bmp (50,510 bytes)   
untitled.bmp (50,510 bytes)   
check1.bmp (1,638,734 bytes)

Relationships

related to 0014009 closeddregad admin/check.php fatal error on PHP 5.1.x (undefined function timezone_identifiers_list()) 

Activities

dregad

dregad

2013-10-28 10:46

developer   ~0038369

Works for me.

Time zone is provided by PHP function timezone_identifiers_list() - if the list is empty, maybe there is an issue with your installation.

lisa_zhang

lisa_zhang

2013-10-29 01:57

reporter   ~0038376

My php information as below
version:5.1.6 Release:39.el5_8

Is timezone_identifiers_list function not available in this version?

atrol

atrol

2013-10-29 02:53

developer   ~0038377

Run admin/check.php to check your installation
I recommend to use a newer PHP version (at least 5.3.3)

@dregad, seems that 0014009 is not fixed.

dregad

dregad

2013-10-29 04:17

developer   ~0038379

@dregad, seems that 0014009 is not fixed.

0014009 is about a non-existing function error when running the admin checks, which is definitely solved.

Short of defining our own timezone data, I don't see any way to populate this list properly. A possible alternative would be to provide a free-text field to let users enter timezone manually in the preferences when timezone_identifiers_list() is not available.

OTOH, I don't think it is really worth the effort, considering that PHP 5.1 is not supported anymore since 24 Aug 2006... [1]. IMO users should upgrade to 5.3 or at least the latest 5.2 (if only for security reasons)

[1] http://www.php.net/eol.php

lisa_zhang

lisa_zhang

2013-10-29 04:40

reporter   ~0038380

I run check.php,there is no error.See the attachment 'check.bmp'.

lisa_zhang

lisa_zhang

2013-10-29 04:55

reporter   ~0038381

I'm sorry,I upload a error attachment.Please see the attachment'check1.bmp',It's the result after running check.php.it's the same with another computer of ubuntu system . but that computer has timezone options.

lisa_zhang

lisa_zhang

2013-10-29 05:07

reporter   ~0038382

Thanks for your answer.From your infomation,It's the PHP version not support timezone_identifiers_list function. right ? I will update PHP version and test it.

dregad

dregad

2013-10-29 05:59

developer   ~0038383

It's the PHP version not support timezone_identifiers_list function. right ?

Correct.