Can't edit a post
Quote from Lara on January 23, 2018, 6:22 pmHey 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
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
Quote from Asgaros on January 23, 2018, 6:35 pmHello 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.
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.
Quote from Jonathan- on April 26, 2018, 11:42 am
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 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.)
Quote from Asgaros on April 26, 2018, 12:08 pmNo, 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.
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.
Quote from Jonathan- on April 26, 2018, 12:15 pmI 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
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