I have been experianceing login issues with my forums (http://www.ouab.x10.mx/forums) in which I was systematicly redirected into a login loop, after having explored issues with the cookies and phpBB3 installations, I have come to the conclusion that this error is origination from the Database. Having located which table was responsible for the errors and login loop, I ran a mySQL query (see below):
This resolved the issue for about 1-2 days, now the issue is back. AFter repeating the above steps, it was briefly fixed and operated normally (about an hour) and is now back to the error login loop. I believe this comes from the host side.
Server: Level
Code:
[COLOR=#2E8B57][FONT=Monaco]REPAIR TABLE phpbb_sessions;[/FONT][/COLOR]
[COLOR=#2E8B57][FONT=Monaco]DELETE FROM phpbb_confirm;[/FONT][/COLOR]
[COLOR=#2E8B57][FONT=Monaco]DELETE FROM phpbb_sessions_keys;[/FONT][/COLOR]
[COLOR=#2E8B57][FONT=Monaco]DELETE FROM phpbb_sessions;[/FONT][/COLOR]
This resolved the issue for about 1-2 days, now the issue is back. AFter repeating the above steps, it was briefly fixed and operated normally (about an hour) and is now back to the error login loop. I believe this comes from the host side.
Server: Level