Closed
Bug 1303896
Opened 9 years ago
Closed 9 years ago
Can't locate object method "host" via package "URI::_generic" at Bugzilla/CGI.pm line 454.
Categories
(Bugzilla :: Bugzilla-General, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: sina, Assigned: sina)
Details
Attachments
(1 file)
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:48.0) Gecko/20100101 Firefox/48.0
Build ID: 20160728203720
Steps to reproduce:
I cloned Bugzilla and followed the instructions in README.rst
Actual results:
The application raised the following error:
Can't locate object method "host" via package "URI::_generic" at Bugzilla/CGI.pm line 454.
and the StackTrace middleware couldn't catch its stack trace, possibly because your application overrides $SIG{__DIE__} by itself, preventing the middleware from working correctly. Remove the offending code or module that does it: known examples are CGI::Carp and Carp::Always.
Expected results:
I should see the Main Page.
Comment 1•9 years ago
|
||
Updated•9 years ago
|
Attachment #8792706 -
Flags: review?(dylan)
Updated•9 years ago
|
Assignee: general → sina
Comment 2•9 years ago
|
||
Comment on attachment 8792706 [details] [review]
[bugzilla] SillySina:bug-1303896 > bugzilla:master
r=dylan
Attachment #8792706 -
Flags: review?(dylan) → review+
Comment 3•9 years ago
|
||
To github.com:bugzilla/bugzilla.git
1647690..e8a10ab master -> master
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•