Topic: Moving database trouble!!

i get this error

Unable to fetch guest information. The table 'tim_users' must contain an entry with id = 1 that represents anonymous users.

2

Re: Moving database trouble!!

you must have deleted the guest account from the database.
if you go into the database and just create a new user with user id 1 group id 4 and name it Guest, it should work fine.

Re: Moving database trouble!!

I accidently moved half while in maintence mode and half while not. Something like that. So i just went ahead redid the whole thing tongue

Re: Moving database trouble!!

Add to config.php this line

define('FORUM_TURN_OFF_MAINT', 1);

Than login and disable maintance mode and remove this line from config.php