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.
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