Migration from 1.7.3 was ok
Login screen are ok, but after first login of admin i get all the time following information
Notice: tlLogger::startTransaction() [tllogger.starttransaction]: The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition "tlUser" of the object you are trying to operate on was loaded _before_ unserialize() gets called or provide a __autoload() function to load the class definition in D:\Programme\xampp\htdocs\testlink\lib\functions\logger.class.php on line 231
What should i do?
Login Screen -> Notice: tlLogger::startTransaction()
Moderators: Amaradana, TurboPT, TL Developers
same situation with new installation of rc3
the same error when i make a New installation.
session.auto_start = 0
session.auto_start = 0 in php.ini was set to 1.
it has to be 0.
it has to be 0.
Hi ,
I am also getting same error
Notice: tlLogger::startTransaction() [function.tlLogger-startTransaction]: The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition "tlUser" of the object you are trying to operate on was loaded _before_ unserialize() gets called or provide a __autoload() function to load the class definition in C:\Program Files\Apache Group\Apache2\htdocs\testlink_beta\lib\functions\logger.class.php on line 225
any one plz help me
I am also getting same error
Notice: tlLogger::startTransaction() [function.tlLogger-startTransaction]: The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition "tlUser" of the object you are trying to operate on was loaded _before_ unserialize() gets called or provide a __autoload() function to load the class definition in C:\Program Files\Apache Group\Apache2\htdocs\testlink_beta\lib\functions\logger.class.php on line 225
any one plz help me
Re: session.auto_start = 0
In testlink 1.7.4 this value could be set to 1. When did this change?rinmar wrote:session.auto_start = 0 in php.ini was set to 1.
it has to be 0.
I run another application on the same server and it requires a setting of 1. When I change it to fix testlink, then that application breaks.