unable to login / infinite login loop
Ok. I forgot to look. I'll peak at it now
You must have set it so members cannot stay logged in to the site. You need to change that. Can you log in with admin?
Then you'll have to check the database and see if you have the can stay logged in set to false. Are you familiar with phpmyadmin? You would make a backup before changing anything. Look in the phpfox_user_group_setting table and the phpfox_user_setting. The user_group_setting one will have a number on that line. It will correspond with the user_setting. Mine is line 45 and for them to stay logged in, the value_actual is set at 1. If you can't do this, submit to support.
since i started this thread a few months ago, i guess i can tell you all what the issue was for me.
This was caused by my host transferring mySQL database to another server (without telling me)... in the process of transferring, when they restored the tables a few tables became corrupted (although the data and everything else was there). Particularly the phpfox_session (think thats the sessions table if i remember correctly). That table and a couple other were corrupted, all you have to do is run MySQL table repair and should be as good as new.
( http://dev.mysql.com/doc/refman/5.1/en/repair-tabl... )
Thanks for posting. Normally stuff like that shows on debug.






