we got our license just a few weeks ago and now 3.5.0 is out before we had a chance to import the old forum, perfect timing but the new(?) impex i downloaded along with 3.5.0 says "Database Error: There seems to have been a slight problem with the database.", i got the old one to work but there was some text in the member area about impex being only for 3.5 so i got this new one and it doesn't work at all, how can i see a more exact error? i've renamed both config files, for vb and impex, and filled in all the correct info into them, double checked it more than once before posting here
edit: i just inserted a mysql_error() in the halt() function and saw this
"You have an error in your SQL syntax near 'ENGINE=MyISAM; ' at line 7"
edit: i just removed the ; behind ENGINE=MyISAM in vbfields.php and now it works, i'm a postgresql man and don't remember much about mysql syntax so i have to ask if it's safe to continue like this, after all i didn't get any errors
edit: i just inserted a mysql_error() in the halt() function and saw this
"You have an error in your SQL syntax near 'ENGINE=MyISAM; ' at line 7"
edit: i just removed the ; behind ENGINE=MyISAM in vbfields.php and now it works, i'm a postgresql man and don't remember much about mysql syntax so i have to ask if it's safe to continue like this, after all i didn't get any errors
Comment