My Problem:
Converting posts (this may take some time)... Successful.
Converting polls... Successful.
Converting poll options... Successful.
Converting poll votes... Successful.
Converting personal messages (step 1)... Successful.
Converting personal messages (step 2)... Successful.
Converting topic notifications... Unsuccessful!
This query:
SELECT m.ID_MEMBER, lt.ID_TOPIC, lt.notificationSent AS sent
FROM (`spocrati_ht4uforum`.yabbse_log_topics AS lt, `spocrati_ht4uforum`.yabbse_members AS m)
WHERE notificationSent != 0
AND lt.memberName = m.memberName
LIMIT 0, 500;
Caused the error:
Unknown column 'lt.memberName' in 'where clause'
I have no any idea what I can do... My solution was create a new field memberName in yabbse_log_topics. After them, the script works but for ever on the same step