Plogger Support Forum - Strange Fatal Error Thu, 28 Mar 2024 23:04:36 +0000 http://www.plogger.org/forum/ Lussumo Vanilla 1.1.10 Strange Fatal Error http://www.plogger.org/forum/comments.php?DiscussionID=3454&Focus=13522#Comment_13522 http://www.plogger.org/forum/comments.php?DiscussionID=3454&Focus=13522#Comment_13522 Thu, 02 Dec 2010 22:56:22 +0000 wuduheo
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...]]>
Strange Fatal Error http://www.plogger.org/forum/comments.php?DiscussionID=3454&Focus=13523#Comment_13523 http://www.plogger.org/forum/comments.php?DiscussionID=3454&Focus=13523#Comment_13523 Thu, 02 Dec 2010 23:28:13 +0000 wuduheo