- Posts: 732
- Thank you received: 117
Kunena 7.0.4 Released
The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 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
Question Testserver: update to K6.2 shows database error
2 years 6 months ago - 2 years 6 months ago #229599
by Gindi
Testserver: update to K6.2 shows database error was created by Gindi
When I update to Kunena 6.2.0 on my test server with Joomla 4.3.4 and Kunena 6.1.4, I get a database error in the sidepanel at System / Maintenance.
There are tables that are not up to date.
Kunena Forum has a problem:
The table "'jom4_kunena_ranks'" has the wrong type or attributes for the column "'rankTitle'" with type "varchar(255)". (From file: "6.0.0-BETA1-DEV.sql".)
Table "'jom4_kunena_ranks'" has wrong type or attributes for column "'rankImage'" with type "varchar(255)". (From file: "6.0.0-BETA1-DEV.sql".)
6.0.0-RC1-DEV 6.2.0 Unknown 262
When I use phpMyAdmin to view the xxxx_kunena_ranks table, "rankTitle" and "rankImage" says varchar(250) as the type is supposed to be varchar(255).
At "rankTitle" is also at zero yes and at standard NULL, should is at zero no and standard empty.
If I change "rankTitle" and "rankImage" to setpoint, the error is gone.
Addendum:
The database error is not yet present after the update, it only occurs when you click on Kunena in the Dashboard and the following messages are displayed in the Kunena Dashboard: "Database upgraded to version 6.2.0-DEV" and "Database upgraded to version 6.2.0-BETA3-DEV" and "Database upgraded to version 6.2.0-RC1-DEV".
Gindi
There are tables that are not up to date.
Kunena Forum has a problem:
The table "'jom4_kunena_ranks'" has the wrong type or attributes for the column "'rankTitle'" with type "varchar(255)". (From file: "6.0.0-BETA1-DEV.sql".)
Table "'jom4_kunena_ranks'" has wrong type or attributes for column "'rankImage'" with type "varchar(255)". (From file: "6.0.0-BETA1-DEV.sql".)
6.0.0-RC1-DEV 6.2.0 Unknown 262
When I use phpMyAdmin to view the xxxx_kunena_ranks table, "rankTitle" and "rankImage" says varchar(250) as the type is supposed to be varchar(255).
At "rankTitle" is also at zero yes and at standard NULL, should is at zero no and standard empty.
If I change "rankTitle" and "rankImage" to setpoint, the error is gone.
Addendum:
The database error is not yet present after the update, it only occurs when you click on Kunena in the Dashboard and the following messages are displayed in the Kunena Dashboard: "Database upgraded to version 6.2.0-DEV" and "Database upgraded to version 6.2.0-BETA3-DEV" and "Database upgraded to version 6.2.0-RC1-DEV".
Gindi
Last edit: 2 years 6 months ago by Gindi.
Please Log in or Create an account to join the conversation.
2 years 6 months ago #229694
by Gindi
Replied by Gindi on topic Testserver: update to K6.2 shows database error
The database error remains even when updating from K6.2 to K6.2.1-DEV.
Gindi
Gindi
Please Log in or Create an account to join the conversation.
2 years 6 months ago #229696
by Gindi
Replied by Gindi on topic Testserver: update to K6.2 shows database error
I just dared to update the Lifesite from K6.1.4 to K6.2.0.
After accessing the Kunena forum, the error also occurs on the Lifesite.
Gindi
After accessing the Kunena forum, the error also occurs on the Lifesite.
Gindi
Please Log in or Create an account to join the conversation.
2 years 6 months ago #229697
by xillibit
This Joomla! feature doesn't handle the Kunena tables
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Testserver: update to K6.2 shows database error
Hello,When I update to Kunena 6.2.0 on my test server with Joomla 4.3.4 and Kunena 6.1.4, I get a database error in the sidepanel at System / Maintenance.
This Joomla! feature doesn't handle the Kunena tables
Not now all the columns in VARCHAR(255) should be in VARCHAR(250) else it can't converted in ut8_mb4 with MySQLWhen I use phpMyAdmin to view the xxxx_kunena_ranks table, "rankTitle" and "rankImage" says varchar(250) as the type is supposed to be varchar(255).
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 6 months ago #229702
by Gindi
Replied by Gindi on topic Testserver: update to K6.2 shows database error
Does this mean that everyone who uses MariaDB has to live with this bug?
Gindi
Gindi
Please Log in or Create an account to join the conversation.
2 years 6 months ago #229705
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Testserver: update to K6.2 shows database error
Hello,
I don't call it a bug, MariaDB and MySQL start to differ so the both works differently
In the code in Kunena which take care of conversion of columns to ut8_mb4 i can add a check so when you are using mysql and when the column is still in VARCHAR(255) it won't throw the error
I don't call it a bug, MariaDB and MySQL start to differ so the both works differently
In the code in Kunena which take care of conversion of columns to ut8_mb4 i can add a check so when you are using mysql and when the column is still in VARCHAR(255) it won't throw the error
I don't provide support by PM, because this can be useful for someone else.
The following user(s) said Thank You: Gindi
Please Log in or Create an account to join the conversation.
Time to create page: 0.250 seconds