Cant Execute Test Cases

The release 1.6 is going to be unsupported by Community. Because our effort moves ahead. However there are still valuable informations for you.
Locked
TestMan
TestLink user
Posts: 6
Joined: Fri Jun 02, 2006 2:07 pm

Cant Execute Test Cases

Post by TestMan »

When ever i try to execute test cases for my product i get this error:

Fatal error: Call to a member function isConnected() on a non-object in C:\\\\Inetpub\\\\wwwroot\\\\testlink\\\\gui\\\\templates_c\\\\%%B9^B95^B954D1F4%%execSetResults.tpl.php on line 29

What does it mean?
Norinchak
Advanced user
Posts: 18
Joined: Mon May 29, 2006 9:21 pm

Post by Norinchak »

IsConnected is a method for check of connection to a bugtracking system.
If you do not use a bugtracking system, disconnect it in the config.inc.php file (establish a key TL_INTERFACE_BUGS = NO).
If use, check up availability of the file lib -> bugtracking -> int_bugtracking.php.
Besides, how I see, you use IIS? Not sure, that it correctly completely works with PHP. I strongly recommend you to use Apache...
Locked