Zen Cart Logo
Forums / General Questions / Fixing hacked site some progress but still getting errors

Fixing hacked site some progress but still getting errors

Locked

Views: 778

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
7 Oct 2010, 7:43 AM
#1
dfludd avatar

dfludd

New Zenner

Join Date:
Apr 2007
Posts:
24
Plugin Contributions:
0

Fixing hacked site some progress but still getting errors

I have been trying to fix this website for some time I have fixed some issues but still getting errors including the admin section not coming up. Would appreciate any help or advice you might have.
[
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/eartcard/public_html/shop/includes/extra_datafiles/music_type_database_names.php:61) in /home/eartcard/public_html/shop/includes/functions/sessions.php on line 215

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/eartcard/public_html/shop/includes/extra_datafiles/music_type_database_names.php:61) in /home/eartcard/public_html/shop/includes/functions/sessions.php on line 215

Warning: Cannot modify header information - headers already sent by (output started at /home/eartcard/public_html/shop/includes/extra_datafiles/music_type_database_names.php:61) in /home/eartcard/public_html/shop/includes/init_includes/init_templates.php on line 155]

7 Oct 2010, 2:23 PM
#2
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Fixing hacked site some progress but still getting errors

Check the file:
/public_html/shop/includes/extra_datafiles/music_type_database_names.php

do you have space(s) or blank line(s) after the closing php ?> bracket at the end of the file? :unsure:

These need to be removed ...

8 Oct 2010, 6:29 AM
#3
dfludd avatar

dfludd

New Zenner

Join Date:
Apr 2007
Posts:
24
Plugin Contributions:
0

Re: Fixing hacked site some progress but still getting errors

Thank you for responding. I got the site working and yes there were extra spaces on 22 pages. Thank you very much!