Title: admin error
Last modified: August 21, 2016

---

# admin error

 *  Resolved [hermannf](https://wordpress.org/support/users/hermannf/)
 * (@hermannf)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/admin-error-3/)
 * Hi
    If the admin post a comment I get this error: Warning: mysql_fetch_row() 
   expects parameter 1 to be resource, boolean given in /home/www/administrator/
   wp-content/plugins/send-email-only-on-reply-to-my-comment/send-email-only-on-
   reply-to-my-comment.php on line 351
 * Warning: mysql_fetch_row() expects parameter 1 to be resource, boolean given 
   in /home/www/administrator/wp-content/plugins/send-email-only-on-reply-to-my-
   comment/send-email-only-on-reply-to-my-comment.php on line 355
 * Warning: Cannot modify header information – headers already sent by (output started
   at /home/www/administrator/wp-content/plugins/send-email-only-on-reply-to-my-
   comment/send-email-only-on-reply-to-my-comment.php:351) in /home/www/administrator/
   wp-includes/pluggable.php on line 876
 * [http://wordpress.org/plugins/send-email-only-on-reply-to-my-comment/](http://wordpress.org/plugins/send-email-only-on-reply-to-my-comment/)

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

 *  Plugin Author [yasirwazir](https://wordpress.org/support/users/yasirwazir/)
 * (@yasirwazir)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/admin-error-3/#post-4274331)
 * Hello,
 * In WordPress config.php file, have you turned on debugging mode?
 * Are you using the following commands in config.php?
 * // Turns WordPress debugging on
    define(‘WP_DEBUG’, true);
 * // Tells WordPress to log everything to the /wp-content/debug.log file
    define(‘
   WP_DEBUG_LOG’, true);
 * // Doesn’t force the PHP ‘display_errors’ variable to be on
    define(‘WP_DEBUG_DISPLAY’,
   false);
 * // Hides errors from being displayed on-screen
    @ini_set(‘display_errors’, 1);
 * If you post a comment as a normal visitor, do you still see any warnings?
 *  Plugin Author [yasirwazir](https://wordpress.org/support/users/yasirwazir/)
 * (@yasirwazir)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/admin-error-3/#post-4274420)
 * Hello,
 * I have fixed the bug. Plugin is now updated and you will not see any more Warnings.
 *  Thread Starter [hermannf](https://wordpress.org/support/users/hermannf/)
 * (@hermannf)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/admin-error-3/#post-4274463)
 * Hi!
    Now it is working perfect! Thank you!

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

The topic ‘admin error’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/send-email-only-on-reply-to-my-comment.
   svg)
 * [Send email only on Reply to My Comment](https://wordpress.org/plugins/send-email-only-on-reply-to-my-comment/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/send-email-only-on-reply-to-my-comment/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/send-email-only-on-reply-to-my-comment/)
 * [Active Topics](https://wordpress.org/support/plugin/send-email-only-on-reply-to-my-comment/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/send-email-only-on-reply-to-my-comment/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/send-email-only-on-reply-to-my-comment/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [hermannf](https://wordpress.org/support/users/hermannf/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/admin-error-3/#post-4274463)
 * Status: resolved