rupansansei
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Importing Categories from SQLMore updates: got everything imported…basically. The comments are registering, but for whatever reason, the comment count doesn’t show up on the main page.
Forum: Fixing WordPress
In reply to: Importing Categories from SQLOne other question. I’ve been editing the tables in my SQL and occasionally there are rows that are “No” for the Null option but have a Default of “NULL”. For some reason it won’t let me set the Default to “NULL”.
Also, could anyone tell me what the “Key” column and “Extra” columns are? In the “Extra” column, I’ve seen a couple with FK->wp_posts.ID…I’m not sure if I’ve got that part set properly. I’m looking at this site: http://codex.wordpress.org/Database_Description
Forum: Fixing WordPress
In reply to: Import SQL from BlogsomeThanks for the offer! I have it just about figured out now…took me a little time because I had to covert everything to UTF8, make a new database, and then import it all again – all the Japanese text in my blog (http://howtojapanese.blogsome.com) was coming up garbled. Took me a while to figure out. Now I’m just trying to figure out which tables to import as blogsome has some that differ from the new WordPress tables. The main one I’m concerned about is categories. I should be able to find some info about it on the internets.