Not signed in (Sign In)

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

    • CommentAuthorRiful
    • CommentTimeAug 18th 2009
     
    I have ran in to some sort of dilemma with this function. I can't quite understand what the problem is but after many successful uploads to plogger I get a strange glitch after randomly uploading to my gallery again which locks me out of the album, the photo's still remain in the album and are viewable, but the album cannot be opened via "Manage" and importing is locked up too.

    The only extra information I can provide is that after importing Plogger goes to a blank white screen.

    I did read that someone else was experiencing problems with said function but I thought that mine was a little different.
    • CommentAuthorchewbears
    • CommentTimeAug 24th 2009
     
    plogger going to a blank white screen is an issue with your memory allocation in your php setup. You will have to change your PHP

    Memory_limit and max_execution_time in you phpinfo. IIRC those two should solve the white screen and allow for proper uploading without timing out. Someone else might chime in to point out another field but I think my memory serves me right that those 2 will help you out a lot. I have mine set to max_execution_time = 300000 and memory_limit = 128m

    With those settings I can do over 1000 hi res jpgs without timing out. If the above doesn't help you I can post my phpinfo for you as I may be missing something you have to change.