Quote:
Originally Posted by MrSDavidson
Picture Missing
|
If you are getting bar draw problems, then open the file ./includes/pp_image.php and at the bottom find:
PHP Code:
imagepng($image);
and add just below that
PHP Code:
Header("Content-type: image/png");
so that the final code looks like this
PHP Code:
imagepng($image);
Header("Content-type: image/png");
/*======================================================================*\
We had some issues with that line in previous 3.0.7 installations. I will fix that file and get it in the next update.