Modify

Opened 13 years ago

Closed 13 years ago

#8845 closed defect (fixed)

Don't see "Test Manager" tab

Reported by: kineret.molayem@… 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)

trac1.log (10.1 KB) - added by anonymous 13 years ago.

Download all attachments as: .zip

Change History (7)

comment:1 Changed 13 years ago by Roberto Longobardi

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:

[components]
tracgenericclass.* = enabled
tracgenericworkflow.* = enabled
testmanager.* = enabled

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

comment:2 Changed 13 years ago by anonymous

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 anonymous

Attachment: trac1.log added

comment:3 Changed 13 years ago by Roberto Longobardi

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 anonymous

It's OK now.. I've done uninstall - install to the testmanager.

Thanks.

comment:5 Changed 13 years ago by Roberto Longobardi

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

comment:6 Changed 13 years ago by Roberto Longobardi

Resolution: fixed
Status: newclosed

Fixed!

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Roberto Longobardi.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.