- Posts: 8
- Thank you received: 0
Kunena 7.0.2 Released
The Kunena team has announce the arrival of Kunena 7.0.2 [K 7.0.2] in stable which is now available for download as a native Joomla extension for J! 5.3.x/5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0
Solved Migrated posts cannot be edited
3 years 4 months ago #226395
by mark0w
Migrated posts cannot be edited was created by mark0w
after updating to the latest version 6.0.4, you still cannot edit pre-migration posts.
Please Log in or Create an account to join the conversation.
3 years 4 months ago #226396
by rich
Important! Always create a backup before you make any changes to your website!
Replied by rich on topic Migrated posts cannot be edited
Do you have experience with the database? With phpMyAdmin you can insert this sql command. Instead of #__ you have to enter your prefix.
UPDATE `#__kunena_messages` SET `email` = NULL;
This should solve the problem, but create a database backup first.
UPDATE `#__kunena_messages` SET `email` = NULL;
This should solve the problem, but create a database backup first.
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.
3 years 4 months ago - 3 years 4 months ago #226397
by mark0w
Replied by mark0w on topic Migrated posts cannot be edited
You will not be confused by the title of the topic that I put on from an unsolved thread that has been closed.
After upgrading to 6.0.4, as I edited posts from pre-migration, the message "Cannot save message: Invalid email address!" problem no longer exists and changes (edit post) are not taken into account. After pressing save just nothing happens (returns to its original state without any message).
It's ok in new posts. This is for pre-migration posts.
After upgrading to 6.0.4, as I edited posts from pre-migration, the message "Cannot save message: Invalid email address!" problem no longer exists and changes (edit post) are not taken into account. After pressing save just nothing happens (returns to its original state without any message).
It's ok in new posts. This is for pre-migration posts.
Last edit: 3 years 4 months ago by mark0w.
Please Log in or Create an account to join the conversation.
3 years 4 months ago #226398
by rich
Important! Always create a backup before you make any changes to your website!
Replied by rich on topic Migrated posts cannot be edited
Have you already recounted the statistics and synchronized the users (in the Backend -> Kunena ->Tools)?
If that does not help, open the browser console (press F12) and edit a post. Maybe an error message will be displayed.
If that does not help, open the browser console (press F12) and edit a post. Maybe an error message will be displayed.
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.
3 years 4 months ago #226400
by mark0w
Replied by mark0w on topic Migrated posts cannot be edited
After calculating the statistics and synchronizing the users (done positively),
after editing a post from before migration, now two known messages are displayed:
1) The message has been successfully edited - (this is not true because no changes have been made).
2) Cannot save message: Invalid email address!
Briefly describing it is as it was before the update to 6.0.4.
after editing a post from before migration, now two known messages are displayed:
1) The message has been successfully edited - (this is not true because no changes have been made).
2) Cannot save message: Invalid email address!
Briefly describing it is as it was before the update to 6.0.4.
Please Log in or Create an account to join the conversation.
3 years 4 months ago #226401
by rich
Important! Always create a backup before you make any changes to your website!
Replied by rich on topic Migrated posts cannot be edited
Maybe this table was not adjusted properly during the upgrade. Try what I suggested in my first answer.
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.
Time to create page: 0.224 seconds