Opened 13 years ago
Closed 13 years ago
#9412 closed defect (fixed)
Upgrade fails for AnnouncerPlugin
Reported by: | Owned by: | Robert Corsaro | |
---|---|---|---|
Priority: | normal | Component: | AnnouncerPlugin |
Severity: | critical | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description
After having checked out the AnnouncerPlugin and enabled it, the necessary upgrade fails:
~ # trac-admin /home/trac/trac-envs/env123 upgrade KeyError: 'announcer/locale'
More information about our installation is available in the attached files.
Attachments (4)
Change History (6)
Changed 13 years ago by
Attachment: | config-opts.txt added |
---|
Changed 13 years ago by
Attachment: | exception.png added |
---|
Exception thrown - seems logical since upgrade is not succesful
comment:1 Changed 13 years ago by
Severity: | blocker → critical |
---|
With the help of one of our programmers i was able to solve it. Here's what we did:
- Babel installation is mandatory
- Update to Trac 0.12.2 (because of Babel)
But still, lots of errors occured. The errors were due to development for MySQL. But since we use PostgreSQL lots of the SQL statements were not working.
Attached is a ugly hack, since we did not change the schema. But it works for now. Would be nice if the maintainer would fix the support for Postgres in AnnouncerPlugin (see ticket #8065).
Hope this helps anybody.
Changed 13 years ago by
Attachment: | fix-9412.patch added |
---|
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Forget about this. The latest patch of ticket #8065 works like a charm.
Configuration options in trac.ini for section [components]