Kunena 6.3.7 Released
The Kunena team has announce the arrival of Kunena 6.3.7 [K 6.3.7] 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.
Use this category:
- to ask how to install or upgrade; or
- if you encountered problems during the installation or upgrade procedure.
Use a different category to ask questions about problems that you may be having after you successfully installed or upgraded the currently supported version. If you are unsure what is the current supported version of Kunena, please go to the download page.
Question JInstaller: :Install: SQL-Fehler Duplicate entry 'com_kunena.reply-' for key 'PR
Please Log in or Create an account to join the conversation.
the xxxxx_ mail_templates only occurs in joomla 4
L.v.d.A
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
and is the database okay does Maintenance: Database give no error message?
L.v.d.A
Please Log in or Create an account to join the conversation.
If the #__mail_templates table is not present, no mails will be sent.(By the way everything else works except Kunena)
Install Joomla again via Joomla Update. Maybe you are lucky and this table will be created.
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
click green V to turn extension off
and select the extensions again with square and click on
uninstall then you should be able to get those 2 away
L.v.d.A
Please Log in or Create an account to join the conversation.
If you have still this issue, the problem is 3 entries in the table jos_mail_template (assuming you have the default jos_ prefix)
After a complete uninstall you can, as a workaround, open your database with phpmyadmin and enter the sql statement
delete FROM jos_mail_templates where template_id like 'com_kunena%'
Afterwards you can install Kunena again.
{HT}
Please Log in or Create an account to join the conversation.