Closed
Bug 675319
Opened 14 years ago
Closed 14 years ago
/topcrasher throws a 500 Internal Server Error exception on staging
Categories
(Socorro :: General, task)
Socorro
General
Tracking
(Not tracked)
VERIFIED
WONTFIX
2.2
People
(Reporter: stephend, Assigned: brandon)
References
()
Details
Right now, https://crash-stats.allizom.org/topcrasher throws a 500 Internal Server Error on staging, but not trunk/dev:
Staging: [14:13:50.547] GET https://crash-stats.allizom.org/topcrasher [HTTP/1.1 500 Internal Server Error 251ms]
Trunk/dev: [14:15:11.333] GET https://crash-stats-dev.allizom.org/topcrasher [HTTP/1.1 200 OK 356ms]
Slating in 2.1, because this is fine on staging, and could be just a missed commit, or something else (config?)
Comment 1•14 years ago
|
||
Here's the exception:
2011-07-29 14:21:59 -07:00 --- error: Uncaught PHP Error: Array to string conversion in file application/libraries/MY_Model.php on line 76
2011-07-29 14:21:59 -07:00 --- error: [5xx Error] File: application/libraries/MY_Model.php; Line: 76; Message: Array to string conversion
Comment 2•14 years ago
|
||
This is not linked in the UI, so hold for 2.2
Severity: critical → major
Target Milestone: 2.1 → 2.2
Updated•14 years ago
|
Assignee: nobody → laura
Assignee | ||
Comment 3•14 years ago
|
||
Because we simply removed the page in question, and the code that caused the error, this is being WONTFIX'ed (since the origin problem never will be).
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WONTFIX
Updated•13 years ago
|
Component: Socorro → General
Product: Webtools → Socorro
You need to log in
before you can comment on or make changes to this bug.
Description
•