Ack - help! Something happened and now TestLink won't work.

The release related discussions, plans and questions.
Locked
iggy
TestLink user
Posts: 6
Joined: Fri Apr 11, 2008 5:48 pm

Ack - help! Something happened and now TestLink won't work.

Post by iggy »

I think one of our folks made an update to a file and now we see this error:

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at D:\xampp\htdocs\testlink\cfg\const.inc.php:1) in D:\xampp\htdocs\testlink\login.php on line 49

BTW - we're running version 1.7.0.

Any thoughts?
iggy
TestLink user
Posts: 6
Joined: Fri Apr 11, 2008 5:48 pm

Post by iggy »

Should probably mention here a few more things:

1) We're dead in the water right now, all the accounts are showing as log-in expired and the error mentioned above is occuring at the very top of the page (before the logo, etc).

2) The file that was manipulated (but has since been put back to its original state with NO effect) was the <install dir>/cfg/const.inc.php file - they were trying to add a new test type result to the execution page.

Lastly -- is there some sort of cache that we can dump? It looks like taht is what the problem is. Any help at all would be greatly appreciated... as i said before... we're DOA at the moment.
iggy
TestLink user
Posts: 6
Joined: Fri Apr 11, 2008 5:48 pm

Fixed...

Post by iggy »

After many things didn't work, the only thing that did was doing an upgrade to 1.7.4.

Whew... Looks like we'll be doing nightly backups, just in case from now on.

8)
havlatm
Member of TestLink Community
Posts: 940
Joined: Mon Oct 31, 2005 1:24 am
Location: Czech

Post by havlatm »

You made some modification in files outside a php definition. This probably send an empty line before the code expected.
Set the original const file from installation package.
Locked