Page 1 of 1

PHP logo/image upload error

Posted: Sat May 15, 2010 6:47 am
by monkey72
I installed a php shopping script and it wont load or connect with any images. When I try to upload my company logo, I get this error:

Warning: Cannot modify header information - headers already sent by (output started at /home/coco72/public_html/xAdmin/inc/g/header.php:20) in /home/coco72/public_html/inc/functions.php on line 113

Can anyone tell me how to fix this - I've looked in those files but not sure what to do.

Thank you!

Re: PHP logo/image upload error

Posted: Sat May 15, 2010 9:49 am
by carleihar
Make sure you don't have any white space after the closing tag of those files. Any blank lines can cause that error.