Simple Machines Community Forum

SMF Support => Converting to SMF => IPB => Topic started by: KOH on August 21, 2010, 07:35:39 AM

Title: Conversion from IPB 2.1.7 to SMF 2.0 RC3 error
Post by: KOH on August 21, 2010, 07:35:39 AM
Hello all!

At script start there was an error

QuoteConverting...
Converting personal messages (step 1)...
Successful.
Converting personal messages (step 2)... Successful.
Converting personal messages (step 3)... Unsuccessful!
This query:
UPDATE `samuraismf`.smf_personal_messages
SET deleted_by_sender = '0'
WHERE id_pm =;
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 '' at line 3
Title: Re: Conversion from IPB 2.1.7 to SMF 2.0 RC3 error
Post by: KOH on August 21, 2010, 02:01:55 PM
I have rectified an error having set a flag "deleted" = 1 in table smf_pm_recipients

Thank`s
Title: Re: Conversion from IPB 2.1.7 to SMF 2.0 RC3 error
Post by: Duong Qua on September 21, 2010, 09:30:16 PM
Hi KOH,

Can you tell me which converter and sql code has used in conversion?

Thank you in advanced.