Error in Issue Tracker Management

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
aostad
Member of TestLink Community
Posts: 183
Joined: Wed Apr 01, 2009 8:32 pm

Error in Issue Tracker Management

Post by aostad »

I made a mistake and execute "tlIssueTracker.test" in lib/functions/code_testing. As a result of that I get error in "Issue Trackeing Management" page. In addition to that, there is no option to select for issue tracker. it only shows "francisco3()".

Here is the error:

Fatal error: require_once(): Failed opening required 'Interface.class.php' (include_path='.;C:\php\pear;.;C:\inetpub\wwwroot\testlink\lib\functions\;C:\inetpub\wwwroot\testlink\lib\issuetrackerintegration\;C:\inetpub\wwwroot\testlink\third_party\') in C:\inetpub\wwwroot\testlink\lib\functions\common.php on line 99

There is not such a file called "Interface.class.php" in testlink.

It looks like the test code (tlIssueTracker.test.php) made some changes to testlink, as all issue tracking options are gone.

Any help to restore it is much appreciated.
aostad
Member of TestLink Community
Posts: 183
Joined: Wed Apr 01, 2009 8:32 pm

Re: Error in Issue Tracker Management

Post by aostad »

The same error in PHP log file.
Even after replacing "Testlink" folder with a new one I still get the same error, when I click on "Issue Tracker System" link in main page. Does it have anything to do with DB? or some file paths are changed after running that code_test file?
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Re: Error in Issue Tracker Management

Post by fman »

We are going to remove this code.
The test page delete several Issuetracker definitions by fixed ID.
You have to recreate the issuetrackers that has been deleted
Post Reply