Code: Select all
SQL ERROR [ mysqli ]
Unknown column 'poll.multiple' in 'field list' [1054]
SQL
SELECT thread.thread_id, thread.node_id, thread.user_id AS poster_id, thread.title, thread.post_date, thread.view_count, thread.reply_count, thread.last_post_id, thread.discussion_open, thread.sticky, thread.first_post_id, post.post_date, poll.question, poll.close_date, poll.responses, poll.multiple FROM (xf_thread thread LEFT JOIN xf_poll AS poll ON (thread.thread_id = poll.content_id AND poll.content_type = "thread")) LEFT JOIN xf_post AS post ON (thread.last_post_id = post.post_id) WHERE (thread.discussion_type <> "redirect") ORDER BY thread.thread_id 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()
Code: Select all
SQL ERROR [ mysqli ]
Unknown column 'forum_posts' 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, 'Hlavní kategorie', 0, '', '', 0, 0, '', 1, 8, 0, 34, 0, 0, 0, 0, 0, 0, '', 7, '', '', 0, '', '', '', '', 7, '', 0, 0, 0, 0, 0, '', 0, '', '', 1, 1, 0)
BACKTRACE
FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()
FILE: [ROOT]/phpbb/db/driver/driver.php
LINE: 855
CALL: trigger_error()
FILE: [ROOT]/phpbb/db/driver/mysqli.php
LINE: 194
CALL: phpbb\db\driver\driver->sql_error()
FILE: [ROOT]/install/convertors/functions_xenforo11.php
LINE: 236
CALL: phpbb\db\driver\mysqli->sql_query()
FILE: [ROOT]/install/install_convert.php(1028) : eval()'d code
LINE: 3
CALL: xf_insert_forums()
FILE: [ROOT]/install/install_convert.php
LINE: 1028
CALL: eval()
FILE: [ROOT]/install/install_convert.php
LINE: 214
CALL: install_convert->convert_data()
FILE: [ROOT]/install/index.php
LINE: 409
CALL: install_convert->main()
FILE: [ROOT]/install/index.php
LINE: 289
CALL: module->load()
Hiprototech wrote:Here is the initial version of the convertor. Please let me know if you encounter any errors.
Cost would be a big decision maker I guess.TopSpace wrote:what made move from great supported and module plugged Xenforo to a phpBB?
Code: Select all
SQL ERROR [ mysqli ]
Unknown column 'forum_posts' 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 (1, 'Madison Area Aquatic Hobbyists', 0, '', 'These forums are all associated with MAAH news and events.', 0, 0, '', 5, 30, 0, 34, 0, 0, 0, 0, 0, 0, '', 7, '', '', 0, '', '', '', '', 7, '', 0, 0, 0, 0, 0, '', 0, '', '', 1, 1, 0)
BACKTRACE
FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()
FILE: [ROOT]/phpbb/db/driver/driver.php
LINE: 852
CALL: trigger_error()
FILE: [ROOT]/phpbb/db/driver/mysqli.php
LINE: 193
CALL: phpbb\db\driver\driver->sql_error()
FILE: [ROOT]/install/convertors/functions_xenforo11.php
LINE: 236
CALL: phpbb\db\driver\mysqli->sql_query()
FILE: [ROOT]/install/install_convert.php(1028) : eval()'d code
LINE: 3
CALL: xf_insert_forums()
FILE: [ROOT]/install/install_convert.php
LINE: 1028
CALL: eval()
FILE: [ROOT]/install/install_convert.php
LINE: 214
CALL: install_convert->convert_data()
FILE: [ROOT]/install/index.php
LINE: 409
CALL: install_convert->main()
FILE: [ROOT]/install/index.php
LINE: 289
CALL: module->load()
Does it work for xenforo 1.4.x?prototech wrote:Here is the initial version of the convertor. Please let me know if you encounter any errors.
xenforo11_convertor_0.0.2.zip