database backup trips on mysql_num_fields() & mysql_fetch_row()
-
Soliloquy Lite 2.4.0.8
PHP 5.3.29
WordPress 4.5.2Backing up our WP database spits out two PHP warnings (twice each):
Warning: mysql_num_fields() expects parameter 1 to be resource, boolean given in /.../wp-content/plugins/wp-security-scan/res/inc/WsdUtil.php on line 304 Warning: mysql_fetch_row() expects parameter 1 to be resource, boolean given in /.../wp-content/plugins/wp-security-scan/res/inc/WsdUtil.php on line 307
In general, though, thank you for this excellent plugin!
- The topic ‘database backup trips on mysql_num_fields() & mysql_fetch_row()’ is closed to new replies.