silencer
Forum Replies Created
-
Forum: Installing WordPress
In reply to: “wp_categories’ doesn’t exist” error in database wp 2.3@americasroof – k2 is a well known simple manageable template which offers a bit more than the usual.. http://www.getk2.com..
have a look at the pictures.. after all the error while posting.. it actually post the entry.. ;]
Forum: Installing WordPress
In reply to: “wp_categories’ doesn’t exist” error in database wp 2.3my k2 based site is running.. i had some errors while upgrading using upgrade.php and the interface worked fine.. i imported the tags from UTW and disabled utw and similar post plugins along with few others…. now the error when i post something or try to delete the post.. it says things like
WordPress database error: [Table ‘XXX.wp_post2cat’ doesn’t exist]
SELECT YEAR(post_date) ASyear, MONTH(post_date) ASmonth, category_id FROM wp_posts INNER JOIN wp_post2cat ON (wp_posts.ID = wp_post2cat.post_id) WHERE post_date > 0 AND category_id <> 11 AND category_id <> 2 AND category_id <> 7 AND ID = 247 ORDER By post_date DESCWordPress database error: [Table ‘xxxx.wp_post2cat’ doesn’t exist]
SELECT DISTINCT YEAR(p.post_date) ASyearFROM wp_posts p INNER JOIN wp_post2cat p2c ON (p.ID = p2c.post_id) WHERE p.post_date > 0 AND p2c.category_id <> 11 AND p2c.category_id <> 2 AND p2c.category_id <> 7 ORDER By p.post_date DESCWordPress database error: [Table ‘XXX.wp_post2cat’ doesn’t exist]
SELECT DISTINCT MONTH(p.post_date) ASmonthFROM wp_posts p INNER JOIN wp_post2cat p2c ON (p.ID = p2c.post_id ) WHERE YEAR(p.post_date) = 2007 AND p2c.category_id <> 11 AND p2c.category_id <> 2 AND p2c.category_id <> 7 AND p.post_date_gmt < ‘2007-09-27 10:33:01’ ORDER By p.post_date DESCWordPress database error: [Table ‘XXX.wp_categories’ doesn’t exist]
SELECT cat_ID, cat_name, category_nicename, category_parent FROM wp_categories c WHERE c.cat_ID > 0 AND c.cat_ID <> 11 AND c.cat_ID <> 2 AND c.cat_ID <> 7 ORDER BY c.cat_ID ascWordPress database error: [Table ‘XXXX.wp_categories’ doesn’t exist]
SELECT c.cat_ID, COUNT(distinct p2c.post_id) AS cat_count FROM wp_categories c INNER JOIN wp_post2cat p2c ON (c.cat_ID = p2c.category_id) INNER JOIN wp_posts p ON (p.ID = p2c.post_id) WHERE p.post_status = ‘publish’ AND p.post_date_gmt < ‘2007-09-27 10:33:01’ AND c.cat_ID <> 11 AND c.cat_ID <> 2 AND c.cat_ID <> 7 GROUP BY p2c.category_idWordPress database error: [Table ‘XXXX.wp_post2cat’ doesn’t exist]
SELECT cat_ID AS ID, MAX(post_modified) AS last_mod FROMwp_postsp LEFT JOINwp_post2catpc ON p.ID = pc.post_id LEFT JOINwp_categoriesc ON pc.category_id = c.cat_ID WHERE post_status = ‘publish’ GROUP BY cat_IDbut the fun part is the POST is posted take a look at the bunch of image links i’ve posted
http://img233.imageshack.us/img233/1562/wppost1kj6.jpg
http://img264.imageshack.us/img264/4482/wppost2kk5.jpg
http://img146.imageshack.us/img146/2569/wppost3lq2.jpganyone has any idea on solving this issue?
Forum: Fixing WordPress
In reply to: Posting Client Won’t Workmost probably xmlrpc.php is not accesible
Forum: Fixing WordPress
In reply to: A good WordPress clienti’ve tried all.. none worked for me .. sob.. my domain is pointed to a subfolder of another domain like a subdomain and xmlrpc.php is inaccesible from browser and the clients.. Please any guide or tips on this .. thanks in advance ..