Error "...Wrong value type sent to the database. Integer expected. (msg_date)"

Started by Broom, December 30, 2013, 08:55:09 AM

Previous topic - Next topic

Broom

Dear All,

Over the past days I have been working on converting a Snitz forum to SMF. The tool I use is the Snitz to SMF 2-0 Converter (http://download.simplemachines.org/?converters;software=snitz). Unfortunately, I run into following error that I am not able to solve:

Converting members... Successful.
Preparing Conversion (part 1)...Wrong value type sent to the database. Integer expected. (msg_date)


Any help is very welcome as I run out of options!

Oldiesmann

That's related to this query:

SELECT
REPLY_ID AS old_id_msg, 'msg' AS type, R_DATE AS msg_date, TOPIC_ID AS old_id_topic
FROM {$from_prefix}forum_reply;


The error means that at least one value in the R_DATE column of Snitz's "forum_reply" table isn't an integer.
Michael Eshom
Christian Metal Fans

Advertisement: