[Convertor] vBulletin 3.x to phpBB3

Converting from other board software? Good decision! Need help? Have a question about a convertor? Wish to offer a convertor package? Post here.
Anti-Spam Guide
User avatar
FredQ
Registered User
Posts: 138
Joined: Sat Nov 01, 2014 10:48 am
Location: Northeast Scotland
Name: Fred Q

Re: [Convertor] vBulletin 3.x to phpBB3

Post by FredQ »

I have no idea how much database changes were involved between version 3 and 4.
If you can send me a database schema (no data please) I could have a quick look if it's possible. (Don't be too excited though, it's probably too different).
My board (converted from vBulletin)
opperpanter
Registered User
Posts: 103
Joined: Fri Mar 06, 2015 5:09 pm

Re: [Convertor] vBulletin 3.x to phpBB3

Post by opperpanter »

Hi,

I have a vBulletin 3.8.4 forum running on hoster one.com.
I want to migratie this to phpBB. However, I can have only 1 MySql database, which is currently being used by vBulletin.
Is it possible to install phpBB *into the same database*?

Sounds like a bad plan, but maybe if the table names are mutually exclusive it could work?

Opper.
User avatar
FredQ
Registered User
Posts: 138
Joined: Sat Nov 01, 2014 10:48 am
Location: Northeast Scotland
Name: Fred Q

Re: [Convertor] vBulletin 3.x to phpBB3

Post by FredQ »

I haven't tried that way, but if you give a different prefix there won't be any clash
My board (converted from vBulletin)
User avatar
Ñako!
Registered User
Posts: 22
Joined: Sat Mar 28, 2015 7:21 pm
Name: N S M

Re: [Convertor] vBulletin 3.x to phpBB3

Post by Ñako! »

Hello everyone!

I'm trying to convert the db of a vB 3.8.7 forum into a phpbb 3.0.13 locally, after many "Error 500" on my server.
After starting convertion, everything seems to be right, but then, I get a general error after this step:
step2of10.png
Here's the error in question:
general error.jpg
What does it mean and more importantly, how do I fix it? xD

Thx!
You do not have the required permissions to view the files attached to this post.
User avatar
FredQ
Registered User
Posts: 138
Joined: Sat Nov 01, 2014 10:48 am
Location: Northeast Scotland
Name: Fred Q

Re: [Convertor] vBulletin 3.x to phpBB3

Post by FredQ »

I believe the vb converter for phpBB 3.0 is no longer maintained, and broken for all the recent versions (vBulletin >= 3.5). That's why I had to write a new one for phpBB 3.1
My board (converted from vBulletin)
strago
Registered User
Posts: 7
Joined: Sun Feb 08, 2015 5:08 am

Re: [Convertor] vBulletin 3.x to phpBB3

Post by strago »

vBulletin 3.8.4 to phpBB 3.0.13, how do you keep from getting these errors?

Code: Select all

MySQL server has gone away [2006]

SQL

SELECT * FROM forum where replycount=0 ORDER BY displayorder

BACKTRACE

FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()

FILE: [ROOT]/includes/db/dbal.php
LINE: 757
CALL: trigger_error()

FILE: [ROOT]/includes/db/mysql.php
LINE: 193
CALL: dbal->sql_error()

FILE: [ROOT]/install/convertors/functions_vb30.php
LINE: 169
CALL: dbal_mysql->sql_query()

FILE: [ROOT]/install/install_convert.php(1003) : eval()'d code
LINE: 4
CALL: phpbb_insert_forums()

FILE: [ROOT]/install/install_convert.php
LINE: 1003
CALL: eval()

FILE: [ROOT]/install/install_convert.php
LINE: 203
CALL: install_convert->convert_data()

FILE: [ROOT]/install/index.php
LINE: 326
CALL: install_convert->main()

FILE: [ROOT]/install/index.php
LINE: 203
CALL: module->load()
When it generates an Internal Server Error...

PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20100525/timezonedb.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20100525/timezonedb.so: cannot open shared object file: No such file or directory in Unknown on line 0
opperpanter
Registered User
Posts: 103
Joined: Fri Mar 06, 2015 5:09 pm

Re: [Convertor] vBulletin 3.x to phpBB3

Post by opperpanter »

As mentioned above the importer from vb to phpbb 3.0.x is no longer working.
You can import to 3.1.x using: viewtopic.php?p=14050281#p14031506

Return to “[3.0.x] Convertors”