Database error in vBulletin:ImpEx Source 3.0.7:
Invalid SQL:
SELECT * FROM users
ORDER BY user_id
LIMIT 0,2
mysql error: Table 'phorum.users' doesn't exist
mysql error number: 1146
yet if i change the the the table prefix to anything else it fails saying A source database was not entered in ImpExConfig.php, but using phorum it starts then stops at that.
Invalid SQL:
SELECT * FROM users
ORDER BY user_id
LIMIT 0,2
mysql error: Table 'phorum.users' doesn't exist
mysql error number: 1146
yet if i change the the the table prefix to anything else it fails saying A source database was not entered in ImpExConfig.php, but using phorum it starts then stops at that.
Comment