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 fails

More
17 years 1 month ago #10123 by Switch
Replied by Switch on topic Re:Installation fails
Haven't tried installing on a local server yet. But I'm dubious it will solve the problem, I don't think it is a time out error - the server I am on meets/exceeds the minimum requirements and I am getting a specific error:

Fatal error: Class 'mosDBTable' not found in /home/mysite/public_html/components/com_kunena/class.kunena.php on line 826

Nobody else who is having time out issues gets this error. In fact, I can't find anybody else who gets this error!

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

More
17 years 1 month ago #10134 by core2
Replied by core2 on topic Re:Installation fails
The php setting for maximum execution time isn't a guarantee for success! the J1.5 installer can be very slow. Have you checked the apache/php logs?

If you google for mosDBTable you will find that this is a Joomla class, and then your error messages says you are missing something in your Joomla install !!!

Assuming you have enable legacy plugin? (J1.5 legacy accept motDBTable, but J1.5 native use JTable).

Visit the Kunena documantation .

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

More
17 years 1 month ago - 17 years 1 month ago #10144 by Switch
Replied by Switch on topic Re:Installation fails
I did check the error logs but didn't see anything relating to the install, might have been looking in the wrong place though..

However, I did notice that I could click on an icon after trying to install which showed me this error message:
Code:
[color=#FF0000]DB function failed with error number 1050 DB function failed with error number 1050 Table 'jos_fb_announcement' already exists SQL=CREATE TABLE `jos_fb_announcement` ( `id` int(3) NOT NULL auto_increment, `title` tinytext NOT NULL, `sdescription` text NOT NULL, `description` text NOT NULL, `created` datetime NOT NULL default '0000-00-00 00:00:00', `published` tinyint(1) NOT NULL default '0', `ordering` tinyint(4) NOT NULL default '0', `showdate` tinyint(1) NOT NULL default '1', PRIMARY KEY (`id`) ) SQL = CREATE TABLE `jos_fb_announcement` ( `id` int(3) NOT NULL auto_increment, `title` tinytext NOT NULL, `sdescription` text NOT NULL, `description` text NOT NULL, `created` datetime NOT NULL default '0000-00-00 00:00:00', `published` tinyint(1) NOT NULL default '0', `ordering` tinyint(4) NOT NULL default '0', `showdate` tinyint(1) NOT NULL default '1', PRIMARY KEY (`id`) )[/color] CREATE TABLE `jos_fb_announcement` ( `id` int(3) NOT NULL auto_increment, `title` tinytext NOT NULL, `sdescription` text NOT NULL, `description` text NOT NULL, `created` datetime NOT NULL default '0000-00-00 00:00:00', `published` tinyint(1) NOT NULL default '0', `ordering` tinyint(4) NOT NULL default '0', `showdate` tinyint(1) NOT NULL default '1', PRIMARY KEY (`id`) )

I have made sure that all tables are dropped from the data base before attempting to install so I can't explain this

EDIT: legacy mode plugin is enabled
Last edit: 17 years 1 month ago by Switch.

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

More
17 years 1 month ago #10157 by core2
Replied by core2 on topic Re:Installation fails
Do you have problem installing other components? Other problem? Link to site?

Visit the Kunena documantation .

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

More
17 years 1 month ago #10160 by Switch
Replied by Switch on topic Re:Installation fails
I haven't had any problems installing any other components but I haven't installed that many, only jomcomment, jomsocial, joomlapacketc.
My site can be found here: tinyurl.com/cxvsqt

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

More
17 years 1 month ago #10164 by core2
Replied by core2 on topic Re:Installation fails
I see you have a lot of javascript, mootools, ajax etc going. Any conflict perhaps?

Visit the Kunena documantation .

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

Time to create page: 0.224 seconds