- Posts: 4
- Thank you received: 0
Kunena 6.3.8 Released
The Kunena team has announce the arrival of Kunena 6.3.8 [K 6.3.8] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x/5.2.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 and issues discovered during the last development stages of K 6.3
Note: Please go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated.
Solved Bug on editing posts located
Located a bug in the latest kunena.
Whenever it is tried to edit posts from different users
they are not saved afterwards due to 'invalid email address'
The editing user has all needed rights (talking about super users, too)
but the error comes after trying to save the changed posting.
Postings from other users can be edited by them without problems.
And all up to now checked users where editing has been refused have the same thing common...
eMail ist located '@t-online.de'
I guess something in the validation check for emails is broken
and checked is not the email from the editing user, but the email from the original posting user
Deci
Please Log in or Create an account to join the conversation.
github.com/Kunena/Kunena-Forum/issues/9556
L.v.d.A
Please Log in or Create an account to join the conversation.
Did-you had done an update to Kunena 6.2.0 from a previous Kunena version ? From which one ?
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.
.
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.
Deci
Please Log in or Create an account to join the conversation.
We had several updates.Hello,
Did-you had done an update to Kunena 6.2.0 from a previous Kunena version ? From which one ?
The oldest database stored (and available) is from Joomla 2.5.5
And there are also lots of empty email fields.
Guess that's the reason...
Set them all to NULL???
Deci
Please Log in or Create an account to join the conversation.
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
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.
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.
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.
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.