Problem when click on jump:
Warning: Cannot modify header information - headers already sent by (output started at /home/ ../public_html/hotel/config.php:18) in /home/baltazar/../hotel/jump.php on line 27
Modifications made before:
http://www.pricetapestry.com/node/3026
What should I have to check?
Thanks!
Hi,
This just means that some white space has crept on to the end of your config.php, and this causes PHP to commence output; which means that jump.php cannot set the redirection header.
To fix this, open your config.php into a text editor, and make sure that there is no new-line at the end of the file after the closing PHP tag, which is this line:
?>
So if you delete anything after the > and then save and re-upload the file, it should then work fine...
Cheers,
David.