• Resolved skepticwebguy

    (@skepticwebguy)


    When I Edit a Post that I know has comments attached to it, I see the message “An unidentified error has occurred” under the “Comments” heading (in Edit Post view in admin).

    I have deactivated all plugins, repaired the database (no errors found) and the message persists. I’ve compared my wp_comments table structure to two other WordPress installations I have and the structure appears the same, yet I do not see this message on the other two sites when editing posts with comments.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Dhikra

    (@dhikra)

    Try switching to TwentyEleven and see if you still get it.

    Thread Starter skepticwebguy

    (@skepticwebguy)

    That solves the problem. I’ll explore my custom theme and see what’s wrong. Do you have any idea what code in the theme files is responsible for displaying Comments in Edit Post mode?

    Thread Starter skepticwebguy

    (@skepticwebguy)

    Do you have any idea what code in the theme files is responsible for displaying Comments in Edit Post mode?

    Thread Starter skepticwebguy

    (@skepticwebguy)

    Problem solved. I narrowed down the problem to something within my functions.php file in my theme. After some trial and error, I was able to narrow the problem down to having several hard returns after the closing ?> tag in my functions.php file. Removing those few hard returns solved the problem.

    Now, I can see the comments on my Edit Post screen, as expected.

    I had the same problem. what it turns out in my case is that there is a conflict with the plugin:
    Media Categories

    I had the same problem but at the end it was the php.ini from my Zend Server (using mac) $_REQUEST that was empty. I don’t know why it was empty but you should check it out if you still get the problem.

    You just need to add:G(Get)P(POST) and my problem was solve.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘"An unidentified error has occurred" under Comments on Edit Post screen’ is closed to new replies.