MyBB Community Forums

Full Version: I have problem in convert from IP.Board 3.4.5 to mybb
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have problem in convert from IP.Board 3.4.5 to mybb

I have problem in Table Forum Permissions
[attachment=31544]

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1054 - Unknown column 'permission_array' in 'field list'
Query:
SELECT permission_array,id FROM forums LIMIT 0, 1000


I have problem in Table Moderators
[attachment=31545]

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1054 - Unknown column 'm.id' in 'field list'
Query:
SELECT mr.*, IF(mr.is_group = 1, m.id, mr.member_id) as member_id FROM moderators mr LEFT JOIN members m ON(mr.group_id = m.mgroup) LIMIT 0, 1000

I have problem in Table Settings
[attachment=31546]

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1146 - Table 'mawcom_ap.conf_settings' doesn't exist
Query:
SELECT COUNT(*) as count FROM conf_settings WHERE conf_key IN('board_offline','offline_msg','au_cutoff','how_totals','show_active','load_limit','disable_subforum_show','mail_method','smtp_host','smtp_port','smtp_user','smtp_pass','php_mail_extra','csite_pm_show','csite_search_show','msg_allow_code','msg_allow_html','search_sql_method','min_search_word','display_max_topics','hot_topic','display_max_posts','max_images','siu_thumb','siu_width','siu_height','max_poll_choices','post_wordwrap','max_sig_length','sig_allow_html','sig_allow_ibc','postpage_contents','topicpage_contents','avup_size_max','avatar_dims','ipb_bruteforce_attempts','ipb_bruteforce_period','no_reg','flood_control','ipb_display_version')

I have problem in Table Attachments
[attachment=31547]

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1146 - Table 'mawcom_ap.conf_settings' doesn't exist
Query:
SELECT conf_value FROM conf_settings WHERE conf_key = 'upload_url' LIMIT 1


I need help please...
MyBB Merge System doesn't support IPBoard 3.4.x, it supports only IPBoard 2.1, 2.2 and 2.3.
@nexdroid, it does support an upgrade, but not officially though.. Some workouts have been made and have also resulted in a perfect output Smile
its simple dude, conf_settings does not exist. & same is for permission_array & others.

Did you put in wrong database info?