9
I've run the site in debugging mode, but only get a few module specific errors - nothing that I see could cause this login issue.
Does anyone have any suggestions to a solution?
Basically if a user tries to log in through any of the sitewide login boxes or at the user.php page, they are told "Thank You for logging in" then redirected back to the site not logged in.
The only way I can find to remain logged in is by using the Fast Reply form in the forum which uses this method:
<form name='quick_reply' id='quick_reply' action='post.php' method='POST' onsubmit='return xoopsFormValidate_quick_reply();'>
Curiously once you have successfully logged in by this method, all the other login boxes work correctly and you can log in and out freely.