Session start - cache - headers Error
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