import smf into wordpress site error Unknown character set: ‘utf8mb4’
-
I get the following error when trying to import an existing smf forum using the import tool in the forums.
WordPress database error: [Unknown character set: ‘utf8mb4’]
SELECT convert(topics.id_topic USING “utf8mb4”) AS id_topic,convert(topics.num_replies USING “utf8mb4”) AS num_replies,convert(topics.id_board USING “utf8mb4”) AS id_board,convert(topics.id_member_started USING “utf8mb4”) AS id_member_started,convert(messages.poster_ip USING “utf8mb4”) AS poster_ip,convert(messages.body USING “utf8mb4”) AS body,convert(messages.subject USING “utf8mb4”) AS subject,convert(topics.locked USING “utf8mb4”) AS locked,convert(topics.is_sticky USING “utf8mb4”) AS is_sticky,convert(messages.poster_time USING “utf8mb4”) AS poster_time FROM smf_topics AS topics LEFT JOIN smf_messages AS messages ON topics.id_first_msg = messages.id_msg LIMIT 0, 100How do I get past this?
WP Version 4.8
bbpress version 2.5.12
http://hbmm-national.org/HBMM-National-2017-Forum/
(Site is just being started to build forum before going live as a subdomain)Thanks in advance for any help you can offer.
R. Duane Gryder
HonorBound Motorcycle Ministry
- You must be logged in to reply to this topic.