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!
PHP logo/image upload error
Moderator: General Moderators
Re: PHP logo/image upload error
Make sure you don't have any white space after the closing tag of those files. Any blank lines can cause that error.