Closed Bug 281572 Opened 20 years ago Closed 20 years ago

Add Thunderbird Extension: compactfolder

Categories

(addons.mozilla.org Graveyard :: Public Pages, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 286765

People

(Reporter: medgingto, Unassigned)

Details

User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.1.4322) Build Identifier: Please consider adding the compactfolder extension to the updates.mozilla.org website. The URL for the xpi file is http://downloads.mozdev.org/compactfolder/compactfolder_0.0.1.xpi The homepage URL is http://compactfolder.mozdev.org It should be compatible with Thunderbird 1.0. I have only tested it with a fresh install using the default theme and English as the locale. I make no guarantees that it works with other configurations, but hopefully it does. Reproducible: Always Steps to Reproduce:
compactfolder 0.0.1: install, basic functionality, uninstall tested on Win98SE, TB 1.0
Status: UNCONFIRMED → NEW
Ever confirmed: true
Whiteboard: iosart: tested+
For some reason, UMO doesn't like it. You'll have to wait until we fix whatever bug it is that makes this happen.
Error! The MaxAppVer for Thunderbird of 1.5 in install.rdf is invalid. Try 1.0
Ok... the max version has been updated. See the compactfolder 0.0.2 xpi. As a side note, it would be nice if there was a way that developers could avoid having to update their extensions every time a new TB release comes out. (even if new TB releases aren't so frequent)
I can change the maxVersion on the website without you having to roll a new XPI. Once we let developers in, you can do so yourself.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Whiteboard: iosart: tested+
From the addons.update.mozilla.org website, the "install now" button fails. It says that the URL is invalid -- is there a problem with this link?
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Yes, it *looks* valid, but when it is clicked on, the message "Invalid URI cannot Continue" is all that shows on the screen. I've looked at the code for install.php ( http://lxr.mozilla.org/mozilla/source/webtools/update/core/install.php ), and see nothing outrageous in it. I suspect, therefore, that perhaps the URI is improperly listed in the database, and that as a result no rows match the query. The relevant code from install.php is: //Get Full Information for the file requested. $uri = escape_string(str_replace(" ","+",$_GET["uri"])); $sql = "SELECT `vID`, TM.ID, `URI` FROM `version` TV INNER JOIN `main` TM ON TM.ID=TV.ID WHERE `URI`='$uri' LIMIT 1"; $sql_result = mysql_query($sql, $connection) or trigger_error("MySQL Error ".mysql_errno().": ".mysql_error()."", E_USER_NOTICE); if (mysql_num_rows($sql_result)=="0") { exit("Invalid URI cannot Continue"); }
It turns out to be a problem with the PHP code, and not the database. I was informed that this problem is dealt with in bug #286765. So, I'm closing this bug as a duplicate. *** This bug has been marked as a duplicate of 286765 ***
Status: REOPENED → RESOLVED
Closed: 20 years ago20 years ago
Resolution: --- → DUPLICATE
AMO BUGSPAM FOR COMPONENT MOVE AND DELETE (FILTER ME)
Component: Listings → Web Site
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.