MyBB Community Forums

Full Version: Problem after Merge from SMF to MyBB (<p> on every message)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
All messages have in front <p> and on the end </p> after conversion from SMF to MyBB.
Help me please ...
take backup of the database and run below SQL queries (see this guidance if required)
UPDATE `mybb_posts` SET `message` = REPLACE (`message`, '<p>', '') WHERE `message` LIKE '%<p>%';
UPDATE `mybb_posts` SET `message` = REPLACE (`message`, '</p>', '') WHERE `message` LIKE '%</p>%'; 
I try again to convert but from IPB 3.4.x to MyBB 1.8.
All works fine
BUT

If i use email recover, no one receive email, i use the default email (from administrator register), and then email from Cpanel webhost with SMTP (ssl/tls/or no encryption, i tried every option) with 25 port or 465, still doesn't work.