Closed
Bug 604844
Opened 15 years ago
Closed 15 years ago
Fennec 2.0a1 /builds link complains about a broken/non-existent array_merge argument
Categories
(Socorro :: General, task)
Tracking
(Not tracked)
VERIFIED
FIXED
1.7.5
People
(Reporter: stephend, Assigned: ryansnyder)
References
()
Details
Sorry, don't know if this is a config issue or what, but loading http://crash-stats.stage.mozilla.com/products/Fennec/versions/2.0a1/builds yields:
An error was detected which prevented the loading of this page. If this problem persists, please contact the website administrator.
application/controllers/products.php [433]:
array_merge() [function.array-merge]: Argument #2 is not an array
(full stack trace is available and displayed right now, since DEBUG is still on, on staging, but I won't paste it here.)
Assignee | ||
Comment 1•15 years ago
|
||
Okay, that was because the code was written with the expectation that each product would have at least 1 featured version and at least 1 unfeatured version. I've updated the code accordingly.
==
Sending application/controllers/products.php
Transmitting file data .
Committed revision 2611.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 2•15 years ago
|
||
Verified FIXED; no error on http://crash-stats.stage.mozilla.com/products/Fennec/versions/2.0a1/builds.
Status: RESOLVED → VERIFIED
Assignee | ||
Updated•15 years ago
|
Assignee: nobody → ryan
Updated•14 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
•