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 Joomla 3.2 1146 Error on install

More
10 years 9 months ago #166833 by zelena
I've tried to install many times - each time I install, I get the error 1146, and no kunena tables are created.

I also (based on a different thread about a different 1146 error) tried installing and activating the kunena plugin first, followed by either (i) the other files (component, library, etc), or (ii) the entire kunena package. Same trouble.

Each time I need to manually remove the kunena component and admin files in order to even use my administrator section again.

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

More
10 years 9 months ago #166835 by 810
many times this a weird database error:

You can try this:

on phpmyadmin:

rename all prefixes on your tables to 'tm9pa' (without quotes)
and change the configuration.php file on the root of your dir.

change the public $dbprefix to public $dbprefix = 'tm9pa_';

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

More
10 years 9 months ago #166837 by zelena
Wow - I am scared to mess up my entire site by doing that...

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

More
10 years 9 months ago #166838 by 810
I can do it for you, can skype me jelle810

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

More
10 years 8 months ago #167773 by pdeleeuw
Do I understand this right:
The table prefix is the problem?

I saw some old entries where it was explained that the prefix must be "jos_".
You now tell us that the prefix must be "tm9pa_".
Why is that, that one cannot use any prefix?

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

More
10 years 8 months ago #168046 by xillibit
The prefix jos_ was used in Joomla! 1.5 but since Joomla! 2.5 the prefix is set randomly during Joomla! install. You need to look with phpmyadmin how your actual table prefix look like

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.

Time to create page: 0.245 seconds