Notifications
Clear all

wpForo 1.x.x [Solved] Posting with emoticon gives "reply request error"

12 Posts
3 Users
3 Reactions
3,087 Views
OMTesla
Posts: 217
Topic starter
(@omtesla)
Active Member
Joined: 8 years ago

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.

OMTesla
Posts: 217
Topic starter
(@omtesla)
Active Member
Joined: 8 years ago
Posted by: Robert

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?

Robert
Posts: 10587
Admin
(@robert)
Support Team
Joined: 9 years ago

I think this is a bbpress attachment plugin table. Just backup it and delete if you don't use bbpress on this site.

1 Reply
OMTesla
(@omtesla)
Joined: 8 years ago

Active Member
Posts: 217

Yes it is of that plugin as i not use that long time i will clean from it the database.

Thank you for help case solved!

OMTesla
Posts: 217
Topic starter
(@omtesla)
Active Member
Joined: 8 years ago

Hi again

I found today in my post emoticons were all with ? ? ? marks in place of them.

What can be the problem?

Robert
Posts: 10587
Admin
(@robert)
Support Team
Joined: 9 years ago
Posted by: iTesla

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.

Page 2 / 3