Finally got my database restored. Lost about six hours of posts. I'm not even going to touch Impex until it's proven to be bug-free for a vBullting 3.0.* -> 3.5 merge.
Announcement
Collapse
No announcement yet.
ImpEx "slight problem with database"
Collapse
X
-
-
Originally posted by Tru2ChevyI seem to be having a similar problem, and I admittedly don't really know what I'm doing when it comes to playing with the database. Would someone be willing to give me a few simple step-by-step instructions to fix this?
Thanks!
This is with vb 3.5 Gold and the latest ImpEx download. Attempting to import from a phpBB 2.0.17 board.
- JustinOriginally posted by Tru2ChevyDatabase error in vBulletin:ImpEx Target :
Invalid SQL: CREATE TABLE `vbfields` (
`fieldname` varchar(50) NOT NULL default '',
`tablename` varchar(20) NOT NULL default '',
`vbmandatory` enum('Y','N','A') NOT NULL default 'N',
`defaultvalue` varchar(200) default 'NULL',
`dictionary` mediumtext NOT NULL
);
mysql error: You have an error in your SQL syntax near ';
' at line 7
mysql error number: 1064
Thanks to anyone who takes the time to help out a newb...
- Justin
Comment
-
Ok, just so we are clear on the fix, here is the block of code the way it should look:
$queries[] = "CREATE TABLE `{$tableprefix}vbfields` (
`fieldname` varchar(50) NOT NULL default '',
`tablename` varchar(20) NOT NULL default '',
`vbmandatory` enum('Y','N','A') NOT NULL default 'N',
`defaultvalue` varchar(200) default 'NULL',
`dictionary` mediumtext NOT NULL
)";
Comment
-
Originally posted by Tru2ChevyI seem to be having a similar problem, and I admittedly don't really know what I'm doing when it comes to playing with the database. Would someone be willing to give me a few simple step-by-step instructions to fix this?
Thanks!
This is with vb 3.5 Gold and the latest ImpEx download. Attempting to import from a phpBB 2.0.17 board.
- Justin
Worked for me._________________
ΜΟΛΩΝ ΛΑΒΕ
Comment
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment