Closed
Bug 304066
Opened 19 years ago
Closed 19 years ago
EM fails to install extension
Categories
(Toolkit :: Add-ons Manager, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: sean, Unassigned)
References
Details
Attachments
(1 file)
|
2.31 KB,
application/x-xpinstall
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b4) Gecko/20050809 Firefox/1.0+ Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b4) Gecko/20050809 Firefox/1.0+ As an xpi, this extension causes as -203 error in EM. Manually adding an extensions/myExtensions pointer in the Profile Folder get a report of a successful install, but causes a js error in EM. Reproducible: Always Steps to Reproduce: 1. install attached extension Actual Results: -203 error Expected Results: installed the extension the contents of the extension don't seem to matter. The same error occurs if all the directories and empty.
| Reporter | ||
Comment 2•19 years ago
|
||
Comment 3•19 years ago
|
||
Does your install.rdf contain all of the required properties? http://developer.mozilla.org/en/docs/install.rdf If not, then this is invalid.
Comment 4•19 years ago
|
||
rob, we should probably at least catch these kinds of exceptions and provide a more detailed error.
| Reporter | ||
Comment 6•19 years ago
|
||
(In reply to comment #3) > Does your install.rdf contain all of the required properties? > http://developer.mozilla.org/en/docs/install.rdf Thank you. It seems that it was missing <em:name/>. Can you include this link in http://developer.mozilla.org/en/docs/Building_an_Extension#Create_the_Install_Manifest ?
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Comment 8•19 years ago
|
||
wfm
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago → 19 years ago
Resolution: --- → WORKSFORME
Comment 9•19 years ago
|
||
(In reply to comment #6) > Thank you. It seems that it was missing <em:name/>. Can you include this link in > http://developer.mozilla.org/en/docs/Building_an_Extension#Create_the_Install_Manifest > ? Done
| Assignee | ||
Updated•16 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•