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 Kunena 7.0.1 stable released for Joomla! 5.4 and 6.0
2 months 3 weeks ago - 2 months 3 weeks ago #234441
by xillibit
Avez-vous ouvert le dashboard de Kunena après la mise à jour ? Il faut appliquer cette requête via Phpmyadmin après avoir sauvegardé la table #__kunena_users :
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Kunena 7.0.1 stable released for Joomla! 5.4 and 6.0
Bonjour,En fait, en y regardant de plus pres, j'ai 2 soucis :
1. L'installation s'est passée correctement mais lorsque je me connecte (ou me déconnecte du forum), je reçois le message suivant
Avez-vous ouvert le dashboard de Kunena après la mise à jour ? Il faut appliquer cette requête via Phpmyadmin après avoir sauvegardé la table #__kunena_users :
Code:
ALTER TABLE `#__kunena_users` ADD `language` TEXT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL AFTER `ip`
Vérifiez les droits dans le dossier indiqué2. lorsque je veux récupérer une sauvegarde sous akeeba, je reçois le message suivant :
I don't provide support by PM, because this can be useful for someone else.
Last edit: 2 months 3 weeks ago by xillibit.
Please Log in or Create an account to join the conversation.
2 months 3 weeks ago - 2 months 3 weeks ago #234446
by Dilan
Replied by Dilan on topic Kunena 7.0.1 stable released for Joomla! 5.4 and 6.0
Merci pour votre réponse.
Pour le point 1, j'ai ouvert le dashboard de kunena et tout est rentré dans l'ordre ?? Je n'ai pas eu besoin de lancer la requete SQL de modification. Est-ce normal ?
Pour le point 2, je ne trouve pas le fichier incriminé ?
Cela se reproduit même en tentant de restaurer des sauvegardes anciennes, lesquelles passaient très bien avant
Pour le point 1, j'ai ouvert le dashboard de kunena et tout est rentré dans l'ordre ?? Je n'ai pas eu besoin de lancer la requete SQL de modification. Est-ce normal ?
Pour le point 2, je ne trouve pas le fichier incriminé ?
Cela se reproduit même en tentant de restaurer des sauvegardes anciennes, lesquelles passaient très bien avant
Last edit: 2 months 3 weeks ago by Dilan.
Please Log in or Create an account to join the conversation.
2 months 3 weeks ago #234459
by Slacker
Replied by Slacker on topic Kunena 7.0.1 stable released for Joomla! 5.4 and 6.0
I got the Unknown column 'socials' in 'SET' error after upgrade, but also strangely language changed for Joomla superuesr. However I did not want to restore from backup, so I compared the kunena_users table with a backup site and at thee bottom was `socialshare` tinyint(1) NOT NULL DEFAULT 1 but the backup site had: `socials` text DEFAULT NULL When I changed live site to: `socials` text DEFAULT NULL the problem was solved. No error message.
Please Log in or Create an account to join the conversation.
2 months 3 weeks ago #234460
by Dilan
Replied by Dilan on topic Kunena 7.0.1 stable released for Joomla! 5.4 and 6.0
Please Log in or Create an account to join the conversation.
2 months 3 weeks ago #234461
by ruud
sharing = caring
Replied by ruud on topic Kunena 7.0.1 stable released for Joomla! 5.4 and 6.0
you need to replace #__kunena_users with your table name.
#__ is replace when used in Joomla code, but when used in phpmyadmin there is not table starting with #__. You need to tye your own prefix (this is for every joomla install different so this cannot be provided here)
#__ is replace when used in Joomla code, but when used in phpmyadmin there is not table starting with #__. You need to tye your own prefix (this is for every joomla install different so this cannot be provided here)
sharing = caring
Please Log in or Create an account to join the conversation.
Less
More
- Posts: 973
- Thank you received: 153
2 months 3 weeks ago #234462
by Pinkeltje
Replied by Pinkeltje on topic Kunena 7.0.1 stable released for Joomla! 5.4 and 6.0
Your error message says that 'language' field is already in your table. Did you check table structure before running query?
Please Log in or Create an account to join the conversation.
Time to create page: 0.228 seconds