This topic is locked

Fatal error: Cannot access property LoginPage

11/26/2018 3:35:20 AM
PHPRunner General questions
E
exora author

Almost every day my web gets an error with the message as follows:
"Fatal error: Cannot access property LoginPage :: $ id in xxxxxxx.com/include/phpfunctions.php on line 1456"
I check that line is as follows:



function setObjectProperty(&$obj,$key,&$value)

{

$obj->$key = &$value;

}


To fix the problem, I usually upload all files from phprunner.
Is this a web server problem or is there a parameter setting that I have to adjust.
Please advise

admin 11/26/2018

Are you saying that this error comes out of nowhere, full upload fixes and then it happens again at some point?

E
exora author 11/26/2018



Are you saying that this error comes out of nowhere, full upload fixes and then it happens again at some point?


Yes, exactly like that, Sergey.
I have already asked the web server provider and they answered that from the server side it also did not find the cause.

admin 11/27/2018

This is really strange. I would understand the fact that error is happening but how uploading exactly the same code can fix it - this part I don't understand. I would really suggest to try another web hosting provider.

E
exora author 1/24/2019

Hi Sergey,
Until now this problem continues.

To solve this problem, I don't copy all the files in the output folder again but only replace one file, runnerpage.php in classes folder.
Are there parameters that I need to adjust?