Just wanted to post an FYI about this. I just used this converter on my Nuke Evolution Xtreme version 2.0.9c site. The converter worked flawlessly! It did what it was suppose to do. The only real issue was that it did not convert the user groups, but I don't care. I can handle rebuilding the groups later. What matters is that ALL 1500 users are good to go as well as their passwords and all 4500 posts converted without issue.
Side Note: If you use this, MAKE SURE you run the maintenance functions as well as rebuild your search index.
PHP-NUKE to phpBB3 Convertor and Nuke Evolution Xtreme 2.0.9 - PHP-NUKE to phpBB3 Convertor
-
- Registered User
- Posts: 4
- Joined: Sat Mar 05, 2011 10:03 pm
- Location: Ledyard, CT USA
- Name: Marc
Re: PHP-NUKE to phpBB3 Convertor and Nuke Evolution Xtreme 2.0.9
Are you saying you were able to upgrade your evo-xtreme from phpbb2 to phpbb3? or just convert evo-xtreme into phpbb3?
-
- Registered User
- Posts: 7
- Joined: Thu Nov 10, 2011 1:53 pm
-
- Registered User
- Posts: 8
- Joined: Sun Jan 01, 2012 12:39 pm
- Location: Montpellier (FRANCE)
- Name: Fabien
Re: PHP-NUKE to phpBB3 Convertor and Nuke Evolution Xtreme 2.0.9
This works for 2.0.9D, however, you will have some work to do. I had to use mysql and the admin feature to move topics to their old categories once converted.
viewtopic.php?f=65&t=642955
Sql syntax used to change forum id in the phpbb_topics table so they are correctly placed.
Do NOT include brackets in the command, they are only to demonstrate where the value should be.
Example:
This changes all topics that display in the forum with the ID 3 to display in the forum with the ID of 15.
viewtopic.php?f=65&t=642955
Sql syntax used to change forum id in the phpbb_topics table so they are correctly placed.
Code: Select all
UPDATE
phpbb_topics
SET
forum_id = [id you wish to move the topic to - i.e. the new id] where forum_id = [id you wish to change to the earlier specified - i.e. the old id]
Do NOT include brackets in the command, they are only to demonstrate where the value should be.
Example:
Code: Select all
UPDATE
phpbb_topics
SET
forum_id = 15 where forum_id = 3
This changes all topics that display in the forum with the ID 3 to display in the forum with the ID of 15.
-
- Registered User
- Posts: 24
- Joined: Wed Mar 14, 2012 3:28 pm
Re: PHP-NUKE to phpBB3 Convertor and Nuke Evolution Xtreme 2
i keep getting this
and my paths are right ?
Could not find path to your former board. Please check your settings and try again.
» ../nuke/modules/Forums was specified as the source path.
and my paths are right ?
Could not find path to your former board. Please check your settings and try again.
» ../nuke/modules/Forums was specified as the source path.
-
- Registered User
- Posts: 5
- Joined: Wed Jul 11, 2012 1:36 am
Re: PHP-NUKE to phpBB3 Convertor and Nuke Evolution Xtreme 2
You must either specify the path
../nukefolder/modules/Forums
../nukefolder/modules/Forums
メルビン・ガルシア • nextgen Solutions
Please do NOT contact for support via PM or email.
Please do NOT contact for support via PM or email.
-
- Registered User
- Posts: 2395
- Joined: Mon Jul 26, 2010 10:58 pm
- Location: Guatemala
- Name: Melvin García
Re: PHP-NUKE to phpBB3 Convertor and Nuke Evolution Xtreme 2
I know that someone here already tried and successfully converted PhpBB for the older version of Nuke-Evolution Xtreme. I am trying to convert Phpbb for Nuke-Evolution Xtreme 2.0.9f.
And from my understanding, the path to put the convertor is: ../root-folder/modules/Forums.
But when I did that I do not see the tab for converting to version 3 anywhere. Am I missing something here? I am currently testing it on my localhost at the moment.
Can someone clarify where everything is supposed to be for this convertor? TIA!
Regards,
Emerald Dragon
And from my understanding, the path to put the convertor is: ../root-folder/modules/Forums.
But when I did that I do not see the tab for converting to version 3 anywhere. Am I missing something here? I am currently testing it on my localhost at the moment.
Can someone clarify where everything is supposed to be for this convertor? TIA!
Regards,
Emerald Dragon
-
- Registered User
- Posts: 1
- Joined: Tue Oct 20, 2020 5:00 pm