PDA

View Full Version : Phpbb problems



Coyotebluewolf
Mon 2nd Aug '04, 5:09am
I get this when I get to step 1 after it checks the db

Database error in vBulletin:ImpEx Source 3.0.3:
Invalid SQL:
SELECT user_id,username
FROM users
ORDER BY user_id
LIMIT 0,25
mysql error: Table 'hardcore_phpbb.users' doesn't exist

Zachery
Mon 2nd Aug '04, 5:36am
Looks like part of what you wanted to show us did not get posted. Can you either edit your original post or add a new post so we can assit you with the Import Process ? :)

Coyotebluewolf
Mon 2nd Aug '04, 6:09am
I get this when I get to step 1 after it checks the db

Database error in vBulletin:ImpEx Source 3.0.3:
Invalid SQL:
SELECT user_id,username
FROM users
ORDER BY user_id
LIMIT 0,25
mysql error: Table 'hardcore_phpbb.users' doesn't exist

Zachery
Mon 2nd Aug '04, 6:11am
Looks like you did not enter a table prefix for phpbb, i believe the default is

phpbb_

run this query from phpmyadmin and start again after you add the table prefix in impexconfig.php

DELETE FROM datastore WHERE title='ImpExSession';

Coyotebluewolf
Mon 2nd Aug '04, 6:15am
how do I add table prefix?

Coyotebluewolf
Mon 2nd Aug '04, 6:17am
nm didnt read that lol

Coyotebluewolf
Mon 2nd Aug '04, 6:29am
ok it worked thanks

Zachery
Mon 2nd Aug '04, 6:48am
Glad to hear, good luck with your new vBulletin Community :)