Closed
Bug 292063
Opened 20 years ago
Closed 19 years ago
Can not install the SQL-extension for mozilla
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
1.1
People
(Reporter: airshe, Assigned: Bugzilla-alanjstrBugs)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041217 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041217 i can not install the sql-extension on https://addons.update.mozilla.org/extensions/showlist.php?application=mozilla&category=Developer%20Tools&numpg=10&pageid=2 when i try to do so, i get the message that this is not a valid install package. Reproducible: Always Steps to Reproduce: 1. Go to: https://addons.update.mozilla.org/extensions/showlist.php?application=mozilla&category=Developer%20Tools&numpg=10&pageid=2 2. search for "sql" 3. click on install 4. wait... Actual Results: "Not a valid install package" Expected Results: it should have installed the package
For some reason, it looks like the Install link is pointing to https://addons.update.mozilla.org/extensions/showlist.php?application=mozilla&category=Developer%20Tools&numpg=10&pageid=2
Status: UNCONFIRMED → NEW
Component: Developers → Listings
Ever confirmed: true
Target Milestone: 1.0 → 1.1
Looks like the URI isn't getting passed on showlist.php
<a href="" onclick="return install(event,'SQL ',
'../images/default.png');">
But it is on moreinfo.php
<a href="http://ftp.mozilla.org/pub/mozilla.org/extensions/sql/sql-1.03-mz.xpi"
onclick="return install(event,'SQL 1.0.0.17', '../images/default.png');"
TITLE="Install SQL 1.0.0.17 (Right-Click to Download)">Install Now</a>Status: NEW → ASSIGNED
Ok, I suspect that it is dying when it runs http://lxr.mozilla.org/update1.0/source/extensions/showlist.php#320
It appears to be affecting MANY other extensions. I tried: pdf extension, and three cookie based extensions. all failed!
Retry. If its still down, reopen.
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Comment 7•19 years ago
|
||
AMO BUGSPAM FOR COMPONENT MOVE AND DELETE (FILTER ME)
Component: Listings → Web Site
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
•