Viewing 5 replies - 16 through 20 (of 20 total)
  • Ok, have done additional tests and 1.7.4.4 worked well. The fatal error tends to happen when I have the following plugin activated: WP-DBManager

    When I have DB Manager on, I get the fatal error. Deactivate it…and I don’t.

    Am I the only one who has the JS problem? ??

    My admin page for Simple Tags are not displayed correctly.

    Ok, so maybe it’s not WP-DB Manager. So, far everything works with WP-DBManager. Out of the 20 posts I made yesterday and today, about two times did I receive a fatal error message.

    Well, had to deactivate Simple Tags 1.7.4.4 once again for the bigger site… fatal error problems. I’m testing it on three wordpress sites right now. The smaller blogs are working fine it seems but the bigger site, I thought it was working at first but now the fatal error problem is back.

    The problem happens after publishing a post.

    For me the Fatal Error is always found in wp-includes/wp-db.php line 480 (which I have in bold)

    function _real_escape($string) {
    if ( $this->dbh && $this->real_escape )
    return mysql_real_escape_string( $string, $this->dbh );
    else
    return addslashes( $string );
    }

    If I deactivate simple tags, everything works fine. When I activate it…I get the fatal error.

    What I ended up doing is deactivating under administration:

    Activate autocompletion feature with old input

    And now, no longer receiving any fatal errors for almost a week.

Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘[Plugin: Simple Tags] Updated to 1.7.2’ is closed to new replies.