Quote:
Originally Posted by caimakale
CR,
Sorry to report but the same error is still sticking around. Maybe somebody else using a webhost with CPanel can confirm this error on their site.
Here is the specific error:
PHP Warning: Cannot modify header information - headers already sent by (output started at /home/********/public_html/includes/pp_image.php:45) in /home/********/public_html/includes/pp_image.php on line 46
Not sure why its doing this, but this shows up a million times in my logs. Everytime somebody visits the site this shows up. But no errors are displayed on the site itself.
|
ROFLMAO
I figured it out I think, but I have to now figure out the work around....gimme abit to fix the issue.
And btw, I'm running cpanel, and my error logs show nothing for pp_image.php...
Here's what's happening though, pp_image.php send a header telling the browser what type of image it is outputting to the donation script for the bar graph (in this case a .PNG file). But it is called AFTER global.php is called, therefore, the headers have alredy been sent for the system. Here's my question to you, what version of PHP is your server running?