Plogger Support Forum - Fatal error: Allowed memory size of 67108864 bytes exhausted Thu, 28 Mar 2024 21:01:33 +0000 http://www.plogger.org/forum/ Lussumo Vanilla 1.1.10 Fatal error: Allowed memory size of 67108864 bytes exhausted http://www.plogger.org/forum/comments.php?DiscussionID=2748&Focus=10897#Comment_10897 http://www.plogger.org/forum/comments.php?DiscussionID=2748&Focus=10897#Comment_10897 Wed, 10 Jun 2009 16:28:07 +0000 justin1186 I've been searching in General Support for some time to find a solution to this issue. I haven't been able to find any solutions. I just finished installing plogger; I have a simple photo collection with one photo in it. I've written a simple test.php page to take a look at plogger.
Here's what I have in the test.php file:

<HTML>
<?php require("gallery.php"); ?>
<head>
<?php the_gallery_head(); ?>
</head>
<body>
<?php the_gallery(); ?>
</body>
</HTML>

Pretty simple; I just followed the readme included with the plogger installation. When navigating to test.php I get the following error:
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 8192 bytes) in /home/content/j/u/s/justin1186/html/gallery.php on line 1

This is apparently referring to the <?php require("gallery.php"); ?> on line one of my test.php file. Any ideas? All I did was install and upload one photo...
Thanks,
Justin1186]]>
Fatal error: Allowed memory size of 67108864 bytes exhausted http://www.plogger.org/forum/comments.php?DiscussionID=2748&Focus=10898#Comment_10898 http://www.plogger.org/forum/comments.php?DiscussionID=2748&Focus=10898#Comment_10898 Wed, 10 Jun 2009 16:58:21 +0000 justin1186 Fatal error: Allowed memory size of 67108864 bytes exhausted http://www.plogger.org/forum/comments.php?DiscussionID=2748&Focus=13864#Comment_13864 http://www.plogger.org/forum/comments.php?DiscussionID=2748&Focus=13864#Comment_13864 Sat, 06 Aug 2011 08:59:14 +0000 dikig I'm not sure whether I should add my problem to this thread but as I get more or less the same error message I hope this is ok.
Plogger worked perfectly on my web-space up until a couple of days (weeks) ago. Now after having uploaded new photos and trying to downaload all 52 of them this error message shows up: "Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 27788681 bytes) in .../plogger/plog-download.php on line 146"
If I understand this correctly then there is sufficient memory provided (67,108,864 bytes) and allocation of a lower amount of memory fails (tried to allocate 27,788,681 bytes). Playing around with selecting different amounts of photos shows that up until 5 photos I can donwload them, starting from 6 photos I get this error message: "Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 17709135 bytes) in ..../plogger/plog-download.php on line 183"
Note that the amount of allcoated memory is much lower now and the number of the failing line changed. Unfortunately I'm not an expert in PHP and thus have no idea how to resolve that problem. I can even imagine that my provider made a change in his PHP setup.
Checking phpinfo I got this data (and much more): PHP Revision: PHP Version 5.2.4-2ubuntu5.10, memory_limit: 64M

The advice given above by justin1186 did not help, I did not even find a file 'test.php'
There is also another thread (http://www.plogger.org/forum/discussion/939/fatal-error-allowed-memory-size-of-33554432-bytes-exhausted-tried-to-allocate-381-bytes/#Item_0) and verified (and changed) the allowed memory limit in plog-globals.php without success. Although the new (reduced) memory size was properly refected in the resulting error message I did not get a hint to resolve the problem.

Now I hope that one of you can help me!
Thanks, Dieter]]>
Fatal error: Allowed memory size of 67108864 bytes exhausted http://www.plogger.org/forum/comments.php?DiscussionID=2748&Focus=13869#Comment_13869 http://www.plogger.org/forum/comments.php?DiscussionID=2748&Focus=13869#Comment_13869 Fri, 12 Aug 2011 12:11:52 +0000 dikig Unfortunately the problem still persists :-(

Thanks, Dieter]]>