Advertisement:

Author Topic: Problem running convert.php  (Read 1435 times)

Offline yorks1964

  • Newbie
  • *
  • Posts: 2
Problem running convert.php
« on: October 15, 2010, 07:44:43 AM »
Hi all

I have an old Access based forum which i am converting to SMF

I have converted the Access database to a .sql dump and imported all the tables into my SMF MYSQl database.

When I run convert.php I get the following error

--------------------------------------------------------------------------

Converting members... Successful.
Preparing Conversion (part 1)... Unsuccessful!
This query:

    SELECT
    REPLY_ID AS old_id_msg, 'msg' AS type, R_DATE AS msg_date, TOPIC_ID AS old_id_topic
    FROM `yorks_smf1`.forum_reply
    LIMIT 0, 200;

Caused the error:

    Table 'yorks_smf1.forum_reply' doesn't exist

-------------------------------------------------------------------

The table forum_reply DOES exist. I have also tried upper case too but still no joy

any ideas ?

thanks


Offline Nibogo

  • SMF Friend
  • SMF Hero
  • *
  • Posts: 6,433
  • Gender: Male
    • smfpacks on Facebook
    • @smfpacks on Twitter
    • SMFPacks
Re: Problem running convert.php
« Reply #1 on: October 15, 2010, 05:21:35 PM »
What's the forum system where you're converting from? What .sql file did you use?