Wow, thanks for contributing your help to the community. I'll look into this updated vbulletin convertor this weekend. Let us know how you resolve the login issue and if you uploaded a new version of the vbulletin convertor?Blaine0002 wrote: btw im attaching a zip with everything fixed..
Code: Select all
SQL ERROR [ mysqli ]
Out of range value adjusted for column 'poll_option_id' at row 1 [1264]
Code: Select all
return $option+1;
Code: Select all
return (int) $option+1;
Code: Select all
SQL ERROR [ mysqli ]
Out of range value adjusted for column 'poll_option_id' at row 1 [1264]
SQL
insert into phpbb_poll_options (poll_option_id,topic_id,poll_option_text,poll_option_total) values(425,10392,"HOMEMADE",33)
BACKTRACE
FILE: includes/db/mysqli.php
LINE: 143
CALL: dbal->sql_error()
FILE: install/convertors/functions_vb30.php
LINE: 51
CALL: dbal_mysqli->sql_query()
FILE: install/install_convert.php(1653) : eval()'d code
LINE: 2
CALL: vb_import_polloption()
FILE: install/install_convert.php
LINE: 1653
CALL: eval()
FILE: install/install_convert.php
LINE: 800
CALL: install_convert->jump()
FILE: install/install_convert.php
LINE: 203
CALL: install_convert->convert_data()
FILE: install/index.php
LINE: 402
CALL: install_convert->main()
FILE: install/index.php
LINE: 274
CALL: module->load()
Code: Select all
General Error
SQL ERROR [ mssql ]
Incorrect syntax near the keyword 'COLUMN'.
Incorrect syntax near the keyword '%.*ls'. [156]
SQL
ALTER TABLE phpbb_users ADD COLUMN salt varchar(3)
BACKTRACE
FILE: includes/db/mssql.php
LINE: 137
CALL: dbal_mssql->sql_error()
FILE: install/install_convert.php
LINE: 1104
CALL: dbal_mssql->sql_query()
FILE: install/install_convert.php
LINE: 203
CALL: install_convert->convert_data()
FILE: install/index.php
LINE: 402
CALL: install_convert->main()
FILE: install/index.php
LINE: 274
CALL: module->load()
You know, I just tried importing by vbulletin database into simplemachines forum to see what would happen and it choked on the polls as well. I deleted the poll tables and tried the import again and BAM no problem. I suspect my poll tables may have been broken. I will attempt the import again later (500,000+ posts ) and see what happens. I suspect it should be smooth sailing.D¡cky wrote:Try this
If it doesn't work, post the complete error message, please.