ZenphotoCMS Forum
Comments Loop - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: Comments Loop (/thread-5214.html)



Comments Loop - Chilifrei64 - 2009-05-22

Alright well I've been away from things for quite some time. When I upgraded from version 1.0.x to 1.2.1 I encountered a problem with comments posting about 40 time or so. Well I just upgraded again to 1.2.4 and I am still encountering the same problem.

At this point, I have wiped all directories (leaving only albums and cache) and I have left the database, Any and all previous customizations thrown out the window.

It doesnt matter what theme I choose or what spam filtering I choose, this happens.

I cant confirm it is a loop.. however, you hit submit, and the page just processes and processes and processes. If I close the browser and go back into it, there will be several of my comments, then if I leave and come back, there will be about 40 or so.

Can anybody lead me in the right direction.




Comments Loop - Chilifrei64 - 2009-05-22

Actually it fails after 101 comments




Comments Loop - sbillard - 2009-05-22

This sounds familiar, but I cannot remember for sure. I think there might have been issues with an IIS server. At this point why don't you try the 1.2.5RC1 release.




Comments Loop - Chilifrei64 - 2009-05-22

It is an IIS server. Ill update to RC when I get home and return with the results.




Comments Loop - Chilifrei64 - 2009-05-26

Alright.. I updated to RC and it is still doing it.

I also updated to the latest version of PHP (5.2.9-2) from 5.0.2

I also made a fresh install with 1 album in it in another location on the same server and it is still happening.

Anything else you think I should look at?




Comments Loop - sbillard - 2009-05-26

Ok, sorry. I should have looked the first time. You will need to comment out lines as indicated in functions-controller.php circa line 161.

If you know a means of detecting that the server is IIS, perhaps you could instead insert an appropriate if statement around the redirect and let us have the patch.




Comments Loop - sbillard - 2009-05-26

Perhaps you can post here the value returned by $_SERVER['SERVER_SOFTWARE'] on your IIS server.




Comments Loop - ZeBoxx - 2009-07-10

seeing as I'm running into the same issue, the output of $_SERVER['SERVER_SOFTWARE'] is:
Microsoft-IIS/6.0

goes to tinker




Comments Loop - sbillard - 2009-07-10

Thanks, finally someone has answered the question. Will add in that check.




Comments Loop - ZeBoxx - 2009-07-11

no prob hadn't played with commenting until the other day.