Not signed in (Sign In)

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

    • CommentAuthorphases
    • CommentTimeOct 9th 2008
     
    Howdy folks -

    Having a slight problem on my plogger with the comment form.
    When you submit a comment the following error is displayed:
    --------------------------------
    The page isn't redirecting properly
    Firefox has detected that the server is redirecting the request for this address in a way that will never complete
    * This problem can sometimes be caused by disabling or refusing to accept
    cookies.

    -------------------------------

    However, the comment is recorded and posted to the site.

    Not sure where to start trying to figure it out.

    Any help out there for me?
    • CommentAuthordennus
    • CommentTimeNov 3rd 2008
     
    I'm having this same problem. Anyone got a solution to this?
    • CommentAuthorchewbears
    • CommentTimeNov 3rd 2008
     
    Have you tried it using a browser other then firefox and/or from a different computer where you would have admin rights? Just to make sure its 1 not a browser issue and 2 not a permissions issue?
    • CommentAuthordennus
    • CommentTimeNov 3rd 2008 edited
     
    It's not a permission issue. Firefox gives the error desribed by phases, IE is trying to load plog-comment.php after submitting the form but that takes ages. Maybe there's a never-ending loop at plog-comment.php but I haven't figured it out yet.
    • CommentAuthordennus
    • CommentTimeNov 3rd 2008 edited
     
    I think I found the infinite loop, plog-comment.php redirects to itself. I tracked it back to the function generate_url() in plog-functions.php.

    It seems that the global variable $config['baseurl'] has the value: "/ploggerb3/plog-comment.php" where (I believe) it should be just "/index.php" or better yet, empty. I have Plogger embedded into my website on the page index.php, could that be causing the error?
    • CommentAuthorrellero
    • CommentTimeNov 10th 2008
     
    The same happens in my installation.

    But that's fixed in trunk-r549 revision. Simply replace plog-comment.php with the same file of trunk-r549 revision to fix the mistaken redirection.