Forum breadcrumbs – You are here:Asgaros Support ForumSupportCan't edit a post
Please or Register to create posts and topics.

Can't edit a post

Hey guys,

I just recently installed my forum but now a problem occcured:
A user started a topic and did edit the start post a few times. But suddenly, the editing function stopped working.
She can still see the edit-post-window and make her changes, but once she clicks save she is returned to the post the way it was before.
I tried that too and had the same problem.

The only change I made on the plugin was that I gave the div.post-author another 10px width.

I’d be really happy to see this solved somehow.
I am fluid in html/css.

Have a nice day,

Lara

Hello Lara,

can you check if this happens for all posts of just this specific one? Its possible that this problem is caused by a caching-plugin which shows you an old state of the page.

I am also aware of a couple of problems when smileys/emojis are used inside a post in combination with a wrong database-configuration. You can have a look at the following page when this is the case.

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!

No other solution for this problem? When there is a smiley in the text I can not edit a post, quote a post or create a new topic (it bug).
Your solution is very long to do manually for each table / field.

Thank you !

# For each database:
ALTER DATABASE database_name CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci;
# For each table:
ALTER TABLE table_name CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
# For each column:
ALTER TABLE table_name CHANGE column_name column_name VARCHAR(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
# (Don’t blindly copy-paste this! The exact statement depends on the column type, maximum length, and other properties. The above line is just an example for a `VARCHAR` column.)

No, unfortunately there is no other solution.

This problem occurs because of a wrong configuration of your database and not because of a bug in the Asgaros Forum plugin. So its nothing which I can do against it from my side.

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!

I moved all my wordpress blog to an hosting using the latest version of mysql :'(
In this case, is it possible to disable the smileys in the forum? To simply display the characters and not the emoticons?
Thank you very much

It seems OK ! I used a plugin to keep emoticons in text.