Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] 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.

The Kunena team is also pleased to announce the eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Solved Error with Kunena Forum Importer Component

More
14 years 1 week ago - 14 years 1 week ago #124312 by jimbrooking
With Debug on, Joomla reported only database queries starting with "j16_", my Joomla database tables prefix.

I tried returning the constant '3.0.10' from getVersion(), but it gave another error trying to execute the query

SELECT config_value FROM #__config WHERE config_name='auth_method'

so I suspect it is not seeing the phpbb3 tables at all. I would assume the importer should be getting the tables prefix from phpbb3's config.php file, which reads
Code:
<?php // phpBB 3.0.10 auto-generated configuration file // Do not change anything in this file! $dbms = 'mysql'; $dbhost = 'localhost'; $dbport = ''; $dbname = 'fearrin1_phpbb3'; $dbuser = 'xxxxxxxxxxxxxxxx'; $dbpasswd = 'xxxxxxxxxxxxxx'; $table_prefix = 'phpbb_'; $acm_type = 'file'; $load_extensions = ''; @define('PHPBB_INSTALLED', true); // @define('DEBUG', true); // @define('DEBUG_EXTRA', true); ?>

Again, with this configuration the Importer Status Information is:
Code:
Kunena version: 1.7.2 Using relative path: phpbb3 Detecting phpBB3: OK Database connection: OK phpBB3 version: Error: Unsupported forum: phpBB3

Thanks.
Last edit: 14 years 1 week ago by jimbrooking. Reason: Typos

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

More
14 years 1 week ago #124327 by jimbrooking
My apologies to all: I had incorrectly set the access privileges in the config.php file after moving my phpbb3 site to my Joomla/Kuhena site. The import has worked successfully. I have not checked the import thoroughly, but at a glance it looks good.

Again -- sorry for my error, and thanks.

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

More
14 years 1 week ago #124360 by Matias
Good to hear that it was just permission issue and easy to solve. :)

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

Time to create page: 0.197 seconds