tierra / topicsolved

phpBB Topic Solved extension: Allows posting questions, and accepting answers as solved.
https://www.phpbb.com/customise/db/extension/topic_solved/
GNU General Public License v2.0
23 stars 19 forks source link

Marking topic solved (or unsolved) forces login again #63

Closed tbird1965 closed 7 years ago

tbird1965 commented 7 years ago

When I mark my topic as solved, the login screen is loaded and I must login again. The topic is marked as solved. The same occurs if I mark a solved topic as unsolved. Is this the intent or is there an issue with this app and 3.2.1? Please contact me if there is any additional information you need.

Running phpBB 3.2.1 Prosilver with some color changes (otherwise stock style)

tierra commented 7 years ago

Others have run into the same problem in the past, and solved it by ensuring they have their cookie settings for the board configured correctly.

There wasn't much detail given about what was configured wrong, but I'm certain this is the same problem: https://www.phpbb.com/community/viewtopic.php?p=13996471#p13996471

tbird1965 commented 7 years ago

NOT A BUG. Yes, it was with the cookie settings. I am testing this plugin on a test system which does not have the usual URL. So the error was the cookie domain was still setup for the real site. Changing the cookie domain to the IP address of my test site solved it. Works great - thank you!

tierra commented 7 years ago

Thanks for providing more details on that