Kunena 6.3.0 released

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

Question Error when converting from phpBB to Kunena

More
13 years 2 weeks ago - 13 years 2 weeks ago #1 by frold
Hey,

I try to use this guide

docs.kunena.org/index.php/PHPBB3_to_Kunena

I did clean up my database using the STK package from phpBB

www.phpbb.com/support/stk/

Did download the convert file.

When I try to run that one I get this error:
Code:
Importing data from phpBB Connecting to Database... OK Populating Categories... OK OK Populating Messages Table... Invalid query: INSERT INTO `joomla15`.`jos_fb_messages` (id, ip, phpbb_userid, userid, name, time, thread, subject, hits, catid, parent) VALUES ('31267', '0.0.0.128', '1', '1', 'Kommende PDA'er', '1042401177', '31267', 'Ipaq 3835', '601', '1082', '0') You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'er', '1042401177', '31267', 'Ipaq 3835', '601', '1082', '0')' at line 1

The fireboard stats says:

Replies: 6488
Topics: 980
Users: 1

phpBB says:
Replies 46766
Topics 7294
Users: 8408


What a mess...!!
Last edit: 13 years 2 weeks ago by frold. Reason: wrong link to STK

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

More
13 years 2 weeks ago - 13 years 2 weeks ago #2 by frold
Okay I did manually edit all
Code:
"Kommende PDA'er"

to
Code:
"Kommende PDAer"

Now it seems to work!
Last edit: 13 years 2 weeks ago by frold.

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

More
13 years 2 weeks ago - 13 years 2 weeks ago #3 by frold
Hmmm

I did get this error:

Fatal error: Maximum execution time of 60 seconds exceeded in C:\Documents and Settings\idi4eh\Skrivebord\xampp\xampplite\htdocs\joomla15\converter\go.php on line 281

to solve that I did

FIND
Code:
ini_set("magic_quotes_gpc", "1"); set_magic_quotes_runtime ( 0 );


AFTER ADD
Code:
set_time_limit(180);

and now my output ends with

OK
Complete... :lol:
Last edit: 13 years 2 weeks ago by frold.

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

More
13 years 2 weeks ago #4 by frold
When trying to upgrade using Joomla 1.5 (newest) and Fireboard 1.0.4 to Kunena 1.6.3 I get this error:
Code:
Fatal error: Class 'KunenaFactory' not found in C:\Documents and Settings\idi4eh\Skrivebord\xampp\xampplite\htdocs\joomla15\administrator\components\com_kunena\install\upgrade\upgrade-1.6.0_configuration.php on line 17

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

More
13 years 2 weeks ago #5 by frold

frold wrote: When trying to upgrade using Joomla 1.5 (newest) and Fireboard 1.0.4 to Kunena 1.6.3 I get this error:

Code:
Fatal error: Class 'KunenaFactory' not found in C:\Documents and Settings\idi4eh\Skrivebord\xampp\xampplite\htdocs\joomla15\administrator\components\com_kunena\install\upgrade\upgrade-1.6.0_configuration.php on line 17


Seems to be solved by this post: www.kunena.org/forum/173-k-16-installati...factory-class-solved

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

More
13 years 2 weeks ago #6 by xillibit
Try by uninstalling previous version and install the new one

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
13 years 2 weeks ago #7 by frold

xillibit wrote: Try by uninstalling previous version and install the new one


Uninstall Fireboard 1.0.4 before installing Kunena 1.6.3?

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

More
12 years 11 months ago #8 by frold
*gentle bump*

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

Time to create page: 0.504 seconds