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

More
2 years 9 months ago #229866 by rich
Replied by rich on topic Bug on editing posts located

Set them all to NULL???

Yes, the NULL must be entered. This command with phpMyAdmin should solve the problem, but important! Create a database backup first!
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.

More
2 years 9 months ago #229867 by Deciman
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

Please Log in or Create an account to join the conversation.

More
2 years 9 months ago #229868 by rich
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.

More
2 years 9 months ago #229871 by xillibit

Set them all to NULL???

Yes, the NULL must be entered. This command with phpMyAdmin should solve the problem, but important! Create a database backup first!
Replace #__ with your database prefix
Code:
UPDATE #__kunena_messages SET email = NULL;
 
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

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.

More
2 years 9 months ago - 2 years 9 months ago #229875 by xillibit
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