Modify ↓
#14055 closed defect (fixed)
Templates are not installed, simplemultiproject_adminpanel.html missing
Reported by: | Jurgen Defurne | Owned by: | Cinc-th |
---|---|---|---|
Priority: | normal | Component: | SimpleMultiProjectPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: |
Description
I installed SimpleMultiProjectPlugin 0.7.3, and enabled all options.
- No templates are installed in the trac project directory, I copied them manually from where I found them in the egg installation directory
- No project admin template
simplemultiproject_adminpanel.html
can be found
Attachments (0)
Change History (6)
comment:1 Changed 3 years ago by
comment:2 Changed 3 years ago by
Additional error, when trying to create a project:
Trac detected an internal error: ProgrammingError: relation "smp_project_id_seq" does not exist LINE 1: SELECT CURRVAL('"smp_project_id_seq"')
comment:3 Changed 3 years ago by
Please try installing 0.7.4dev from the trunk. It looks like these issues have been addressed.
comment:4 Changed 3 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Indeed, problems resolved in 0.7.4dev
Note: See
TracTickets for help on using
tickets.
I searched a bit further, and I could finally enable it. But the option SmpRoadmapModule — Manage roadmap page for projects. needs to be turned off, otherwise the following error occurs when looking at "Roadmap":
Cannot find implementation(s) of theIRoadmapDataProviderinterface namedSmpRoadmapGroup,SmpRoadmapProjectFilter,SmpVersionProject. Please check that the Component is enabled or update the option[simple-multi-project] roadmap_data_providerin trac.ini.
I checked trac.ini, and what should be there, was there.