Closed
Bug 316482
Opened 19 years ago
Closed 18 years ago
php warning occurs after the first extention entry
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 324671
People
(Reporter: dilnana, Assigned: morgamic)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 Firefox/1.0.7
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 Firefox/1.0.7
Warning: Invalid argument supplied for foreach() in /data/www/addons.mozilla.org/extensions/showlist.php on line 369
Reproducible: Always
Steps to Reproduce:
1. go to mozilla update
2. go to thunderbird extensions
3. go to Miscellaneous under all extensions
4. go to page 3
Actual Results:
this php warning occurs after the first entry
Warning: Invalid argument supplied for foreach() in /data/www/addons.mozilla.org/extensions/showlist.php on line 369
Expected Results:
the warning should not appear
Component: webmaster@mozilla.org → Web Site
Product: mozilla.org → Update
Version: other → unspecified
Assignee: mozilla.webmaster → Bugzilla-alanjstrBugs
QA Contact: danielwang → web-ui
Assignee | ||
Comment 1•19 years ago
|
||
The authors for the EasyQuote extension aren't being pulled form the database, which causes the mentioned error. This might be caused by an erased user record, or an invalid user->extension mapping (or lack thereof). Need to update code to contain proper checks, then make sure it fails gracefully.
Assignee: Bugzilla-alanjstrBugs → morgamic
Status: UNCONFIRMED → NEW
Ever confirmed: true
That would be bug 281273
Addon stranding was fixed in Bug 324671 :)
*** This bug has been marked as a duplicate of 324671 ***
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
Updated•9 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•