Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter Psyko_2000

    (@justin2311)

    got it. stats have been reset. thanks!

    • This reply was modified 2 years, 4 months ago by Psyko_2000.

    i’m an sql noob

    where am i supposed to put the…

    update wp_posts set post_content = replace(post_content, ‘
    ‘, ”);

    …thing?

    hmm. actually i think i *may* have messed up with the b2 to wp 1.5 import that time (human error). it might still work but i havent tried it out again properly to check.

    but the GM to wp 1.5 import definitely has bugs.

    nevermind. got it to work by installing 1.2, importing, then upgrading to 1.5.

    okay i tried importing my gm entries into b2 and that worked fine.

    then i tried importing from b2 to wordpress 1.5 and it didnt work.

    i got this during step 2:

    “First we’re going to add excerpt, post, and password functionality…

    WordPress database error: [Duplicate column name ‘post_excerpt’]
    ALTER TABLE wp_posts ADD COLUMN post_excerpt text NOT NULL;

    WordPress database error: [Duplicate column name ‘post_status’]
    ALTER TABLE wp_posts 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…

    WordPress database error: [Can’t DROP ‘ID’. Check that column/key exists]
    ALTER TABLE wp_posts DROP INDEX ID

    One down, two to go…

    So far so good.

    WordPress database error: [Can’t DROP ‘post_karma’. Check that column/key exists]
    ALTER TABLE wp_posts DROP post_karma

    Almost there…

    WordPress database error: [Can’t DROP ‘ID’. Check that column/key exists]
    ALTER TABLE wp_users DROP INDEX ID

    Welcome to the family. Have fun!”

    seems like none of the import scripts are working for wordpress 1.5

    i’m having the exact same problem. i keep getting this error message:

    “The importer is running…

    importing users…
    Oops, can’t find any database named DB_NAME here !”

    the old import script seemed to work fine. but not on 1.5. is there a fix for this?

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