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 HTTP 500 Internal Server Error On Re-Installation

More
16 years 3 months ago #37429 by austinpowers
Thanks for your reply. Actually the official arcive has lots of files and folders so I am bit confused which ones will go in administrator/components and which ones will go to components/ directory. Thanks a lot...

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

More
16 years 3 months ago #37438 by xillibit
In administrator\components\com_kunena you put, the directories : images, install, language, plugin and lib. With the files admin.kunena.html.php, admin.kunena.php, kunena.cpanel.php, manifest.xml, toolbar.kunena.html.php and toolbar.kunena.php.

In components\com_kunena you put the directories, lib, template, kunena.files.distribution adn the files CHANGELOG.php, class.kunena.php, COPYRIGHT.php, index.php, jomsocial_rule.xml, kunena.php, router.php.

In joomla\images you create a directory nammed fbfiles and you put in there all the thing that you can find in kunena.files.distribution.

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.

More
16 years 3 months ago #37595 by austinpowers
I appreciate your kind assistance. I have done all that you have suggested and seems like the problem is nearly solved. Now I want to brief you about the issues.

First of all when I ran the SQL script I encountered the error "#1062 - Duplicate entry '35' for key 1" while executing the very first statement because the ID 35 was already there in the table so I changed the ID from 35 to 83 which was the next available ID in the jos_components table and it ran successfully.

Now after that when I go to Joomla administration and click on Kunena under components menu then I get the following:

Your Kunena installation is incomplete!

Because of the above errors your Forum is now Offline and Forum Administration has been disabled.

Possible reasons for this error:

1) Kunena installation process has failed or timed out (try to install it again)
2) You have manually modified or removed some of the Kunena tables from your database
You can find solutions to the most common issues on our community documentation wiki: Kunena Documentation Wiki
Our support forum can be found from: www.kunena.com

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

More
16 years 3 months ago - 16 years 3 months ago #37601 by xillibit
sorry it's my fault, i have forgot one table :(

just insert this one :
Code:
CREATE TABLE IF NOT EXISTS `jos_fb_version` ( `id` int(11) NOT NULL AUTO_INCREMENT, `version` varchar(20) NOT NULL, `versiondate` date NOT NULL, `installdate` date NOT NULL, `build` varchar(20) NOT NULL, `versionname` varchar(40) DEFAULT NULL, PRIMARY KEY (`id`) ) DEFAULT CHARSET=utf8 AUTO_INCREMENT=4 ; INSERT INTO `jos_fb_version` (`id`, `version`, `versiondate`, `installdate`, `build`, `versionname`) VALUES (1, '1.5.8', '2009-12-18', '2010-01-05', '1863', 'Whisper');

complete package :

File Attachment:

File Name: query_kune...0115.zip
File Size:2.42 KB

I don't provide support by PM, because this can be useful for someone else.
Last edit: 16 years 3 months ago by xillibit.

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

More
16 years 3 months ago #37699 by austinpowers
Thanks a lot. The problem has now been fully resolved. You are genius!!!

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

Time to create page: 0.251 seconds