Warning: session_start(): ERROR

4 posts by 3 authors in: Forums > CMS Builder
Last Post: November 21, 2010   (RSS)

By MRI - June 7, 2010

I recently updated the cms to the most recent version and ever since, ive been getting this error:

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/ovation2/public_html/ovations/index.php:3) in /home/ovation2/public_html/ovations/admin/lib/init.php on line 74 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/ovation2/public_html/ovations/index.php:3) in /home/ovation2/public_html/ovations/admin/lib/init.php on line 74



http://www.ovationscasino.com/

Re: [MRI] Warning: session_start(): ERROR

By Jason - June 7, 2010

Hi,

It appears that the error is only happening on the page "index.php". On that page make sure that the code that includes the file "viewer_functions.php" is at the very top of the page. You don't even want a blank space before it. Give that a try.

If you're still having issues, attach index.php to this thread, or email it to me at jason@interactivetools.com and I'll take a closer look.

Hope this helps.
---------------------------------------------------
Jason Sauchuk - Project Manager
interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/

Re: [Jason] Warning: session_start(): ERROR

By MRI - June 7, 2010

that did it!