PHP logo/image upload error

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
monkey72
Forum Newbie
Posts: 1
Joined: Sat May 15, 2010 6:43 am

PHP logo/image upload error

Post 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!
carleihar
Forum Commoner
Posts: 36
Joined: Fri Nov 13, 2009 5:59 pm

Re: PHP logo/image upload error

Post 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.
Post Reply