Hi everyone,
I'm hoping that someone can help me out here, because this is driving me nuts. First, I can get the hack to work just fine functionally. Thank you to the creator for this superb addition. The problem I am having is that some of the images are showing up as broken links. I am taking a random guess here, but I am thinking that it may have something to do with the fact that my forums path is:
instead of
Here is an image of what I see:
The broken link points to:
When I attempt to go straight to that link, the following error appears:
Quote:
Fatal error: Call to undefined function: imagecreate() in /home/gamingch/public_html/forums/includes/pp_image.php on line 38
|
I examined line 38 of pp_image.php, and here is what it displays:
Quote:
$image = imagecreate($width,$height);
|
Finally, here is a portion of my donations page:
Again, the broken links point to:
Thanks in advance for any help you can provide. I love having this system in place, but the small bugs that I am facing is making it a bit of a pain.
Thanks!
Prod