Not signed in (Sign In)

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

Please sign in or apply for membership to remove the ads
    • CommentAuthorandrew
    • CommentTimeDec 16th 2007 edited
     
    When I import thumnails from the uploads directory, Plogger doesn't generate thumbnails or does it very slowly. The percentage meter either hangs or stops. Then I can not upload the selected images. Also this makes my local server hang and not run other PHP scripts.

    I'm testing my work on XAMPP and will upload to the web later.

    I this a problem with my installation of plogger, a problem with my local Apache server, or a bug in Plogger?

    Plogger is great by the way, thanks for a fantastic application.
    Andrew James
    • CommentAuthorardamis
    • CommentTimeDec 30th 2007
     
    This happens to me, too. It works fine on my live server, but hangs during import->thumbnail creation on my local XAMPP server.

    I'll let you know if I figure it out.

    -ardamis
    • CommentAuthorbkraul
    • CommentTimeJan 3rd 2008
     
    I am having the same issue with plogger on my WAMP server. Any news on this? What would be causing plogger to hang in these apache servers? I like plogger's interface so much better than zenphoto...but this problem is currently keeping me from choosing plogger.
    • CommentAuthorCharlesCCO
    • CommentTimeMar 10th 2008
     
    Is that you are running Windows + Apache ?
    My case is that , once I disable AcceptEx() in httpd.conf using the directive "Win32DisableAcceptEx",
    then the above problem will exists.

    If i keep the default setting, the server will seems response slowly.
    So i wonder which setting should i use now...luckily...it seems doesn't happen in live server.
    •  
      CommentAuthorsidtheduck
    • CommentTimeMar 10th 2008
     
    As far as I know, thumbnails are generated using an AJAX request to the server using the prototype library. Do you also have troubles with it lagging by editing captions and descriptions under the Manage tab? I'm just wondering if there is some feedback on the local server with it running an AJAX request from both the client and server sides (I'm still somewhat new to how AJAX actually works, so I could be way off base here too).
    • CommentAuthorCharlesCCO
    • CommentTimeMar 10th 2008
     
    thx for your info,
    I have just tried today...seems the problem is not related to AcceptEx();
    it just... sometimes can import...but sometimes will cause the Apache become irresponsive...and even hanged with 0% CPU usage..................

    almost non-sleep in order to fix that...