hello allprototech wrote:This is the first release, so it may still be buggy. Instructions on how to use it can be found in the Convert How To stickied at the top of this forum. The convertor does not attempt to convert permissions, so you will have to set these yourself. Polls are also skipped at this time due to IPB allowing multiple questions per poll, whereas phpBB only allows one. They will be included in the next release - likely picking the first question or skipping polls with multiple questions. Please let me know if you run into any problems.
PS: You may wish to run it locally as it's very likely that you'll run into resource limits if tested online.
Code: Select all
General Error
SQL ERROR [ mysqli ]
Unknown column 'pfields_content.field_1' in 'field list' [1054]
SQL
SELECT members.member_id, members.member_id AS poster_id, members.member_group_id, members.joined, members.name, members.members_pass_hash, members.members_pass_salt, members.posts, members.email, members.bday_day, members.bday_month, members.bday_year, members.last_visit, members.time_offset, members.dst_in_use, pfields_content.field_3, pfields_content.field_9, pfields_content.field_2, pfields_content.field_8, pfields_content.field_1, pfields_content.field_4, pfields_content.field_6, profile_portal.pp_main_photo, profile_portal.pp_main_height, profile_portal.pp_main_width, members.msg_count_new, members.members_disable_pm, profile_portal.signature, members.joined AS post_date FROM members, pfields_content, profile_portal WHERE (members.member_id = pfields_content.member_id AND members.member_id = profile_portal.pp_member_id) ORDER BY members.member_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()
prototech wrote:Please let me know if you run into any problems.
Code: Select all
General Error
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_password, forum_posts, forum_link, left_id, right_id, forum_flags, forum_options, forum_desc_bitfield, forum_desc_options, forum_desc_uid, forum_style, forum_image, forum_rules, forum_rules_link, forum_rules_bitfield, forum_rules_options, forum_rules_uid, display_on_index, enable_indexing, enable_icons) VALUES (5, 'Главный Форум', '150', '', 'Здесь все что касается нашего форума.', 1, 0, '', 0, '', 2, 5, 34, 0, '', 7, '', 0, '', '', '', '', 7, '', 1, 1, 0)
BACKTRACE
FILE: includes/db/mysqli.php
LINE: 143
CALL: dbal->sql_error()
FILE: install/convertors/functions_ipb34.php
LINE: 241
CALL: dbal_mysqli->sql_query()
FILE: install/install_convert.php(1004) : eval()'d code
LINE: 4
CALL: ipb_insert_forums()
FILE: install/install_convert.php
LINE: 1004
CALL: eval()
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 [ mysqli ]
Duplicate entry '343-509' for key 'PRIMARY' [1062]
SQL
INSERT INTO phpbb_topics_track (user_id, forum_id, topic_id, mark_time) VALUES (343, 4, 509, 1417777819), (343, 4, 536, 1418824035), (343, 4, 552, 1419591763)
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/dbal.php
LINE: 550
CALL: dbal_mysqli->sql_query()
FILE: [ROOT]/install/convertors/functions_ipb34.php
LINE: 705
CALL: dbal->sql_multi_insert()
FILE: (not given by php)
LINE: (not given by php)
CALL: ipb_insert_topic_tracking()
FILE: [ROOT]/install/install_convert.php
LINE: 2069
CALL: call_user_func_array()
FILE: [ROOT]/install/install_convert.php
LINE: 1276
CALL: install_convert->process_row()
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()