Well, yeah; the script assumes that the import_map table exists in several places in the showflat.inc.php script (and it needs to exist in its original form, as the cells need to have the correct names):
Code
CREATE TABLE IF NOT EXISTS `ubbt_IMPORT_MAP` (
  `SITE_ID` int(9) unsigned NOT NULL DEFAULT '1',
  `POST_ID` int(9) unsigned NOT NULL DEFAULT '0',
  `OLD_TOPIC_ID` int(9) unsigned NOT NULL DEFAULT '0',
  `OLD_POST_ID` int(9) unsigned NOT NULL DEFAULT '0',
  `OLD_FORUM_ID` int(9) unsigned NOT NULL DEFAULT '1'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

ALTER TABLE `ubbt_IMPORT_MAP`
  ADD KEY `site_ndx` (`SITE_ID`),
  ADD KEY `old_forum_ndx` (`OLD_FORUM_ID`),
  ADD KEY `old_topic_ndx` (`OLD_TOPIC_ID`),
  ADD KEY `old_post_ndx` (`OLD_POST_ID`);


I am a Web Development Contractor, I do not work for UBBCentral. I have provided free User to User Support since the beginning of these support forums.
Do you need Forum Install or Upgrade Services?
Forums: A Gardeners Forum, Scouters World
UBB.threads: UBBWiki, UBB Styles, UBB.Sitemaps
Longtime Supporter & Resident Post-A-Holic
VNC Web Services: Code Modifications, Upgrades, Styling, Coding Services, Disaster Recovery, and more!