Kunena 7.0.4 Released

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

Question Fatal Error PhpBB3 to Kunena 1.7 with \models\import.php

More
14 years 8 months ago #106890 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
14 years 8 months ago #106892 by Benj
Perhaps because I have a user with ' ...

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

More
14 years 7 months ago #107750 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: 1.403 seconds