Kunena 6.4.13 Released
The Kunena team has announce the arrival of Kunena 6.4.13 [6.4.13] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.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 6.0
Hint: This version is primarily intended to facilitate an upgrade if Joomla was first updated to version 6.1 before Kunena was up to dated.
Solved Kunena to import on a clean install
Problem with the backup I imported backup tables but gives me this error means what? here is the screenschot
Please Log in or Create an account to join the conversation.
Query SQL: Documentazione
--
-- Database: `Sql666197_1`
--
DELIMITER $$--
-- Procedure
--
CREATE DEFINER = `Sql666197`@`%` PROCEDURE `n73x8_TeraWurfl_FallBackDevices` ( current_fall_back VARCHAR( 64 ) ) BEGIN find_fallback : WHILE current_fall_back != 'root' DO SELECT capabilities
FROM n73x8_TeraWurflMerge
WHERE deviceID = current_fall_back;
IF FOUND_ROWS( ) =0 THEN LEAVE find_fallback;
END IF ;
SELECT fall_back
FROM n73x8_TeraWurflMerge
WHERE deviceID = current_fall_back
INTO current_fall_back;
END WHILE;
END$$
Messaggio di MySQL: Documentazione
#1304 - PROCEDURE n73x8_TeraWurfl_FallBackDevices already exists
Please Log in or Create an account to join the conversation.
- Posts: 12287
- Thank you received: 2536
You should import only all kunena tables and the Joomla user tables. Not he complete backup.
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.
I installed Joomla 3, without kunema tables, user tables were empty, the area code and the same, the amount by the panel file msql finishes loading and you see me error
Please Log in or Create an account to join the conversation.
- Posts: 12287
- Thank you received: 2536
1. Go in your database and delete all Kunena tables and the Jomla user tables.
2. Import your backup tables again (all Kunena tables and the Joomla user tables)
3. Go in "Backend -> Extensions -> Manage -> (tab) Database" and click on Fix button.
4. Install Kunena
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.
allego file.sql
Please Log in or Create an account to join the conversation.