Small addition for the problem explained in FAQ:
4.33: Why do I get the Allowed memory size of Xxx bytes exhausted?
As the workaround I had to disable the showAlbumTree in the config.php by selecting "no":
$gallery->app->showAlbumTree = "no";
I hope it will help someone someday.
Posts: 8194
This is not really a workaround. This error could still appear, however, not showing the album tree does take up less memory...
Posts: 524
The memory_limit is a PHP constant that can be overriden per directory in any .htaccess file or the httpd.conf file for the apache webserver.....so you do not need a so called "work around".