blob: 5e8322f5cf26db249dfc78e8791887343e47fdd2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
The updates, that is the newer versions, are defect. However, only fail2.oxt fails to install. The other extensions can be installed directly and through an update.
fail1.oxt: in version2 the contained t.rdb was renamed so that it is not found (t.rdb is referenced in the manifest.xml).
fail2.oxt: in version 2 the contained t.rdb is corrupted. It is a renamed .txt file which contains some text.
fail3.oxt: in version 2 the contained t.rdb is corrupted. It is a renamed .txt file which does not contain any text.
fail4.oxt: the version 2 references by fail4.update.xml is empty.
info1.oxt: The update information file has length null.
info2.oxt: The update information does not contain xml.
info3.oxt: The update information contain an error: the tag update information contains two opening brackets (<<update-information>)
|