I've installed version 5.1.0 with the Ajax Toolkit version 20229 with a Custom Display Engage:Publish module on the home page which uses a separate page to display the articles. That article page has a single Engage:Publish module set to Article Display.
When I'm not logged into the site and I click the title of an article the page I get a problem. IE will never display the new page and FireFox will give me the following message:
"Firefox has detected that the server is redirecting the request for this address in a way that will never complete."
Also, 4 new pages of errors show up in the site's event log.
When I'm logged into the site with my host account everything works fine.
I had been banging my head against this one for a few hours and finally decided to get out the source for the latest build. I compiled an EngagePublish.pdb file and put it in the bin folder of the live site so the EventLog would tell me what line in the source code was causing the problem. I tracked it down to ArticleDisplay.ascx.cs line 560 which concerns the Last Initial display of the Comments feature. I changed the Article Display module to require the full name for comments and the problem was fixed.
Oddly, disabling comments for the Article Display module did not circumvent the problem. I guess the 'allow comments' setting from the article overrides the module?
Anyway, there's a bug in line 560 of ArticleDisplay.ascx.cs in version 5.1.0 that needs to be fixed.
Thanks,Dave
(btw- this thread is intentially long-winded in hopes it could help someone else who encounters this problem)