Psyko_2000
Forum Replies Created
-
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Reset Jetpack Statsgot it. stats have been reset. thanks!
- This reply was modified 2 years, 4 months ago by Psyko_2000.
Forum: Fixing WordPress
In reply to: Automatic removal of old BR tags?i’m an sql noob
where am i supposed to put the…
update wp_posts set post_content = replace(post_content, ‘
‘, ”);…thing?
Forum: Fixing WordPress
In reply to: import from Greymatter: can’t find databasehmm. 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.
Forum: Fixing WordPress
In reply to: import from Greymatter: can’t find databasenevermind. got it to work by installing 1.2, importing, then upgrading to 1.5.
Forum: Fixing WordPress
In reply to: import from Greymatter: can’t find databaseokay 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 IDOne 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_karmaAlmost there…
WordPress database error: [Can’t DROP ‘ID’. Check that column/key exists]
ALTER TABLE wp_users DROP INDEX IDWelcome to the family. Have fun!”
seems like none of the import scripts are working for wordpress 1.5
Forum: Fixing WordPress
In reply to: import from Greymatter: can’t find databasei’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?