dbal.php Error On Coversion?

Converting from other board software? Good decision! Need help? Have a question about a convertor? Wish to offer a convertor package? Post here.
Scam Warning
Locked
fusionater
Registered User
Posts: 15
Joined: Wed May 25, 2016 7:14 am

dbal.php Error On Coversion?

Post by fusionater »

Hey, I'm working on converting from smf to phpbb, and I'm getting this general error in the process,

Code: Select all

SQL ERROR [ mysqli ]

[0]

SQL

No values specified for SQL IN comparison

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

FILE: [ROOT]/install/convertors/functions_smf11.php
LINE: 236
CALL: dbal->sql_in_set()

FILE: [ROOT]/install/install_convert.php(1654) : eval()'d code
LINE: 2
CALL: smf_convert_authentication()

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

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

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()
I take this to mean that something is wrong with dbal.php? What should I do?
User avatar
Lumpy Burgertushie
Registered User
Posts: 69223
Joined: Mon May 02, 2005 3:11 am
Contact:

Re: dbal.php Error On Coversion?

Post by Lumpy Burgertushie »

what smf version, what phpbb version and what version of the convertor are you using?


robert
Premium phpBB 3.3 Styles by PlanetStyles.net

I am pleased to announce that I have completed the first item on my bucket list. I have the bucket.
fusionater
Registered User
Posts: 15
Joined: Wed May 25, 2016 7:14 am

Re: dbal.php Error On Coversion?

Post by fusionater »

Sorry, should have been more specific,

SMF 2.05

phpBB 3.0.14

Converter: 3.0.7 I think.
User avatar
Lumpy Burgertushie
Registered User
Posts: 69223
Joined: Mon May 02, 2005 3:11 am
Contact:

Re: dbal.php Error On Coversion?

Post by Lumpy Burgertushie »

not sure about what version of smf convertor that is but here is the most up to date version of the convertor that I know of:
viewtopic.php?p=13219422#p13219422

if that is not the one you have , give it a try and see if you get the same error.

robert
Premium phpBB 3.3 Styles by PlanetStyles.net

I am pleased to announce that I have completed the first item on my bucket list. I have the bucket.
fusionater
Registered User
Posts: 15
Joined: Wed May 25, 2016 7:14 am

Re: dbal.php Error On Coversion?

Post by fusionater »

Yep, that was it!

I was using the one located here,

https://www.phpbb.com/customise/db/convertors-22

Thanks so much!
Locked

Return to “[3.0.x] Convertors”