Skip to:
Content
Pages
Categories
Search
Top
Bottom

Importing PHPBB 3.0,12


  • Pietmar
    Participant

    @pietmar

    WP 3,9
    BBP 2.5.3
    Twenty Ten
    Database = 48Kb (according to PHPMYAdmin) and about 10kb exported

    Tick all options in Importer. Get this: (Although I can see this Table in my database. If I repeat the process, I will get message of another Table not existing.)

    Any suggestions?

    Repair any missing information: Continue
    WordPress database error: [Table ‘goandsta_phpb1.phpbbusers’ doesn’t exist]
    SELECT convert(users.user_id USING “utf8”) AS user_id,convert(users.user_password USING “utf8”) AS user_password,convert(users.user_form_salt USING “utf8”) AS user_form_salt,convert(users.username USING “utf8”) AS username,convert(users.user_email USING “utf8”) AS user_email,convert(users.user_website USING “utf8”) AS user_website,convert(users.user_regdate USING “utf8”) AS user_regdate,convert(users.user_aim USING “utf8”) AS user_aim,convert(users.user_yim USING “utf8”) AS user_yim,convert(users.user_icq USING “utf8”) AS user_icq,convert(users.user_msnm USING “utf8”) AS user_msnm,convert(users.user_jabber USING “utf8”) AS user_jabber,convert(users.user_occ USING “utf8”) AS user_occ,convert(users.user_interests USING “utf8”) AS user_interests,convert(users.user_sig USING “utf8”) AS user_sig,convert(users.user_from USING “utf8”) AS user_from,convert(users.user_avatar USING “utf8”) AS user_avatar FROM phpbbusers AS users LIMIT 0, 100No users to convertNo data to cleanStarting Conversion

Viewing 3 replies - 1 through 3 (of 3 total)
  • Double check your database settings, it looks like you are using phpbb for the table prefix, most likely this needs to be phpbb_.

    You can check these settings by opening your phpBB config.php file and get the settings from that file:

    eg.

    
    $dbname = 'db_name';
    $dbuser = 'db_user';
    $dbpasswd = '1234';
    $table_prefix = 'phpbb_';
    

    Pietmar
    Participant

    @pietmar

    Thanks a lot! It worked. Amazing what a dash can do (or not do).

    Indeed… Cool… Glad your up and running 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Skip to toolbar