• When I edit a post I made here is the errors I get.

    WordPress database error: [Table 'irinaman_rborbon.wordpress_post2cat' doesn't exist]
    SELECT cat_ID AS ID, MAX(post_modified) AS last_mod FROM <code>wordpress_posts</code> p LEFT JOIN <code>wordpress_post2cat</code> pc ON p.ID = pc.post_id LEFT JOIN <code>wordpress_categories</code> c ON pc.category_id = c.cat_ID WHERE post_status = 'publish' GROUP BY cat_ID
    
    WordPress database error: [Table 'irinaman_rborbon.wordpress_post2cat' doesn't exist]
    SELECT cat_ID AS ID, MAX(post_modified) AS last_mod FROM <code>wordpress_posts</code> p LEFT JOIN <code>wordpress_post2cat</code> pc ON p.ID = pc.post_id LEFT JOIN <code>wordpress_categories</code> c ON pc.category_id = c.cat_ID WHERE post_status = 'publish' GROUP BY cat_ID

    Of course that table does not exist. Can you tell me how I can recover\create that table?

Viewing 4 replies - 1 through 4 (of 4 total)
  • You don’t.
    You read the sticky post on the main page of the forum.

    Thread Starter chep

    (@chep)

    I don’t what?

    Your comment is just a snide way of saying I don’t fix something because the wordpress team decided to break functionality which previously existed without telling it’s users it was deleting database tables?

    I got also database errors and it was fresh installed. NO updates or anything else that could delete database tables.
    Version 2.3.1 has database errors.

    I think i’m gonna use 2.2.2 or 2.2.3 versions because i tested them and i didn’t had any database errors at 2.2.2 or 2.2.3 versions.

    My oppinion is that v2.3.1 has few bugs that have to be repaired.

    chep (quote from you)

    how I can recover\create that table?

    To which I replied: you don’t. You do NOT recover/create anything. You read the documentation. You read the suggestred resources.

    I am not the WP team. I am a volunteer helpers here – as are all the others in the forum. And the dev team has been telling its (not “it’s”!) users about the changes. The users are supposed to read the docs before upgrading.

    WinGate: don’t hijack others’ threads.
    Post about YOUR error. “database error” – means nothing.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Database error – after updgrade to 2.3.1’ is closed to new replies.