I really hate to sound "needy" Problem number two..
www.daniellestratton.com/forum1, under the ACP, then under the MODS tab.. Why is there a Forum Gallery & Phpbb Gallery??? There is also 2 Manage Personal Albums - in the UCP under the Overview tab...
It sounds like you didn't drop the old tables in database before installing your new board, would that be right?
It would make sense as it is showing two of them.
Victorious, try it this way. Go into your database and drop all those tables, then re-import the sql again. Easiest way as you are just installing the forum there.
I dropped the tables then imported the upgrade sql. I received the following error:
Error
SQL query:
CREATE TABLE `phpbb_announcement_centre` (
`announcement_show` tinyint( 1 ) NOT NULL ,
`announcement_enable` tinyint( 1 ) NOT NULL ,
`announcement_enable_guests` tinyint( 1 ) NOT NULL ,
`announcement_show_birthdays` tinyint( 1 ) NOT NULL ,
`announcement_birthday_avatar` tinyint( 1 ) NOT NULL ,
`announcement_draft` text NOT NULL ,
`announcement_text` text NOT NULL ,
`announcement_text_guests` text NOT NULL ,
`announcement_title` varchar( 255 ) NOT NULL default '',
`announcement_title_guests` varchar( 255 ) NOT NULL default '',
`announcement_show_group` varchar( 255 ) NOT NULL default ''
) CHARACTER SET utf8 COLLATE utf8_bin
MySQL said:
#1064 - You have an error in your SQL syntax near 'CHARACTER SET utf8 COLLATE utf8_bin' at line 13
After dropping the old tables I tried to re-import the sql file again and the error below is what I received while trying to import. No talbes were imported at all.
(of course when I try to go to the forum I receive this error now.)
General Error
SQL ERROR [ mysql ]
So you got that error on your browser while accessing the forum? All the tables haven't imported by the look of that, or the wrong details have been entered in the config.php - recheck that file.
Maybe an easier way to import is highlight and copy the modded.sql, then hit sql on that database and paste it into that window.