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
The things had described before was to apply on a failed attempt to update to Kunena 6.4.3, it's not to be applied on Kunena 6.3.10.Hi,
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
To avoid to block your live site, is-it make to make a clone of your live site on a sub domain to testing purpose ?
Now it's too late he has reverted to Kunena 6.3.10
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.
- Posts: 973
- Thank you received: 153
So that is why I asked for a screenshot of users table to check.I was also not able to fix in Kunena 6.3 the twitter conversion to x_social, because the download of the patch was not accessible anymore.
Please Log in or Create an account to join the conversation.
I have deleted line 45 and 44 in the DB.
In my DB I have still the columns delicious, iqc, twitter, qqsocial and the newly added socials from above.
Maybe you have an approach for this?
Should I apply this as well?
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`;
Please Log in or Create an account to join the conversation.
Now apply that queries in phpmyadmin to see if it's works on your install :
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.
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`;
ALTER TABLE `#__kunena_users` DROP `delicious`;
ALTER TABLE `#__kunena_users` CHANGE `bsky_app` `bluesky_app` VARCHAR(75) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL;
ALTER TABLE `#__kunena_users` DROP `socialshare`;
Is that a correct summary?
Chris
Please Log in or Create an account to join the conversation.
Apply this query if you want to re-try to launch the install of K6.4.3 :Thanks. To summarize I do the following in a K6.3.10 DB prior the to K6.4.3 update in Joomla 5.3.1:
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`;
ALTER TABLE `#__kunena_users` DROP `delicious`;
ALTER TABLE `#__kunena_users` CHANGE `bsky_app` `bluesky_app` VARCHAR(75) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL;
ALTER TABLE `#__kunena_users` DROP `socialshare`;
Is that a correct summary?
Chris
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.