Thanks Keydog for the advice,
Well, if I dont mistake, I have a problem, Houston :
last punbb installed (localhost), config moved, database updated (no error printed), yet I can't access my updated forum because :
Unable to fetch guest information. The table 'punbb_users' must contain an entry with id = 1 that represents anonymous users.
I checked punbb_users table, and that's true I have no user whose id is 1.
Normal ? I don't know*. I come from 1.2.8 I guess.
I would like to update the table with the working information about Anonymous.
Can someone kndly share the sql to add the Anonymous user ?
Thanks !
*Looking at my sql original export I can see I should have the requested Anonymous user
INSERT INTO `punbb_users` VALUES (1, 3, 'Guest', 'Guest', 'Guest', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'English', 'Oxygen', 0, NULL, 0, '0.0.0.0', 0, NULL, NULL, NULL);
But I cant update the new database with the old line