Closed
Bug 309697
Opened 19 years ago
Closed 19 years ago
"Name for your extension or theme already exists" when uploading previously deleted extension
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
1.0
People
(Reporter: spam.mozilla.org, Assigned: morgamic)
References
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050908 Firefox/1.4 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050908 Firefox/1.4 I get an error message: "Error! The Name for your extension or theme already exists in the Update database. Cannot Continue, aborting." when I try to upload my extension. The name of my extenstion is "Master Password Timeout". I previously uploaded this extension but then deleted it (and got this error next time i tried to add it) then i deleted my entire account (and still got the same error). Reproducible: Always Steps to Reproduce: 1.Upload my extension "Master Password Reset" Actual Results: Error! The Name for your extension or theme already exists in the Update database. Cannot Continue, aborting. Expected Results: Should have added the extension to "my extensions" Please fix this in the db so I can upload my extension asap, then we can work on a solution.
| Reporter | ||
Updated•19 years ago
|
Summary: "Name for your extension or theme already exists" error when i deleted my extension and account → "Name for your extension or theme already exists" error when i try tp upload previously deleted extension
Comment 1•19 years ago
|
||
I have the same issue with my extension Xinha Here. I uploaded a new version of my extension. When I noticed that it created a new extension rather then updating the old one (used the wrong GUID) I deleted it and tried again. I get this error every time. Completely locked out of the system. Very frustrating!
| Assignee | ||
Comment 4•19 years ago
|
||
Will look into this bug this afternoon. Sorry about the frustration.
Assignee: Bugzilla-alanjstrBugs → morgamic
Status: UNCONFIRMED → NEW
Ever confirmed: true
| Assignee | ||
Updated•19 years ago
|
Status: NEW → ASSIGNED
Summary: "Name for your extension or theme already exists" error when i try tp upload previously deleted extension → "Name for your extension or theme already exists" when uploading previously deleted extension
| Assignee | ||
Updated•19 years ago
|
Severity: blocker → critical
Priority: -- → P1
Comment 5•19 years ago
|
||
I noticed that there was a second entry for my plugin (Xinha Here) that had no files. I was able to delete this entry for my plugin and then my uploads work as expected. So at least in my case this issue is resolved.
Comment 6•19 years ago
|
||
I can confirm that this bug also affects my extension, GoogleTabs. I am unable to upload a new version.
Comment 7•19 years ago
|
||
Are there any plans to actually fix this bug? I have been unable to upload a new version of my extension since FF 1.5 came out, so no one running the latest Firefox can install it.
| Assignee | ||
Comment 8•19 years ago
|
||
Chris, I intend to actually fix this. I'll be working on it this week, now that I'm settled back in.
| Assignee | ||
Comment 9•19 years ago
|
||
To be honest, I'm a little unclear about how this is happening. From what I can see, in the GoogleTabs case there is actually only one record in `main` containing the same guid and name. What were the exact steps that got you to this point? Did you create anything then delete it, or enter any mismatching GUIDs?
| Assignee | ||
Comment 10•19 years ago
|
||
mysql> select guid from main where name='googletabs';
+---------------------------------------+
| guid |
+---------------------------------------+
| {2e4e84fc-ebb9-f71a-770a-7654c6f488b} |
+---------------------------------------+
1 row in set (0.69 sec)
mysql> select name from main where guid = '{2e4e84fc-ebb9-f71a-770a-7654c6f488b}';
+------------+
| name |
+------------+
| GoogleTabs |
+------------+
1 row in set (0.01 sec)
Comment 11•19 years ago
|
||
Somehow, that GUID didn't match what I had on file for GoogleTabs. I changed it in the new version and was able to upload it. Sorry about that hassle.
| Assignee | ||
Comment 12•19 years ago
|
||
Ok, no problem. There are a couple of things we can do to make this better: 1. make the error message say that the GUIDs don't match 2. make an FAQ entry that talks about this particular situation I'll work on those.
| Assignee | ||
Comment 13•19 years ago
|
||
I added an FAQ to cover this, and also improved the error message to be more descriptive -- pointing out the mismatching GUIDs as a possible cause, or a duplicate record. This should help reduce confusion and explain what's going on better. If anyone else has an outstanding issue with this bug, please reopen it and ping me so we can figure out what's going on. Thanks. :)
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 14•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
•