Jumpweb Posted August 4, 2010 Posted August 4, 2010 I am getting this error message since this morning on my shop when I try to login. Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/glut1301/public_html/shop/admin/includes/functions/compatibility.php:270) in /home/glut1301/public_html/shop/admin/includes/functions/sessions.php on line 102 You can view my shop at glutenfreepasta.ca/shop but this same error shows at the top of every page when you try to order something as a customer Any ideas?
MrPhil Posted August 4, 2010 Posted August 4, 2010 File compatibility.php ends at line 269, so check whether some hacker has added code to it. Also check whether there are blanks or other characters ahead of the opening <?php or after the final ?>. compatibility.php should not be outputting any text or HTML to the browser, so something's wrong.
Guest Posted August 4, 2010 Posted August 4, 2010 I am afraid your sites been hacked I have found the same on one of mine and am curently re installing a back up, changing PW ect Nigel
Jumpweb Posted August 4, 2010 Author Posted August 4, 2010 I am afraid your sites been hacked I have found the same on one of mine and am curently re installing a back up, changing PW ect Nigel
Jumpweb Posted August 4, 2010 Author Posted August 4, 2010 File compatibility.php ends at line 269, so check whether some hacker has added code to it. Also check whether there are blanks or other characters ahead of the opening <?php or after the final ?>. compatibility.php should not be outputting any text or HTML to the browser, so something's wrong.
Jumpweb Posted August 4, 2010 Author Posted August 4, 2010 you were right some hack had added scripting after the php code....Thanks you saved me a bunch of time
Recommended Posts
Archived
This topic is now archived and is closed to further replies.