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

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Important phpBB Migrator: Looking for phpBB3 users that want to convert their data to Kunena 1.6

More
14 years 8 months ago - 14 years 8 months ago #105834 by ron273

polpaulin wrote: I have updated the database to 3.09

Kunena version: 1.7.0
Using relative path: ../myforum.net
Detecting phpBB3: OK
Database connection: OK
phpBB3 version: 3.0.9
phpBB authentication method: db

and now I get

Error: Table 'my_forum_phpbb.phpbb_acl_roles' doesn't exist SQL=SELECT u.user_id AS userid, ag.forum_id AS catid FROM phpbb_acl_roles AS ar INNER JOIN phpbb_acl_groups AS ag ON ar.role_id=ag.auth_role_id INNER JOIN phpbb_user_group AS ug ON ug.group_id=ag.group_id INNER JOIN phpbb_users AS u ON u.user_id=ug.user_id AND u.user_id > 0 AND u.user_type != 2 WHERE role_type='m_' LIMIT 0, 10000


I had the same error message. This is because the phpbb3 prefix is hardcoded into the migrator. The standard prefix is phpbb_. In my case, the prefix for the phpbb tables is phpbb3_. Therefore the converter does not find the phpbb tables.

Quick workaround is to modify the file models/export_phpbb3.php and change all table prefixes into your own prefix. It would be nice if in the final version, this can be entered into the converter.

Cheers,

Ronald
Last edit: 14 years 8 months ago by ron273.

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

More
14 years 8 months ago #105839 by polpaulin
yes the prefix should be optional and not hardcoded


thank you

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

More
14 years 8 months ago #105841 by Matias
Oops, my bad. There are downsides when you copy queries from phpMyAdmin. :)

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

More
14 years 8 months ago - 14 years 8 months ago #105845 by polpaulin
at 99% of the messages import I get

ERROR: KunenaImporterTablePolls::store failed - Duplicate entry '234149' for key 'PRIMARY' SQL=INSERT INTO `jos_kunena_polls` (`id`,`title`,`threadid`,`polltimetolive`) VALUES ('234149','','234149','0000-00-00 00:00:00')

too bad :-(

there is no users in jos_users tables and all my users in kunena_users but all the userid are negatives !
the forum is empty and no users

it doesnt work
Last edit: 14 years 8 months ago by polpaulin.

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

More
14 years 8 months ago - 14 years 8 months ago #105852 by polpaulin
I have deleted all and reinstall, now the importation was 100 % ok but :
all my 150 users are in the table jos_kunenaimporter_users , all are migrated = 0
jos_users and jos_kunena_users are empty but me, how can I migrate the users ?

thank you
Last edit: 14 years 8 months ago by polpaulin.

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

More
14 years 8 months ago - 14 years 8 months ago #105858 by polpaulin
if I go to Forum Importer: Migrate Users


they are all Blocked how can I add all the users to Kunena and Joomla ?

if I check all and click map missing it change nothing

I must open the users one by one and import them
Last edit: 14 years 8 months ago by polpaulin.

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

Time to create page: 0.270 seconds