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.

Question Error when converting from phpBB to Kunena

More
15 years 1 month ago - 15 years 1 month ago #91833 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: 15 years 1 month ago by frold. Reason: wrong link to STK

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

More
15 years 1 month ago - 15 years 1 month ago #91837 by frold
Okay I did manually edit all
Code:
"Kommende PDA'er"

to
Code:
"Kommende PDAer"

Now it seems to work!
Last edit: 15 years 1 month ago by frold.

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

More
15 years 1 month ago - 15 years 1 month ago #91840 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: 15 years 1 month ago by frold.

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

More
15 years 1 month ago #91851 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
15 years 1 month ago #91859 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
15 years 1 month ago #91885 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.

Time to create page: 0.246 seconds