Forum Replies Created

Viewing 5 replies - 16 through 20 (of 20 total)
  • Forum: Fixing WordPress
    In reply to: Fatal Errors
    Thread Starter hterry

    (@hterry)

    I searched, must’ve searched the wrong things, I apologize

    It did work.

    Forum: Fixing WordPress
    In reply to: Fatal Errors
    Thread Starter hterry

    (@hterry)

    Where would I put that in my .htaccess file? I have access to it and exactly how do I write it?

    Checked the guide as I am getting this error as well but it doesn’t wash.

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

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

    Warning: Cannot modify header information – headers already sent by (output started at /home2/hterry3/public_html/wp-includes/wp-db.php:160) in /home2/hterry3/public_html/wp-includes/pluggable.php on line 390

    My wp-db.php line 160 is

    </div>”;

    so I’m at a loss.

    I’m thinking its the theme because I have the same issue and I have updated every single plugin I have and canned the ones that weren’t compatible. Where would one fix this in the theme though? I wouldn’t even know where to begin.

    hterry

    (@hterry)

    Okay, I’ve got this same error and I’ve added in the (array) in the section mentioned and I do not have any plugins activated but alas the error is still there. Is there anything else to fix this?

Viewing 5 replies - 16 through 20 (of 20 total)