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