Ticket #196 (closed defect: duplicate)
Infinite loop when posting comment
| Reported by: | Slery | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.0 |
| Component: | General | Version: | 1.0b3 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
When posting a comment on a page Firefox complains: "Firefox has detected that the server is redirecting the request for this address in a way that will never complete."
Comment is posted but the redirect doesn't work.
I fixed it quite dirty in plog-functions.php on line 1085 with: $baseurl = str_replace("plog-comment.php","index.php",$configbaseurl?); $rv = $baseurl.'?level=picture&id='.$id;
Version is Beta3
Change History
comment:1 Changed 22 months ago by kimparsell
- Status changed from new to closed
- Version set to 1.0b3
- Resolution set to duplicate
comment:2 Changed 22 months ago by Slery
When fixed in June, why is this bug still occuring with a version downloaded three weeks ago?
comment:3 Changed 22 months ago by kimparsell
If you downloaded the version from the main Plogger website (referred to as Version Beta 3.0), then you are using a version older than rev550. That zip file does not include the fix referenced above, but does include the security update referenced in this post.
Plogger was restructured a/o rev550, and is very different from the 1.0b3 (Beta 3.0) version currently available for download. The upgrade process is still under development for the latest SVN version. We are currently working hard to get this version ready for a formal release.
If you would like to get the majority of the bug fixes for Beta 3.0 from the SVN trunk, you can download them using the following link ( <= revision 549 is prior to the restructure).

This was already fixed a/o rev550 (see http://dev.plogger.org/ticket/173 for the original issue report).