Search code examples
xampptestlink

Testlink Installation problem with $tlCfg->results['status_code'] = array (


I am installing Testlink on a fairly vanilla laptop using XAMPP v3.3.0 and using testlink 1.8.5b and/or 1.9.0.

I am unable to find support online and the below is my error message that I get on both versions of Testlink that I have tried:

Fatal error: Uncaught Error: Attempt to modify property "results" on null in C:\Program Files\XAMPP\htdocs\testlink\cfg\const.inc.php:360 Stack trace: #0 C:\Program Files\XAMPP\htdocs\testlink\install\index.php(11): require_once() #1 {main} thrown in C:\Program Files\XAMPP\htdocs\testlink\cfg\const.inc.php on line 360

I receive this error once I start Xampp and going to http://localhost/testlink/install/index.php this is before I even get the Testlink installation window.

I have not yet made the changes to the directories in config.inc.php. At this point I have created the MySql user as advised via documentation but this occurs even before the creation of the user.

My config files everywhere is untouched across xampp and Testlink, and on Xampp Apache and MySQL (Tomcat) starts just fine.

Any advise that I might be missing?

Thank you in advance


Solution

  • there is some issue that I also cannot indicate, but i try to download a different version or fix the version at https://github.com/TestLinkOpenSourceTRMS/testlink-code/tree/testlink_1_9_20_fixed

    seems this code is successful in setup testlink. I try some workaround in your issue because it's similar to the issue that I had but no luck to make it.