- Posts: 973
- Thank you received: 153
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 From Kunena 6.3.10 straight to Kunena 6.4.3
Please Log in or Create an account to join the conversation.
Can you put here the content of table #__kunena_verion ?
It seems in your case that the update process has stopped just before the 6.4.0-BETA1-DEV step, to confirm that can-you check in your table #__kunena_users if you have still the column delicious ?
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.
The 6.4.3 DB showed the following in #_kunena_version:
should I query:
ALTER TABLE `#__kunena_users` DROP `friendfeed`;
ALTER TABLE `#__kunena_users` ADD `bsky_app` varchar(75) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL AFTER `reddit`;
ALTER TABLE `#__kunena_users` CHANGE `twitter` `x_social` VARCHAR(75) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL;
ALTER TABLE `#__kunena_users` DROP `icq`;
ALTER TABLE `#__kunena_users` ADD `socials` TEXT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL AFTER `ip`;
or only:
ALTER TABLE `#__kunena_users` ADD `socials` TEXT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL AFTER `ip`;
in my 6.3.10 DB?
Chris
Please Log in or Create an account to join the conversation.
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.
should have know earlier that I can potentially modify also the 6.4.3 DB with your query from above.
I have already set everything back to 6.3.10 (Joomla 5.3.1) status - my last version is line 43 now.
Can you please tell me what I should query now in the 6.3.10 DB in order to modify the DB prior to the 6.4.3 update?
Thank you.
Chris
Please Log in or Create an account to join the conversation.
- Posts: 973
- Thank you received: 153
can-you check in your table #__kunena_users if you have still the column delicious ?
Please Log in or Create an account to join the conversation.