Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update const.inc.php #358

Open
wants to merge 1 commit into
base: testlink_1_9
Choose a base branch
from

Conversation

johssalinas
Copy link

the object was not initialized previously and causes this error:

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

the object was not initialized previously and causes this error:  

Fatal error: Uncaught Error: Attempt to modify property "results" on null in C:\xampp\htdocs\testlink\cfg\const.inc.php:410 Stack trace: #0 C:\xampp\htdocs\testlink\install\index.php(20): require_once() TestLinkOpenSourceTRMS#1 {main} thrown in C:\xampp\htdocs\testlink\cfg\const.inc.php on line 410
@fmancardi
Copy link
Contributor

Hi:
one thing that is my fault is that right branch to merge on is testlink_1_9_20_fixed.
Your fix can not be used:
$tlCfg can not be re-initialized, because you are destroyin it's content that is define in config.inc.php

Please get code from testlink_1_9_20_fixed and try to install it.

best regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants