XF 1.5 phpBB3 Import Trouble

gramous

Member
Hello!

I recently purchased Xenforo, and I'm trying to import my phpBB3 3.1.10 forum. I am also moving my web hosts, too. So, I already transferred my database over to my new host, and I am currently installing on a fresh version of Xenforo.

However, I keep getting this error:

16df0222caede5ec0dc94313b6c9e5ec.png


phpbb_acl_groups
phpbb_acl_options
phpbb_acl_roles
phpbb_acl_roles_data
phpbb_acl_users
phpbb_attachments
phpbb_banlist
phpbb_bbcodes
phpbb_bookmarks
phpbb_bots
phpbb_config
phpbb_config_text
phpbb_confirm
phpbb_disallow
phpbb_drafts
phpbb_ext
phpbb_extensions
phpbb_extension_groups
phpbb_forums
phpbb_forums_access
phpbb_forums_track
phpbb_forums_watch
phpbb_groups
phpbb_icons
phpbb_lang
phpbb_log
phpbb_login_attempts
phpbb_migrations
phpbb_moderator_cache
phpbb_modules
phpbb_notifications
phpbb_notification_types
phpbb_oauth_accounts
phpbb_oauth_tokens
phpbb_poll_options
phpbb_poll_votes
phpbb_posts
phpbb_privmsgs
phpbb_privmsgs_folder
phpbb_privmsgs_rules
phpbb_privmsgs_to
phpbb_profile_fields
phpbb_profile_fields_data
phpbb_profile_fields_lang
phpbb_profile_lang
phpbb_ranks
phpbb_reports
phpbb_reports_reasons
phpbb_search_results
phpbb_search_wordlist
phpbb_search_wordmatch
phpbb_sessions
phpbb_sessions_keys
phpbb_sitelist
phpbb_smilies
phpbb_styles
phpbb_teampage
phpbb_topics
phpbb_topics_posted
phpbb_topics_track
phpbb_topics_watch
phpbb_users
phpbb_user_group
phpbb_user_notifications
phpbb_warnings
phpbb_words
phpbb_zebra

How can I get past this step?

I'm unsure what to fill in for those 3 fields.
 
Your table prefix for the import should be:

phpbb_

And you will need to copy the phpBB attachment and avatar directories to the new server so you can specify the local paths for those directories during the import.
 
Top Bottom