Loading...
 
Architecture / Installation

Architecture / Installation


Session start - cache - headers Error

posts: 20 Austria

There are several similar errors reported aleady, this just looks like a variation to a comon problem:

"Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home2/www/sapcity/public_html/tiki/db/tiki-db.php:1) in /home2/www/sapcity/public_html/tiki/tiki-setup_base.php on line 47"

There is nothing in the cache in modules/cache, everything as the right permissions, I tried:

ini_set("display_errors","0");
session_start();

...at the top of tiki-index.php, like I saw some users suggested...didn't help...

Anything else I can try?

Thank you

Peter

posts: 2881 United Kingdom

Hi,

If this is on the 1.8 RC1 installation then please upgrade to the CVS code not RC3. Its pretty good now.

Damian


posts: 8

It took a couple of weeks of seeing this:

Cannot modify header information - headers already sent by (output started at ....etc.

and searching for a cause. Finally I got a clue from a PHPBB posting that pointed to spaces or line feeds in a setup.php file.

I solved my login, logout, blog save and several other triggers of the message by editing out empty lines near the php end code lines. The PHPBB problem happened to be solved by removing the spaces/linefeedsat the beginning of the file.


posts: 1001 Canada
If you can explain this behavior I would be interested to know.