- Posts: 11
- Thank you received: 0
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
- austinpowers
-
Topic Author
- Offline
- New Member
-
Less
More
16 years 3 months ago #37429
by austinpowers
Replied by austinpowers on topic Re:HTTP 500 Internal Server Error On Re-Installation
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.
16 years 3 months ago #37438
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Re:HTTP 500 Internal Server Error On Re-Installation
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.
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.
- austinpowers
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 11
- Thank you received: 0
16 years 3 months ago #37595
by austinpowers
Replied by austinpowers on topic Re:HTTP 500 Internal Server Error On Re-Installation
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
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.
16 years 3 months ago - 16 years 3 months ago #37601
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Re:HTTP 500 Internal Server Error On Re-Installation
sorry it's my fault, i have forgot one table 
just insert this one :
complete package :
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 :
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.
- austinpowers
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 11
- Thank you received: 0
16 years 3 months ago #37699
by austinpowers
Replied by austinpowers on topic Re:HTTP 500 Internal Server Error On Re-Installation
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