I recently move from xenforo to phpbbprototech wrote:We do not have a XenForo convertor available at this time. However, I will start working on one in the next few days so please check back in the next week or two for an update on that.
April now, any news on this?prototech wrote:Sorry, I was interrupted with the vBulletin 4 converter so I haven't had a chance to take a look at this. I should have some time to start working on it in the next few days now that the vB converter is in a working state.
Code: Select all
General Error
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_xenforo11.php
LINE: 842
CALL: dbal->sql_in_set()
FILE: [ROOT]/install/install_convert.php(1654) : eval()'d code
LINE: 2
CALL: xf_fix_pm_multi_recipients()
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()
Code: Select all
xf_fix_pm_multi_recipients(false, true);
Or you must assign the permissions that were not transferred during the conversion.Board wrote:This board has no forums.
SQL ERROR [ mysqli ]
Unknown column 'forum_options' in 'field list' [1054]
SQL
INSERT INTO phpbb_forums (forum_id, forum_name, parent_id, forum_parents, forum_desc, forum_type, forum_status, forum_link, left_id, right_id, forum_posts, forum_flags, forum_options, enable_prune, prune_next, prune_days, prune_viewed, prune_freq, forum_desc_bitfield, forum_desc_options, forum_desc_uid, forum_password, forum_style, forum_image, forum_rules, forum_rules_link, forum_rules_bitfield, forum_rules_options, forum_rules_uid, forum_topics_per_page, forum_topics, forum_topics_real, forum_last_post_id, forum_last_poster_id, forum_last_post_subject, forum_last_post_time, forum_last_poster_name, forum_last_poster_colour, display_on_index, enable_indexing, enable_icons) VALUES (3, ' Home', 0, '', '', 0, 0, '', 239, 270, 0, 34, 0, 0, 0, 0, 0, 0, '', 7, '', '', 0, '', '', '', '', 7, '', 0, 0, 0, 0, 0, '', 0, '', '', 1, 1, 0)
BACKTRACE
FILE: includes/db/mysqli.php
LINE: 163
CALL: dbal->sql_error()
FILE: install/convertors/functions_xenforo11.php
LINE: 236
CALL: dbal_mysqli->sql_query()
FILE: install/install_convert.php(1003) : eval()'d code
LINE: 3
CALL: xf_insert_forums()
FILE: install/install_convert.php
LINE: 1003
CALL: eval()
FILE: install/install_convert.php
LINE: 203
CALL: install_convert->convert_data()
FILE: install/index.php
LINE: 405
CALL: install_convert->main()
FILE: install/index.php
LINE: 282
CALL: module->load()
Code: Select all
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_convert.php on line 546: Missing argument 3 for _import_check(), called in [ROOT]/install/convertors/functions_xenforo11.php on line 317 and defined
[phpBB Debug] PHP Warning: in file [ROOT]/includes/db/mysqli.php on line 247: Illegal offset type in isset or empty
[phpBB Debug] PHP Warning: in file [ROOT]/includes/db/mysqli.php on line 302: Illegal offset type in isset or empty
Return to the index page
General Error
SQL ERROR [ mysqli ]
Column 'smiley_width' cannot be null [1048]
SQL
INSERT INTO phpbb_smilies (code, emotion, smiley_url, smiley_width, smiley_height, smiley_order, display_on_posting) VALUES (':)', 'Smile', '/images/smilies/Grin.png', NULL, NULL, 1, 1), (':-)', 'Smile', '/images/smilies/Grin.png', NULL, NULL, 2, 1), ('(:', 'Smile', '/images/smilies/Grin.png', NULL, NULL, 3, 1)
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: 182
CALL: dbal->sql_error()
FILE: [ROOT]/includes/db/dbal.php
LINE: 550
CALL: dbal_mysqli->sql_query()
FILE: [ROOT]/install/convertors/functions_xenforo11.php
LINE: 339
CALL: dbal->sql_multi_insert()
FILE: [ROOT]/install/install_convert.php(1003) : eval()'d code
LINE: 5
CALL: xf_convert_smilies()
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()