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 Fatal Error PhpBB3 to Kunena 1.7 with \models\import.php

More
12 years 7 months ago #1 by Benj
Hi,

I migrated my forum phpBB3 to Kunena 1.7 with new Kunena Import.
But I have a fatal error after import, just after I have saw the process list with "green check"
Code:
Fatal error: Cannot pass parameter 2 by reference in \administrator\components\com_kunenaimporter\models\import.php on line 386

Info :
Apache/2.2.18 _ mySQL/5.0.92 _ PHP/5.2.17
Joomla! 1.7.0
phpBB3 3.0.9
Kunena 1.7.0_b5135_2011-08-29
Kunena Import 1.7.0_b267_2011-08-30

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

More
12 years 7 months ago #2 by Benj
Perhaps because I have a user with ' ...

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

More
12 years 7 months ago #3 by Matias
No, it isn't that. It looks like this feature hasn't been fully tested in Joomla 1.7..

administrator/components/com_kunenaimporter/import.php, change line 386 from:
Code:
JFile::write("{$path}/index.html", '<html><body></body></html>);
to
Code:
$data = '<html><body></body></html>'; JFile::write("{$path}/index.html", $data);

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

Time to create page: 0.484 seconds