- Posts: 12288
- Thank you received: 2537
Kunena 7.0.8 Released
The Kunena team has announce the arrival of Kunena 7.0.8 [K 7.0.8] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.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 Bug on editing posts located
Less
More
2 years 9 months ago #229866
by rich
Replace #__ with your database prefix
Important! Always create a backup before you make any changes to your website!
Replied by rich on topic Bug on editing posts located
Yes, the NULL must be entered. This command with phpMyAdmin should solve the problem, but important! Create a database backup first!Set them all to NULL???
Replace #__ with your database prefix
Code:
UPDATE #__kunena_messages SET email = NULL;
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.
2 years 9 months ago #229867
by Deciman
Replied by Deciman on topic Bug on editing posts located
Did a short check by editing that particular posting id in the database.
After replacing the empty field with NULL it can be edited.
So now backing up and replacing all.
BTW: Only in messages or anywhere else, too?
Thanks
Deci
After replacing the empty field with NULL it can be edited.
So now backing up and replacing all.
BTW: Only in messages or anywhere else, too?
Thanks
Deci
Please Log in or Create an account to join the conversation.
Less
More
- Posts: 12288
- Thank you received: 2537
2 years 9 months ago #229868
by rich
Important! Always create a backup before you make any changes to your website!
Replied by rich on topic Bug on editing posts located
It seems that some columns are not always filled in correctly during a migration. This then leads to errors. I don't think you need to search in other tables as well.
Important! Always create a backup before you make any changes to your website!
The following user(s) said Thank You: Deciman
Please Log in or Create an account to join the conversation.
2 years 9 months ago #229871
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Bug on editing posts located
When updating from previous kunena version (before the 6.0.4) this query on update process is already applied, it don't seems to work in some cases
Yes, the NULL must be entered. This command with phpMyAdmin should solve the problem, but important! Create a database backup first!Set them all to NULL???
Replace #__ with your database prefixCode:UPDATE #__kunena_messages SET email = NULL;
I don't provide support by PM, because this can be useful for someone else.
Please Log in or Create an account to join the conversation.
2 years 9 months ago - 2 years 9 months ago #229875
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Bug on editing posts located
I have just made a change :
github.com/Kunena/Kunena-Forum/commit/49...0d865b9ab10ad2441600
so now this issue won't appear and you don't need anymore to set the column email ont the #__kunena_messages table to NULL
I don't provide support by PM, because this can be useful for someone else.
Last edit: 2 years 9 months ago by xillibit.
Please Log in or Create an account to join the conversation.
Time to create page: 0.217 seconds