HELP WITH XMB TO PHPBB

This is an archive of the phpBB 2.0.x convertors forum. Support for phpBB2 has now ended.
Forum rules
Following phpBB2's EoL, this forum is now archived for reference purposes only.
Please see the following announcement for more information: viewtopic.php?f=14&t=1385785
Locked
reptilesuk
Registered User
Posts: 3
Joined: Sat Nov 22, 2008 6:27 pm

HELP WITH XMB TO PHPBB

Post by reptilesuk »

Hi

My forums are at : www.reptilesuk.co.uk

They are XMB 1.10 - And ive installed PHPBB2

And when try to run convertor says cannot connect? everything is correct?

Can anyone send me right convertor?

Thanks
reptilesuk
Registered User
Posts: 3
Joined: Sat Nov 22, 2008 6:27 pm

Re: HELP WITH XMB TO PHPBB

Post by reptilesuk »

When i run the convertor i get this error?

The database data is being converted! Please be patient :)

Converting ranks...
Couldn't find xmb_ranks
1146: Table 'reptiles_xmb.xmb_ranks' doesn't exist

SELECT * FROM xmb_ranks

Couldn't delete ranks.
1146: Table 'reptiles_xmb.xmb_ranks' doesn't exist

SELECT * FROM xmb_ranks
.DONE
Converting users...
Couldn't get the number of posts inside the users table
1146: Table 'reptiles_xmb.xmb_members' doesn't exist

SELECT COUNT(*) FROM xmb_members

Warning: mysql_result(): supplied argument is not a valid MySQL result resource in /home/reptiles/public_html/test/_xmbtophpbb.php on line 65

Total number of users to be converted: ...
Couldn't get data from 'members'
1146: Table 'reptiles_xmb.xmb_members' doesn't exist

SELECT * FROM xmb_members WHERE status='Administrator'

Couldn't get data from 'members'
1146: Table 'reptiles_xmb.xmb_members' doesn't exist

SELECT * FROM xmb_members WHERE status='Super Moderator'

Couldn't get data from 'members'
1146: Table 'reptiles_xmb.xmb_members' doesn't exist

SELECT * FROM xmb_members WHERE status='Moderator'
...DONE
Converting forums...
Couldn't get forums data
1146: Table 'reptiles_xmb.xmb_forums' doesn't exist

SELECT * FROM xmb_forums WHERE type = 'group'

Couldn't get forums data
1146: Table 'reptiles_xmb.xmb_forums' doesn't exist

SELECT * FROM xmb_forums
.DONE
Converting topics...
Couldn't get the number of topics inside the topics table
1146: Table 'reptiles_xmb.xmb_threads' doesn't exist

SELECT COUNT(*) FROM xmb_threads

Warning: mysql_result(): supplied argument is not a valid MySQL result resource in /home/reptiles/public_html/test/_xmbtophpbb.php on line 65

Total number of topics to be converted: ......DONE!
Converting posts...
Couldn't get the number of posts inside the posts table
1146: Table 'reptiles_xmb.xmb_posts' doesn't exist

SELECT COUNT(*) FROM xmb_posts

Warning: mysql_result(): supplied argument is not a valid MySQL result resource in /home/reptiles/public_html/test/_xmbtophpbb.php on line 65

Total number of posts to be converted: ...DONE
Converting favorites (Topic Watch)...
Couldn't obtain Favorites
1146: Table 'reptiles_xmb.xmb_favorites' doesn't exist

SELECT * FROM xmb_favorites
.DONE, fixing last post in forums....DONE, fixing last post in topics....DONE
Converting forum settings...
Couldn't obtain settings
1146: Table 'reptiles_xmb.xmb_settings' doesn't exist

SELECT * FROM xmb_settings
DONE
Inserting default themes...DONE
Converting polls...
Couldn't get poll data
1146: Table 'reptiles_xmb.xmb_threads' doesn't exist

SELECT * FROM xmb_threads WHERE pollopts != ''
DONE
Converting private messages...
Couldn't get the number of private messages inside the U2U table
1146: Table 'reptiles_xmb.xmb_u2u' doesn't exist

SELECT COUNT(*) FROM xmb_u2u

Warning: mysql_result(): supplied argument is not a valid MySQL result resource in /home/reptiles/public_html/test/_xmbtophpbb.php on line 65

Total number of private messages to be converted: ......DONE!
Converting smilies...
Couldn't get smilies data
1146: Table 'reptiles_xmb.xmb_smilies' doesn't exist

SELECT * FROM xmb_smilies WHERE type = 'smiley'
.DONE
Converting banned IP numbers...
Couldn't get banned IP data
1146: Table 'reptiles_xmb.xmb_banned' doesn't exist

SELECT * FROM xmb_banned
.DONE
Converting replaced words...
Couldn't get replaced word data
1146: Table 'reptiles_xmb.xmb_words' doesn't exist

SELECT * FROM xmb_words
.DONE
Filling Search...
Fatal error: Cannot redeclare class template in /home/reptiles/public_html/test/includes/template.php on line 30
User avatar
D¡cky
Former Team Member
Posts: 11812
Joined: Tue Jan 25, 2005 8:38 pm
Location: New Hampshire, USA
Name: Richard Foote
Contact:

Re: HELP WITH XMB TO PHPBB

Post by D¡cky »

reptilesuk wrote:When i run the convertor i get this error?

The database data is being converted! Please be patient :)

Converting ranks...
Couldn't find xmb_ranks
1146: Table 'reptiles_xmb.xmb_ranks' doesn't exist
You have either entered the wrong database information or you don't have the xmb tables in the same databae as the phpBB tables.
Have you hugged someone today?
reptilesuk
Registered User
Posts: 3
Joined: Sat Nov 22, 2008 6:27 pm

Re: HELP WITH XMB TO PHPBB

Post by reptilesuk »

I created the database in the same as PHPBB, And i have someone to look at it from xmbforum.com and they have told me its a old convertor and wont work properly with this version, he got it working but people couldnt login and all topics and topics descriptions didnt appear, and he said he edited the files

Ive used correct database name,username,& password and have checked serveral times?

Could someone help me to transfer to phpbb? as iam going to move to vbullitin if no one can help me on thease forums


Thanks
User avatar
D¡cky
Former Team Member
Posts: 11812
Joined: Tue Jan 25, 2005 8:38 pm
Location: New Hampshire, USA
Name: Richard Foote
Contact:

Re: HELP WITH XMB TO PHPBB

Post by D¡cky »

What help are you looking for? Not being able to find the XMB tables is a problem you have to solve yourself. Only you know what the database information is. You need to have the XMB tables in the same database as phpBB2 tables. Place the XMB convertor _config.php and _xmbtophpbb.php files in the root directory of phpBB2 and it will find the xmb tables if you have entered the correct database information.
Have you hugged someone today?
Locked

Return to “[2.0.x] Convertors”