php cookies disabled from server move?

Status
Not open for further replies.

wtractor

New Member
Messages
10
Reaction score
0
Points
0
I have been waiting for all the moves to be complete and I believe they are now done but I am still haveing a problem. For some reason during the whole process while checking my site to see if it was back up I kept getting errors with my Joomla. Now it is still doing the same thing. I think from the transferring of the backups, it downgraded my php status. Can someone look at my site and let me know why I am getting the errors at the top: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/wtractor/public_html/configuration.php:1)

My site is: http://wtractor.elementfx.com

Thanks
 

Xemnas

New Member
Messages
812
Reaction score
0
Points
0
Looks like a bad session_start() call to me. Go through your configuration.php and offline.php files and make sure that:
each only calls session_start() once;
the session_start() call appears before <html>.​
 
Last edited:

wtractor

New Member
Messages
10
Reaction score
0
Points
0
I checked everything but didn't find anything that I had changed. I haven't uploaded any new files since well before the server problems. Is there any other ideas? :nuts:
 
Status
Not open for further replies.
Top