PunBB 1.4 to phpBB 3

Converting from other board software? Good decision! Need help? Have a question about a convertor? Wish to offer a convertor package? Post here.
Post Reply
ladous
Registered User
Posts: 3
Joined: Tue Apr 13, 2021 2:32 pm

PunBB 1.4 to phpBB 3

Post by ladous »

I would like to convert PunBB 1.4.4 to phpBB 3. Do you know a conversion script?

I try viewtopic.php?p=13220803#p13220803 with this error:

Code: Select all

SQL ERROR [ mysqli ]

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 'groups\x0AWHERE (groups.g_user_title IS NOT NULL)\x0A LIMIT 2000' at line 2 [1064]

SQL

SELECT groups.g_user_title FROM punbb_groups groups WHERE (groups.g_user_title IS NOT NULL) LIMIT 2000

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/mysqli.php
LINE: 189
CALL: dbal->sql_error()

FILE: [ROOT]/includes/db/mysqli.php
LINE: 231
CALL: dbal_mysqli->sql_query()

FILE: [ROOT]/includes/db/dbal.php
LINE: 170
CALL: dbal_mysqli->_sql_query_limit()

FILE: [ROOT]/install/install_convert.php
LINE: 1233
CALL: dbal->sql_query_limit()

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()
User avatar
Mick
Support Team Member
Support Team Member
Posts: 26502
Joined: Fri Aug 29, 2008 9:49 am

Re: PunBB 1.4 to phpBB 3

Post by Mick »

Please see the list of convertors presently available here. The one listed appears to be the same one you already tried though.
  • "The more connected we get the more alone we become" - Kyle Broflovski©
  • "The good news is hell is just the product of a morbid human imagination.
    The bad news is, whatever humans can imagine, they can usually create.
    " - Harmony Cobel
ladous
Registered User
Posts: 3
Joined: Tue Apr 13, 2021 2:32 pm

Re: PunBB 1.4 to phpBB 3

Post by ladous »

Thanks, it is the same one.
User avatar
Mick
Support Team Member
Support Team Member
Posts: 26502
Joined: Fri Aug 29, 2008 9:49 am

Re: PunBB 1.4 to phpBB 3

Post by Mick »

What version of phpBB did you try to convert to? Although I’ve never done this conversion it looks like a SQL issue so I wonder if your requirements are correct for the version of phpBB and PHP your using. Are you using a live server or one like WAMP on your local machine? Sometimes it’s better to use a local machine as the ability to change any of the versions is infinitely easier.
  • "The more connected we get the more alone we become" - Kyle Broflovski©
  • "The good news is hell is just the product of a morbid human imagination.
    The bad news is, whatever humans can imagine, they can usually create.
    " - Harmony Cobel
ladous
Registered User
Posts: 3
Joined: Tue Apr 13, 2021 2:32 pm

Re: PunBB 1.4 to phpBB 3

Post by ladous »

I did try phpBB 3.0.0, 3.0.11, 3.0.14, 3.1.8 with a live server PHP 5.6.
Post Reply

Return to “[3.3.x] Convertors”