Skip to:
Content
Pages
Categories
Search
Top
Bottom

Import into bbPress 2.0-beta-3 failed

  • This happened:

    bbPress Standalone Importer

    Warning: set_time_limit() [function.set-time-limit]: Cannot set time limit in safe mode in <removed for privacy>/wp-content/plugins/bbpress/bbp-admin/importers/bbpress.php on line 668

    Warning: Cannot modify header information - headers already sent by (output started at <removed for privacy>/wp-admin/admin-header.php:35) in <removed for privacy>/bad-behavior/bad-behavior/screener.inc.php on line 8
    Importing Users

    We’re in the process of migrating your users...

    Renamed the wp_users and wp_usermeta tables to bb_wp_users_tmp and bb_wp_usermeta_tmp respectively.

    WordPress database error: [Table '<removed for privacy>.bb_users' doesn't exist]
    CREATE TABLE wp_users ( <code>ID</code> BIGINT( 20 ) UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY, <code>user_activation_key</code> VARCHAR( 60 ) NOT NULL DEFAULT '', KEY ( <code>user_login</code> ), KEY( <code>user_nicename</code> ) ) SELECT * FROM bb_users ORDER BY <code>ID</code>
    There was a problem duplicating the table bb_users to wp_users. Please check and re-run the script or duplicate the table yourself.

    After that I only got:

    WordPress database error: [Table 'md220579db167769.wp_users' doesn't exist]
    SELECT * FROM wp_users WHERE user_login = '<removed for privacy>'

    WordPress database error: [Table 'md220579db167769.wp_users' doesn't exist]
    SELECT * FROM wp_users WHERE user_login = '<removed for privacy>'

    Warning: Cannot modify header information - headers already sent by (output started at <removed for privacy>/wp-includes/wp-db.php:940) in <removed for privacy>/wp-includes/pluggable.php on line 934

    I delete the tables bb_wp_usermeta_tmp and bb_wp_users_tmp trying to fix this problem: stupid of course …

  • You must be logged in to reply to this topic.
Skip to toolbar