I have some problems after importing my phpbb database using Impex.
The search function doesn't work, I get:
Both emptying and rebuilding the search index dosent help.
Another problem - my avatars dosent get imported from images/avatars
The search function doesn't work, I get:
Database error in vBulletin 3.6.4:
Invalid SQL:
SELECT * FROM mydatabase_search AS search
WHERE searchhash = '7657a4768afda5297ced44ddf95d50fc'
AND userid = 1
AND completed = 1;
MySQL Error : Unknown column 'completed' in 'where clause'
Error Number : 1054
Invalid SQL:
SELECT * FROM mydatabase_search AS search
WHERE searchhash = '7657a4768afda5297ced44ddf95d50fc'
AND userid = 1
AND completed = 1;
MySQL Error : Unknown column 'completed' in 'where clause'
Error Number : 1054
Another problem - my avatars dosent get imported from images/avatars
Comment