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 Installation wont complete

More
16 years 11 months ago #17718 by RobertNL
See image below for the info after install. You can see that it says missing table fp_config..

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

More
16 years 11 months ago #17736 by naveen_rang
Open administrator/index.php to edit it.

right after the first line, which says '<?php'

Add set_time_limit(300);

so the first and the second line of your index.php should look like the following:

1 <?php
2 set_time_limit(300);

hosting companies have a time out of 30 seconds and whatever you do, they wont change that for you. I faced the same problem. However, after i put this one liner code, everything works like a charm for me.

naveen

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

More
16 years 11 months ago #17950 by Matias
Many hosts have fixed php timeout which cannot be changed.

RobertNL:

It looks like that some of the tables exists and because of that your installation failed in the last message. Send me PM with your site info and account that have install/uninstall rights. I try to find out why installation fails..

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

More
16 years 10 months ago #18534 by RobertNL
Hi Matias,

I have pm-ed you the info but i dont see any reaction/action.

The kunena install is in the /tmp folder for you to install.

Can you maybe give a date/time that you will be able to check my problem so i can maybe assist / help you?

Greetings,

Robert

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

More
16 years 10 months ago #18975 by Matias
Hopefully I'm here tomorrow.

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

Time to create page: 0.236 seconds