Could anybody advise me what is below warning messages as I woke up this morning and I could't logon my admin then I only get below messages.
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/xxx/public_html/admin/admin_config.php:175) in /home/xxx/public_html/includes/common.php on line 15
Warning: Cannot modify header information - headers already sent by (output started at /home/xxx/public_html/admin/admin_config.php:175) in /home/xxx/public_html/admin/index.php on line 31
on2dvd
16 Mar 2008 11:12 AM
clear your browser cache first, does that help?
hjc725
16 Mar 2008 11:42 AM
I tried but it didn't works for me, actually I get new message as below,Pls could anybody help me. Thanks
Warning: Cannot modify header information - headers already sent by (output started at /home/mywebsite/public_html/includes/var_definition.php:31) in /home/mywebsite/public_html/admin/index.php on line 31
Monk
16 Mar 2008 9:04 PM
It seems that your file has some empty lines or space symbols in the end of it. Try to open your includes/var_definition.php file go to the end of it and delete everything after special php tag '?>' which mean the end of php file.
emresonmez
17 Mar 2008 6:58 AM
re-upload var_definition.php through FTP. Probably the file somehow got curropted.
battleaxe
17 Mar 2008 11:39 PM
Tina
When you re upload, check that you are uploading in binary, ascii doesn't work and will cause errors like the ones you have reported.