Opened 13 years ago
Closed 13 years ago
#8845 closed defect (fixed)
Don't see "Test Manager" tab
Reported by: | Owned by: | Roberto Longobardi | |
---|---|---|---|
Priority: | high | Component: | TestManagerForTracPlugin |
Severity: | major | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description
Hi,
I installed the 3 plugins (and I see them under "plugins" on the "admin" tab), But I don't see the test manager tab. I upgraded the DB as was required.
- I user Python 2.5 and trac 0.12
Please help :)
10X.
Attachments (1)
Change History (7)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
I've attached the log file. also, under [components] there are:
[components] ticketvalidator.* = enabled webadmin.* = enabled tracgenericclass.* = enabled tracgenericworkflow.* = enabled testmanager.* = enabled sqlexecutor.* = enabled
Changed 13 years ago by
comment:3 Changed 13 years ago by
Hi Kineret, from the log file I see that TracGenericClass and TracGenericWorkflow plugins are loaded correctly, but the TestManager is not loaded.
This is strange, since usually there is some message like "Skipping testmanager ...." with some exception or error but this time there is no such message.
By the way, I strongly recommend you to not install (or disable) the "SqlExecutor" plugin once you go into production. This is only a plugin for testing purposes, and you should not enable it in production.
To help you understand what's going wrong, it would be great if you could start a new empty Trac environment, enable the debug file and only then install the plugins. If I could take a look at the debug messages during the upgrade it would help.
Please, could you also specify something about your environment:
- Are you using Apache or tracd?
- Which database?
Ciao, Roberto
comment:4 Changed 13 years ago by
It's OK now.. I've done uninstall - install to the testmanager.
Thanks.
comment:5 Changed 13 years ago by
These are good news!
Please, if you could post here what was wrong while closing the ticket, it may help other avoid the same problem, thanks!!!
Let me know how you go with the plugin. And if you need any more help, just open a ticket :D
Ciao, roberto
Hi Kineret, first thing to check is that you have enabled the plugins in the trac.ini file.
You should have the following 3 rows in the [components] section:
If this is the case, in order to understand what's going wrong, please could you enable debug trace in the admin tab, with type "file", restart tracd (or apache) and attach the log file to this ticket?
Thanks, ciao. Roberto