Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • isnt there a conversion readme which sais EXACTLY what you have to do ?

    after i ran import-b2.php at step 2 i got this :
    Step 2
    First wea€?re going to add excerpt, post, and password functionality…
    Database error: [Duplicate column name ‘post_excerpt’]
    ALTER TABLE wpposts ADD COLUMN post_excerpt text NOT NULL;
    Database error: [Duplicate column name ‘post_status’]
    ALTER TABLE wpposts ADD post_status ENUM(‘publish’,’draft’,’private’) NOT NULL, ADD comment_status ENUM(‘open’,’closed’) NOT NULL, ADD ping_status ENUM(‘open’,’closed’) NOT NULL, ADD post_password varchar(20) NOT NULL;
    That went well! Now let’s clean up the b2 database structure a bit…
    Database error: [Can’t DROP ‘ID’. Check that column/key exists]
    ALTER TABLE wpposts DROP INDEX ID
    One down, two to go…
    Database error: [Table ‘stg_elves1.wpsettings’ doesn’t exist]
    ALTER TABLE wpsettings DROP INDEX ID
    So far so good.
    Database error: [Can’t DROP ‘post_karma’. Check that column/key exists]
    ALTER TABLE wpposts DROP post_karma
    Almost there…
    Database error: [Can’t DROP ‘ID’. Check that column/key exists]
    ALTER TABLE wpusers DROP INDEX ID
    Welcome to the family. Have fun!
    and it didnt do anything ?? didnt imported. i tried lots of times, different directories …i got bored of how many times i restored the db ??
    can anyone help ?

Viewing 2 replies - 1 through 2 (of 2 total)