Kunena 6.2.6 released

The Kunena team has announce the arrival of Kunena 6.2.6 [K 6.2.6] which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

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
12 years 2 months ago - 11 years 11 months ago #1 by cleweb
Hi

I try to migrate my phpbb3 to kunena (1.7.2), Joomla 2.5.1 and Jomsocial 2.4.2

with Kunena Forum Importer in "Importer status information" i have :
Kunena vers 1.7.2 green
my relative path in green
detecting phpbb3 ok green
database connection : ok green
phpbb3 vers 3.0.2 in RED
Error: Unsupported forum: phpBB3 3.0.2

I understant the importer doesn't work with all phpbb3 vers

so with which version is supported ? Think i have to upgrade phpbb3 after ?

thanks in advance for your reply

rgds
Last edit: 11 years 11 months ago by sozzled. Reason: Change topic icon

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

More
12 years 2 months ago #2 by xillibit
Hello,

In kunena Importer 1.7.1; the minimum version of phpbb3 supported is the 3.0.8

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
11 years 11 months ago #3 by jimbrooking
Same error:
Code:
phpBB3 version: Error: Unsupported forum: phpBB3

Running phpBB3 version 3.0.10. Where does the importer pick up the version number, as it's reporting a blank for my version.

Thanks.

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

More
11 years 11 months ago #4 by Matias
In export_phpbb3.php

Please tell if you can solve the issue.

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

More
11 years 11 months ago - 11 years 11 months ago #5 by jimbrooking
I am not familiar enough with Joomla internals. I did find the function getVersion() in exportphpbb3.php, and I saw the statement

$query = "SELECT config_value FROM #__config WHERE config_name='version'";

My database (MySQL) is named "fearrin1_phpbb3" and contains a table named phpbb_config. This table contains a "version" row with value "3.0.10". So --- what do I do now?

Thanks
Last edit: 11 years 11 months ago by jimbrooking. Reason: Correct version .

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

More
11 years 11 months ago #6 by Matias
It should work.

Enable debug in Joomla and check if you see database query like that inside debug messages. I'm not 100% sure if it will show up, but let's hope that Joomla catches it.

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

More
11 years 11 months ago - 11 years 11 months ago #7 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: 11 years 11 months ago by jimbrooking. Reason: Typos

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

More
11 years 11 months ago #8 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
11 years 11 months ago #9 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.355 seconds