Not signed in (Sign In)

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

    • CommentAuthorjustin1186
    • CommentTimeJun 10th 2009
     
    Hi,
    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
    • CommentAuthorjustin1186
    • CommentTimeJun 10th 2009
     
    Yup, fixed my own issue...just had to move test.php into the plogger folder....*duh*....
    • CommentAuthordikig
    • CommentTimeAug 6th 2011
     
    Hi,
    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
    • CommentAuthordikig
    • CommentTimeAug 12th 2011
     
    Is there nobody able to help?
    Unfortunately the problem still persists :-(

    Thanks, Dieter