• After upgrading to 1.8.21 from 1.8.18, I’m getting an error_log in wp-admin with tons and tons of these warnings:

    [04-Feb-2011 04:17:49] PHP Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: Access denied for user ‘metal450’@’localhost’ (using password: NO) in /<my path>/wordpress/wp-content/plugins/wordbooker/wordbooker.php on line 2660
    [04-Feb-2011 04:17:49] PHP Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: A link to the server could not be established in /<my path>/wordpress/wp-content/plugins/wordbooker/wordbooker.php on line 2660

    http://ww.wp.xz.cn/extend/plugins/wordbooker/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Steve

    (@steveatty)

    Its something wrong with your php/MySql configuration because that error is caused by mysql_real_escape_string not being able to find a connection to a database. You might have maxed out your DB connections – check in your server error logs.

    Can you post the support information from the bottom of the Wordbooker options page

    Thread Starter JK

    (@justin_k)

    Ah, that makes sense – don’t worry about it then. I *have* been having issues with my MySQL server recently, so that’s undoubtedly it.

    Thanks 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: Wordbooker] PHP Warning (mysql-real-escape-string)’ is closed to new replies.