pundito
Forum Replies Created
-
Thank you. I will test it and reply with the results.
Thank you for replying and sorry I wasn’t clear. When the SendMail plugin is active, Better Notifications emails are not sent.
Forum: Fixing WordPress
In reply to: Headers and client library minor version mismatch after 4.5 updateI did attempt a variation of nerdbuglars’ fix by grabbing line by replacing line 1515 with code from line 151 of version 4.4.2 and it solved my problem.
if ( WP_DEBUG ) { $this->dbh = mysql_connect( $this->dbhost, $this->dbuser, $this->dbpassword, $new_link, $client_flags ); } else { $this->dbh = @mysql_connect( $this->dbhost, $this->dbuser, $this->dbpassword, $new_link, $client_flags ); }
Forum: Fixing WordPress
In reply to: Headers and client library minor version mismatch after 4.5 updateI am seeing a error (
Warning: mysql_connect(): Headers and client library minor version mismatch. Headers:50536 Library:50629 in /home/bcauzco/public_html/extranet/wp-includes/wp-db.php on line 1515
) at this site: https://bcauz.com/extranet/. I’ve only tested it on a couple of sites on this server and they were also affected. I tried nerdburglars fix and saw no change. I have tried it with no plugins running and on alternate WordPress themes and got the same result. We are running MySQL 5.6.29 on our server. I suspect it is a MySQL version thing, but would appreciate comments.Forum: Fixing WordPress
In reply to: holasionweb.com virusDaniel Ansari posted a script that I just used on two of might sites that were infected and it worked beautifully:
https://www.danielansari.com/wordpress/2010/05/holasionwebcom/