Opened 15 years ago
Closed 13 years ago
#8752 closed defect (fixed)
Installation of the plugin causes persistent error
| Reported by: | krojew | Owned by: | Noah Kantrowitz | 
|---|---|---|---|
| Priority: | normal | Component: | MasterTicketsPlugin | 
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.12 | 
Description
After installing the plugin using easy_install, I get "The Trac Environment needs to be upgraded." constantly. I've upgraded the environment using trac-admin upgrade, but the error still persists and trac became unusable. Running trac-admin upgrade gives "Database is up to date, no upgrade necessary.".
Attachments (0)
Change History (3)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
| Priority: | highest → normal | 
|---|
I had the same behaviour. The web page saying that the environment should be upgraded, and the console tool trac-admin saying that the database was up to date.
In my case the problem had nothing to do with the database. It was that the wwwrun had no access to the conf/trac.ini. Executing the following commands solved my problems:
chmod a+r conf/trac.ini chown wwwrun conf/trac.ini
It would be nice if the error displayed was be more accurate.
comment:3 Changed 13 years ago by
| Resolution: | → fixed | 
|---|---|
| Status: | new → closed | 
Please reopen if you can reproduce with the latest version of the plugin.



I face the same problem as well. Is there any potential workaround available?