PDA

View Full Version : MY sql error


yeomins
07-30-2004, 02:02 AM
I installed a top site script at havocgaming.com/topsites and if you click on the link to the websites it will give the followin error.

Warning: Cannot modify header information - headers already sent by (output started at /home/yeomins/public_html/topsites/config.php:101) in /home/yeomins/public_html/topsites/out.php on line 37

any ideas?

hemebond
07-30-2004, 03:21 AM
Something in the script is trying to change a header property after they have been sent, ie. something has been printed or output. Even a space will cause the headers to be sent.

It's difficult to be more specific than that because I can't see your code.