How can you say, tha
Posted: 07 Mar 2008, 10:34
How can you say, that the error is in the file phocagallery.php and not on your server if you don't understand php... ???
On line 386, there is a GD library function:
$image2 = ImageCreateTruecolor($dst[2], $dst[3]);
so it seems, you have problems on your server with memory limit, because your GD library have memory problems with images working...
Jan
On line 386, there is a GD library function:
$image2 = ImageCreateTruecolor($dst[2], $dst[3]);
so it seems, you have problems on your server with memory limit, because your GD library have memory problems with images working...
Jan