Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthoralexx
    • CommentTimeAug 8th 2007
     
    Hi there,
    One strange thing is happening to one of the albums, sometimes when image is large, after upload with plogger manager I get 'white' screen and that album is not visible on the website.

    this is the error:
    Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 2000 bytes) in /usr/home/deb3935/domains/public_html/gallery/lib/phpthumb/phpthumb.functions.php on line 255

    So after some experiments now I can upload olny till 250k images.

    Do somebody know what is going on here?

    Thanx in advance,

    Regards

    Alex
    • CommentAuthorjammindice
    • CommentTimeAug 10th 2007 edited
     
    php is probably running out of memory to use.

    try setting:
    "memory_limit = 12M" in your php.ini file (recommended, if you have access)
    "php_value memory_limit 12M" in your .htaccess file in the Plogger root


    should probably fix your memory issues.

    actually on further review you might want to try setting those 12M higher like to 20M if 12M doesn't work