Page 1 of 1

PHP $_SESSION with no values

Posted: 28 Apr 2014, 09:40
by natxa3
Hi there,
I'm having an issue after installing OpenCATS 0.9.1 on Ubuntu 10.04 running PHP Version 5.3.2-1ubuntu4.24. When I finish installation and go to index.php page the message is "No data received" (On Chrome) and Firefox tries to take me to http://www.localhost.com/...

After some debugging I've seen that in index.php after session_start(); line $_SESSION variable does not fill with all data needed. I checked this installing same way in another computer, comparing variables and confirming it works correctly there.

I have checked permission on all possible dirs but can't find the way to make it work.

Any help will be really appreciated.

Thank you.

Re: PHP $_SESSION with no values

Posted: 13 May 2014, 11:17
by RussH
Hi there,

more than likely, this is because you have a default value in php.ini with register_globals set to ON. Please set it to off.

Re: PHP $_SESSION with no values

Posted: 02 Sep 2014, 07:21
by somi
This may double post, on the train!
Thanks for this update, will check a plain install of 0.9.1a and 0.9.2 and see if it's there, will add your fix to the repo.