I've found the culprit: *Google Sitemaps* plugin.

I've made an search for post2cat on all files within /wp-content/plugins/ and it show up. Disabling it solved my problem.

[BLT]FQX escreveu:
Disable the simple tagging plugin if you have.
The new WP deletes the post2cat table.

On 9/19/07, Alenônimo <[EMAIL PROTECTED]> wrote:
I'm getting a similar error:

    Error:

    *WordPress database error:* [Table 'wp.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
    |

    0

This appear after some time while I'm editing anything. Just where's
meant to be the auto-save warning, under the tabs input.


[BLT]FQX escreveu:
*
WordPress database error:* [Table 'wp.wp_post2cat' doesn't exist]
SELECT p2c.category_id AS cat_id, COUNT(p2c.rel_id) AS numposts,
UNIX_TIMESTAMP(max(posts.post_date_gmt)) + '8' AS last_post_date,
UNIX_TIMESTAMP(max(posts.post_date_gmt)) AS last_post_date_gmt FROM
wp_post2cat p2c INNER JOIN wp_posts posts ON p2c.post_id=posts.id WHERE
1 =
1 AND posts.post_type = 'post' AND posts.post_status = 'publish' AND
posts.post_date_gmt <= '2007-09-19 03:18:09' GROUP BY p2c.category_idORDER
BY numposts DESC

And the xmlrpc.php is not respond, get an 404 error, but the file is
exist.
_______________________________________________
wp-testers mailing list
[email protected]
http://lists.automattic.com/mailman/listinfo/wp-testers


_______________________________________________
wp-testers mailing list
[email protected]
http://lists.automattic.com/mailman/listinfo/wp-testers

_______________________________________________
wp-testers mailing list
[email protected]
http://lists.automattic.com/mailman/listinfo/wp-testers

_______________________________________________
wp-testers mailing list
[email protected]
http://lists.automattic.com/mailman/listinfo/wp-testers

Reply via email to