Closed Bug 1286122 Opened 8 years ago Closed 8 years ago

cannot search or file a bug in bugzilla

Categories

(Bugzilla :: Query/Bug List, defect)

5.0.2
defect
Not set
normal

Tracking

()

RESOLVED INVALID

People

(Reporter: vivien, Unassigned)

Details

User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586

Steps to reproduce:

Bugzilla 5.0.2 running on centos 5.01 and perl  is 5.10.1


Actual results:

got this error when I try to file a bug or do a search.

undef error - Cannot determine local time zone 


when I ran this command:

perl  -MDateTime::TimeZone::Local -le 'print DateTime::TimeZone::Local->TimeZone()->name'

it returns America/Los Angeles

I am sure what do I need to do next?
You need to upgrade DateTime::TimeZone, I think. 

I bet perl -T -MDateTime::TimeZone::Local -le 'print DateTime::TimeZone::Local->TimeZone()->name'
fails as well. There is a bug in older versions of DateTime::TimeZone that effects programs running under taint mode.
Group: bugzilla-security
Flags: needinfo?(vivien)
Flags: needinfo?(vivien)
Nothing from OP in nearly three months. Probably user issue unless they can reproduce it.
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.