Not signed in (Sign In)

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

  1.  
    One line problem statement:
    Photos sized over 3Mb get Error 500 when uploading in Plogger.

    Further details:
    Fresh install of v3 beta. New SQLv5 database. Upload pics into uploads folder, then go to admin screen. Go to import tab, select Boy Pages, two photos (both sized over 3Mb) that were taken with my new Canon Rebel XTi SLR camera show Error 500s instead of thumbs. All other photos (sized around 1Mb) taken with old camera show thumbnails. So I click "Import" at bottom, and get a blank screen with another Error 500. If I go to the directory I am able to see the "large" photo. (http://www.jeunegirl.com/plogger/images/boy_pages/boy_pages/jan0108_090.jpg) If I go into my gallery from the website, I see nothing in the collection or album even though the server directory shows 10 photos. Plogger config should allow large file sizes. My php.ini has upload_max_filesize=4M,
    post_max_size=4M, max_input_time=4M, memory_limit=4M. Is this a SQL issue? Plogger issue? Please help.
    • CommentAuthorAdam
    • CommentTimeFeb 20th 2008
     
    I'm experiencing the same problem...
  2.  
    I'm using 1&1 as my host - I know there have been posts here about their memory usage but even when I upload individual 3MB+ files I get the 500 errors. I was poking around on 1&1's admin site and I found the CGI Output Monitor, so I ran it against the plog-import.php function, and this is what I got:

    Result:
    - 126 CGI returned nonzero status
    /usr/bin/nice: /kunden/homepages/9/d97087721/htdocs/jeunegirl/plogger/admin/plog-import.php: Permission denied
    STDOUT OK STDERR OK

    I am going to contact 1&1 for help. /usr/bin/nice has something to do with scheduling priority. Not sure how it factors in.
    • CommentAuthortex1820
    • CommentTimeJul 28th 2008
     
    Hi all, Im bringing back this topic because i'm running into the same problem. I also use 1 and 1. has anyone been able to find a solution?
    ty all
    tex
    • CommentAuthorjmoyn2339
    • CommentTimeApr 3rd 2010
     
    Hi,
    I use 1&1 for my hosting. I just installed the Plogger photo gallery and I can't upload photos to the my gallery. When I try to upload photo with a file size in the 1-3 mb range I receive the following error.
    Error 500 - Internal server error

    An internal server error has occured!
    Please try again later.


    Any suggestions on how to correct this would be greatly appreciated.

    Thanks,
    John
    • CommentAuthorjimlad
    • CommentTimeApr 4th 2010
     
    Edit the .htaccess file in the plogger directory so that it reads as follows

    # BEGIN Plogger
    RLimitMem 128000000
    # END Plogger

    This has allowed me to upload images >6MB via FTP/import

    Please note: some server configurations may not allow this - but worth a try on yours.