I have a dynamic website written on a comp running PHP 5 (and had also run on testing server running the same). I have uploaded to server which is running PHP 4.4.1.
The problem is I have some scripts that redirect after deleting and everything was running fine until I uploaded to server. Now I keep getting the error "Warning: Cannot modify header information - headers already sent by (output started at /home/landcare/public_html/functions_main.php:54) in /home/landcare/public_html/functions_delete.php on line 123
"
I have checked for whitespace before and after the php tags but there is none. Any suggestions would be greatly appreciated.
The problem is I have some scripts that redirect after deleting and everything was running fine until I uploaded to server. Now I keep getting the error "Warning: Cannot modify header information - headers already sent by (output started at /home/landcare/public_html/functions_main.php:54) in /home/landcare/public_html/functions_delete.php on line 123
"
I have checked for whitespace before and after the php tags but there is none. Any suggestions would be greatly appreciated.