- Posts: 33
- Thank you received: 7
Kunena 7.0.2 Released
The Kunena team has announce the arrival of Kunena 7.0.2 [K 7.0.2] in stable which is now available for download as a native Joomla extension for J! 5.3.x/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
This is for users to help other users, to discuss topics that relate to migrating from other web-based forums and converting the data into a form that will operate with Kunena.
It is important to note that the Kunena team does not have a standard, recommended or supported protocol for these ideas and that posting questions in this category may not receive advice from team members.
It is important to note that the Kunena team does not have a standard, recommended or supported protocol for these ideas and that posting questions in this category may not receive advice from team members.
Idea phpBB 3 to Kunena 3 Migration Script
11 years 2 weeks ago #162461
by binod
Please follow my open source projects MixERP Project and phpBB to Kunena Migration Script on Github.
Replied by binod on topic phpBB 3 to Kunena 3 Migration Script
Glad I could help. 
And thanks for the kind words.
And thanks for the kind words.
Please follow my open source projects MixERP Project and phpBB to Kunena Migration Script on Github.
Please Log in or Create an account to join the conversation.
11 years 4 days ago - 11 years 4 days ago #162735
by ChrisCW
Replied by ChrisCW on topic phpBB 3 to Kunena 3 Migration Script
I'm new to this, but is there meant to be a space after DELIMITER
So DELIMITER ;
Not
DELIMITER;
After that change the script ran to the next stage for but then I received further errors, including the fix tags mentioned above (what is the tags in phpbb.com?)
I removed the reference to tags just to see what happens then I get this (changed my info);
I too was using PhpMyAdmin which is where I must be going wrong so wont make any progress? I've never done anything 'locally' so I'm struggling to get my head round it all since I'm starting from scratch
So DELIMITER ;
Not
DELIMITER;
Tiago wrote: With the updated script...
Code:Erro Comando SQL: DELIMITER; DROP FUNCTION IF EXISTS armada_oldforum.fix_tags; DELIMITER $$ CREATE FUNCTION armada_oldforum.fix_tags(msg text) RETURNS text DETERMINISTIC BEGIN IF(msg LIKE '%<a%>%</a>%') THEN SET msg = armada_oldforum.fix_url(msg); END IF; IF(msg LIKE '%[code%') THEN SET msg = armada_oldforum.fix_tag(msg, 'code'); END IF; IF(msg LIKE '%[b%') THEN SET msg = armada_oldforum.fix_tag(msg, 'b'); END IF; IF(msg LIKE '%[img%') THEN SET msg = armada_oldforum.fix_tag(msg, 'img'); END IF; IF(msg LIKE '%[quote%') THEN SET msg = armada_oldforum.fix_tag(msg, 'quote'); END IF; RETURN msg; END; $$ Mensagens do MySQL : Documentação #1304 - FUNCTION fix_tags already exists
After that change the script ran to the next stage for but then I received further errors, including the fix tags mentioned above (what is the tags in phpbb.com?)
I removed the reference to tags just to see what happens then I get this (changed my info);
Code:
DELETE FROM dbname.jos_kunena_categories;
DELETE FROM dbname.jos_kunena_attachments;
#1064 - 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 'DELETE FROM dbname.jos_kunena_attachments' at line 3
I too was using PhpMyAdmin which is where I must be going wrong so wont make any progress? I've never done anything 'locally' so I'm struggling to get my head round it all since I'm starting from scratch
Last edit: 11 years 4 days ago by ChrisCW.
Please Log in or Create an account to join the conversation.
10 years 11 months ago #163131
by calebelt
Replied by calebelt on topic phpBB 3 to Kunena 3 Migration Script
Hi Binod! Help me please!
I did everything according to your instructions.
1. download the dump of your phpBB3 database and restore that on your workstation.
2. Create a new Joomla installation or restore your existing joomla installation locally. Also, you will have to have the Kunena component installed first.
3. Downalod Toad for MySQL freeware.
4. Connect to your database server from Toad.
4.1 Rename phpbb_database_name, joomla_database_name, jos_.
4.2 Rename phpbb_ to phpbb3_.
4.3 RETURNS text CHARSET latin1 -> RETURNS text CHARSET utf8
5. Run the script.
I see an error:
Lookup Error - MySQL Database Error: Duplicate entry '--ultima-online-inceptum' for key 'alias'
INSERT INTO lnigrouse_uogames.gtOfd_kunena_aliases(alias, type, item, state) SELECT alias, 'catid', id, 0 FROM lnigrouse_uogames.gtOfd_kunena_categories
6. Restore your phpBB3 Kunena migrated forum to your actual webserver.
Open a message in the forum is not possible. For example: uogames.ru/joo/component/kunena/-uogames...hast-obnovleniya-045 - access is denied.
Link to forum: uogames.ru/joo/forum
I attach a file with the log.
I did everything according to your instructions.
1. download the dump of your phpBB3 database and restore that on your workstation.
2. Create a new Joomla installation or restore your existing joomla installation locally. Also, you will have to have the Kunena component installed first.
3. Downalod Toad for MySQL freeware.
4. Connect to your database server from Toad.
4.1 Rename phpbb_database_name, joomla_database_name, jos_.
4.2 Rename phpbb_ to phpbb3_.
4.3 RETURNS text CHARSET latin1 -> RETURNS text CHARSET utf8
5. Run the script.
I see an error:
Lookup Error - MySQL Database Error: Duplicate entry '--ultima-online-inceptum' for key 'alias'
INSERT INTO lnigrouse_uogames.gtOfd_kunena_aliases(alias, type, item, state) SELECT alias, 'catid', id, 0 FROM lnigrouse_uogames.gtOfd_kunena_categories
6. Restore your phpBB3 Kunena migrated forum to your actual webserver.
Open a message in the forum is not possible. For example: uogames.ru/joo/component/kunena/-uogames...hast-obnovleniya-045 - access is denied.
Link to forum: uogames.ru/joo/forum
I attach a file with the log.
Please Log in or Create an account to join the conversation.
10 years 3 months ago #170651
by Mangaku
Replied by Mangaku on topic phpBB 3 to Kunena 3 Migration Script
An other issue.
On my PHPBB, i have users ID, like 157,158,159,161,162,165,178, etc...
There is some 'blank', like ID 160.
The script stuck cause of that.
Any idea ?
On my PHPBB, i have users ID, like 157,158,159,161,162,165,178, etc...
There is some 'blank', like ID 160.
The script stuck cause of that.
Any idea ?
Please Log in or Create an account to join the conversation.
9 years 7 months ago #177850
by ice99
Replied by ice99 on topic phpBB 3 to Kunena 3 Migration Script
I've successfully migrate phpbb to Kunena (5 RC5).
Now my point redirect old topics url-s from phpbb to new topic url-s (Kunena).
(htaccess of course).
Redirect for categories - is quite fast (i've 4 categories ).
Redirect all topics to main-forum-page - i think not best decision.
Do we have some rules or tools that can automate this process?
Or i should manually write rule for htaccess for every topic?
Now my point redirect old topics url-s from phpbb to new topic url-s (Kunena).
(htaccess of course).
Redirect for categories - is quite fast (i've 4 categories ).
Redirect all topics to main-forum-page - i think not best decision.
Do we have some rules or tools that can automate this process?
Or i should manually write rule for htaccess for every topic?
Please Log in or Create an account to join the conversation.
Time to create page: 0.301 seconds