Page 2 of 2

How can you say, tha

Posted: 07 Mar 2008, 10:34
by Jan
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

the problem is not i

Posted: 08 Mar 2008, 02:02
by soofarelo
the problem is not in my server

i just increase the values "memory limit" in the phocagallery.php and the problem is solve

This proves that the problem is in the language of the script of phocagallery and not im my server

So the problem was o

Posted: 08 Mar 2008, 11:23
by Jan
So the problem was on your server. Your memory limit was too small on your server and you have fixed it with the php script (you are very lucky man if you have rights to set memory limit via php script on your server)... Phoca Gallery php script file helped you to fix (increase) your memory limit setting on your server

Jan