Larger images not showing

Hello,

really nice gallery. on my other server it's working perfect. (not a cgi php server)

I installed the new beta on this server:
http://www.lodewijkhoekstra.nl/gallery/

But the larger (preview) image is not showing.

For example:
http://www.lodewijkhoekstra.nl/gallery/test2/P0002120.JPG
When going directly to the url that should show the image i get an error:
http://www.lodewijkhoekstra.nl/gallery/test2/image/585/P0002120.JPG

I adjusted my .htacces acording to a forum user, i added the following lines but no succes.
php_value memory_limit 150M
php_value post_max_size 150M

Somebody any idea's? the wierd thing is that if i try an smaller image it workes perfect :(
http://www.lodewijkhoekstra.nl/gallery/test2/IM001487.JPG

Thanks in advance

Comments

  • trisweb Administrator
    You got it, PHP is running out of memory.

    This seems to be happening to quite a few people, so I'll look into solutions to make it work anyway... I imagine it involves breaking the image up into parts that fit in memory and processing and freeing each in turn.

    I'll also look for ways to cut down the memory it uses.

    You can contact your host and ask them to increase the memory limit for PHP, they might be able to.
Sign In or Register to comment.