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?
Cant Execute Test Cases
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...
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...