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.