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 Error importing subscriptions from phpBB 3

More
14 years 2 weeks ago #123379 by antony
Hi Friends,

I have imported all my subscription data(5693) successfully. I found the remedy for "ERROR" message between migration.


Path : administrator/components/com_kuneneimporter/models/kunena.php

Line : 317

Remove the line : return !$this->_db->getErrorNum();

Replace with : return !$this->_db->die();

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

Time to create page: 0.255 seconds