Page 1 of 1

Visual Confirmation Problems

PostPosted: Tue Mar 17, 2009 4:31 pm
Author: savedbyhisgrace
When someone goes to register on my site, it won't let them. It says this:

The number of entries of Visual Confirmation has exceeded the limit in this session.

How can I clear this or whatever it is I need to do? I have another problem with IPs but I'll address that after I get this issue fixed.

Re: Visual Confirmation Problems

PostPosted: Tue Mar 17, 2009 4:52 pm
Author: Helter
try emptying your sessions table either in phpmyadmin by trunciating phpbb_sessions in your database, or in acp/General Admin/DB Maintenance/ "Reset all sessions"

Re: Visual Confirmation Problems

PostPosted: Sat Sep 18, 2010 6:37 pm
Author: viragotech
Had a similar problem for some users.

found if I went into the database via phpmyadmin and changed the line in their section of the users table

"user_session_page 0 "

to 0, it fixed them, would be -4 -13........

all other attempts had failed before that change.