Hi
I will try your code after 7 pm and let you know if worked.
Between
I have found in my database traces of "_bbp_attachment" or even other names with "bbp" in it and there are allot of them in wp_postmeta, can you tell if is safe to remove them to clean the database from old junk?
Thank you.
For the subscriptions table please execute this SQL before converting it to utf8mb:
ALTER TABLE `wp_wpforo_subscribes`
CHANGE COLUMN `user_name` `user_name` VARCHAR(90) NOT NULL DEFAULT '' COLLATE 'utf8mb4_unicode_520_ci' AFTER `active`,
CHANGE COLUMN `user_email` `user_email` VARCHAR(90) NOT NULL DEFAULT '' COLLATE 'utf8mb4_unicode_520_ci' AFTER `user_name`;
It worked!
Can you tell me about those "bbp" junk in my database if safe to delete?
I think this is a bbpress attachment plugin table. Just backup it and delete if you don't use bbpress on this site.
Hi again
I found today in my post emoticons were all with ? ? ? marks in place of them.
What can be the problem?
Hi again
I found today in my post emoticons were all with ? ? ? marks in place of them.
What can be the problem?
If your database char-set doesn't support emoji content please disable emoji button. I'm sorry but i can't help in such issues.