Not signed in (Sign In)

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

    • CommentAuthorwuduheo
    • CommentTimeDec 2nd 2010 edited
     
    I get this when i try to import 75 images to an album:

    Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 1694528513 bytes) in /home/content/01/6550601/html/img/plog-includes/lib/exifer1_7/makers/gps.php on line 224


    heres an excerpt of my plog-globals.php:

    <?php
    @ini_set('include_path', ini_get('include_path'));
    @ini_set('arg_separator.output', '&amp;');

    if (intval(ini_get('max_execution_time')) < 300) {
    @ini_set('max_execution_time', '300');
    }

    if (intval(ini_get('memory_limit')) < 128) {
    @ini_set('memory_limit', '128M');
    }


    I have no idea whats causing the gallery to use up 2gb of memory...
    • CommentAuthorwuduheo
    • CommentTimeDec 2nd 2010
     
    it looks like my exif data on the pictures are causing this problem, is there a way to disable plogger from reading my exif data?