If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!
This is the second post on my fixing wordpress series. Why do I blogged about this? Because I don’t want others to face the difficulties I faced. Now, after I have successfully migrated my domain to netKL.com, I installed the wordpress software (every web hosting got this software) to my account and the wordpress version was the newest one, wp 2.3.1. I was very happy because the installation was done with a breeze. I posted my first and second entry. Activated the plugins but this was a mistake because once I activated all the plugins, I cannot make a post and this error is displayed:
WordPress database error: [Table 'wordpress.wp_post2cat' doesn't exist]
SELECT cat_ID AS ID, MAX(post_modified) AS last_mod FROM wp_posts p LEFT JOIN wp_post2cat pc ON p.ID = pc.post_id LEFT JOIN wp_categories c ON pc.category_id = c.cat_ID WHERE post_status = ‘publish’ GROUP BY cat_ID
So, how do I resolved this? Firstly, I make a post in Authority Blogger and I found this useful link from there. That problem was resolve. It seem to be one of my plugins are not working. If you want to find out which plugins are working/compatible with wp 2.3.1, you can find it here. You can even choose a plugin to be added into your plugins collection. After that, I faced another major problem. My page cannot be found! Below is the display that I got:
Not Found
The requested URL /2007/11/30/types-of-blogging-platforms/ was not found on this server.
So, once again I turned into Malaysian Bloggers Forum to find help and I got the help I wanted after waiting for a few hours. A senior member known as CypherHackz answered my question by giving the following codes to implemented in my htaccess file.
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress
Apparently, my htaccess file is lack the most important codes needed by my blog to function. So, I fix 2 big problems in this post. In my next and final entry for this series, I will write about the last problem (I hope..) I encounter with my new blog. Stay tuned…
Popularity: 45% [?]





Entries (RSS)
December 2nd, 2007 at 5:43 pm
Thanks for dropping by nimrodjo, well i did noticed the error yesterday..especially leaving a comment.
cashmarble.com’s last blog post..PayPerPost Sucks! (USD213.00)
December 3rd, 2007 at 12:47 pm
Hi Cashmarble, thanks for commenting and I do hope the is no major problem with my blog anymore…c ya around…
January 5th, 2008 at 3:40 pm
[...] a problem with my blog. Not again! I already face problems in reviving this blog and I got another problems? So, I immediately check my blog and it does has problem because it redirect to another website. [...]
January 7th, 2008 at 2:24 am
I recently migrated my server too, and had to sit at the PC all day to fix my wordpress probs..database missing probs..Thank God now it’s all ok! careful when migrating ya!
January 7th, 2008 at 6:36 am
Hi Lion, thanks for commenting here…I think this is your first time commenting here (correct me if I’m wrong)….good to hear that your blog are okay now…I’m heading there to see what’s up…