Kunena 6.3.0 released

The Kunena team has announce the arrival of Kunena 6.3.0 [K 6.3.0] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x. This version addresses most of the issues that were discovered in K 6.2 and issues discovered during the last development stages of K 6.3

Question Something wrong with installation

More
9 years 3 months ago #1 by ByBus
Hi, I just downloaded an archive with kunena, but when i try to install
(as written here www.kunena.org/docs/K_3.0_Installation_Guide )
it i just see blank modal window which can't be closed.


After what i tried to achive control panel, but when i get an error
Code:
1146 Table 'ladadetal.a8zba_kunena_configuration' doesn't exist SQL=SELECT * FROM a8zba_kunena_configuration WHERE id=1


If I look in the extension manager -> manage, then everything seems to be in place

But components menu have no kunena list item.


I know there is something wrong with my joomla(on "clean" package of joomla 3 everything is ok).
But I don't understand what is it.

I have:
MySQL 5.1.73
PHP 5.5
Joomla 3.3.6
pkg_kunena_v3.0.6_2014-07-28
Attachments:

Please Log in or Create an account to join the conversation.

More
9 years 3 months ago - 9 years 3 months ago #2 by 810
you are missing the table in your database.

go to your database and do this query:
Code:
CREATE TABLE IF NOT EXISTS `#__kunena_configuration` ( `id` int(11) NOT NULL default '0', `params` text NULL, PRIMARY KEY (id) ) DEFAULT CHARACTER SET utf8;


ps change #__kunena_configuration with your prefix like prefix_kunena_configuration
Last edit: 9 years 3 months ago by 810.
The following user(s) said Thank You: ByBus

Please Log in or Create an account to join the conversation.

Time to create page: 0.491 seconds