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.
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?
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.
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?