pollux007 wrote:
Hello,
I import my database phpBB in the joomla base and i configure phpbb2fb.php, but when i run the migration i have this message:
| Code: |
Connecting to Database... OK
Invalid query:
ALTER TABLE `jos_fb_messages` ADD `phpbb_userid` int(10) NOT NULL default '1'
Duplicate column name 'phpbb_userid'
|
What is the problem?
sorry for the language i'm a french user
I had this problem.
Thats because, Those tables were created the first time u ran the script.
SO when u run it again it cant overwrite it. thats what is means by "Duplicate entry"
Your only option is to first Go in to PHPMYADMIN & Delete(drop) all tables that start with "jos' in your phpBB2 database.
Then Delete the joomla installation from your server & then reinstall.