Closed Bug 292230 Opened 20 years ago Closed 20 years ago

Error! The MinAppVer for Mozilla of 7.0 in install.rdf is invalid

Categories

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

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 290786

People

(Reporter: philip.chee, Assigned: Bugzilla-alanjstrBugs)

References

()

Details

User-Agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.8a6) Gecko/20050111 MultiZilla/1.8.0.0a Mnenhy/0.7.2.0 Build Identifier: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.8a6) Gecko/20050111 MultiZilla/1.8.0.0a Mnenhy/0.7.2.0 Lorenzo tried to update the entry for flashblock to v1.3.1 but got the following errors: Error! The MaxAppVer for Mozilla of 1.8+ in install.rdf is invalid. Error! The MinAppVer for Mozilla of 1.0 in install.rdf is invalid. Error! The MaxAppVer for Mozilla of 1.0+ in install.rdf is invalid. Error! The MinAppVer for Mozilla of 7.0 in install.rdf is invalid. Error! The MaxAppVer for Mozilla of 8.0+ in install.rdf is invalid. Errors were encountered during install.rdf checking... Aborting... Reproducible: Always Steps to Reproduce: The following is part of the flashblock install.rdf <!-- Firefox --> <em:targetApplication> <Description> <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <em:minVersion>0.8</em:minVersion> <em:maxVersion>1.0+</em:maxVersion> </Description> </em:targetApplication> <!-- Thunderbird --> <em:targetApplication> <Description> <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id> <em:minVersion>0.7</em:minVersion> <em:maxVersion>1.0+</em:maxVersion> </Description> </em:targetApplication> <!-- Mozilla Suite --> <em:targetApplication> <Description> <em:id>{86c18b42-e466-45a9-ae7a-9b95ba6f5640}</em:id> <em:minVersion>1.4</em:minVersion> <em:maxVersion>1.8+</em:maxVersion> </Description> </em:targetApplication> <!-- Community SeaMonkey --> <em:targetApplication> <Description> <em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id> <em:minVersion>1.0</em:minVersion> <em:maxVersion>1.0+</em:maxVersion> </Description> </em:targetApplication> <!-- Netscape --> <em:targetApplication> <Description> <em:id>{3db10fab-e461-4c80-8b97-957ad5f8ea47}</em:id> <em:minVersion>7.0</em:minVersion> <em:maxVersion>8.0+</em:maxVersion> </Description> </em:targetApplication>
We throw errors if we don't recognize the GUID. *** This bug has been marked as a duplicate of 290786 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Bug 290786 is about ambiguous error messages. Should a separate bug be filed for unrecognized GUIDs?
The ambiguous error message is caused by the unrecognized GUIDs.
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.