Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • @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.. ;]

    my 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) AS year, MONTH(post_date) AS month, 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 DESC

    WordPress database error: [Table ‘xxxx.wp_post2cat’ doesn’t exist]
    SELECT DISTINCT YEAR(p.post_date) AS year FROM 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 DESC

    WordPress database error: [Table ‘XXX.wp_post2cat’ doesn’t exist]
    SELECT DISTINCT MONTH(p.post_date) AS month FROM 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 DESC

    WordPress 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 asc

    WordPress 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_id

    WordPress database error: [Table ‘XXXX.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

    but 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.jpg

    anyone has any idea on solving this issue?

    most probably xmlrpc.php is not accesible

    i’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 ..

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