Login Screen -> Notice: tlLogger::startTransaction()

Ask community to help.

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
rinmar
Advanced user
Posts: 18
Joined: Tue Jan 13, 2009 2:27 pm

Login Screen -> Notice: tlLogger::startTransaction()

Post by rinmar »

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?
rinmar
Advanced user
Posts: 18
Joined: Tue Jan 13, 2009 2:27 pm

same situation with new installation of rc3

Post by rinmar »

the same error when i make a New installation.
rinmar
Advanced user
Posts: 18
Joined: Tue Jan 13, 2009 2:27 pm

session.auto_start = 0

Post by rinmar »

session.auto_start = 0 in php.ini was set to 1.
it has to be 0.
ana
Advanced user
Posts: 19
Joined: Wed Jun 18, 2008 1:12 pm

Post by ana »

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
jhenthorn
TestLink user
Posts: 2
Joined: Tue Oct 03, 2006 11:15 pm

Re: session.auto_start = 0

Post by jhenthorn »

rinmar wrote:session.auto_start = 0 in php.ini was set to 1.
it has to be 0.
In testlink 1.7.4 this value could be set to 1. When did this change?

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.
Post Reply