Author Topic: [SMF Converter] vBulletin 3.7  (Read 50352 times)

Offline Suikojin

  • Newbie
  • *
  • Posts: 1
Re: [SMF Converter] vBulletin 3.7
« Reply #140 on: November 06, 2009, 07:49:24 PM »
I am trying to convert my vB 3.8.0 to SMF 1.1.10 but I get this error.

Code: [Select]
Recalculating forum statistics... Successful.
Unsuccessful!
This query:

    REPLACE INTO {$to_prefix}settings (variable, value)
    VALUES ("conversion_time", 1257554703),
    ("conversion_from", "vbulletin37_to_smf.sql");

Caused the error:

    You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '{$to_prefix}settings (variable, value)
    VALUES ("conversion_time", 1257554703)' at line 1

Offline Norv

  • Senior Support Specialist
  • Simple Machines Hero
  • *
  • Posts: 5,106
  • Software is not released, only allowed to escape.
Re: [SMF Converter] vBulletin 3.7
« Reply #141 on: November 07, 2009, 02:12:48 AM »
Your conversion has actually succeeded, as "Recalculating forum statistics... Successful." was the last step that matters. The last message is a bug in the converter itself.
File a security report  |  Bugtracker  |  Online Manual
Please note that I will not answer unsolicited PMs for support. Questions and answers should be publicly available.