• A couple of PHP warnings are being generated by this plugin because the first line of plugin.php is pointing to a file that does not exist. In other words, the following line should be removed from that file:

    
    @include_once(dirname(dirname(__FILE__)) . '/comment-notifier-extras.php');
    
  • The topic ‘PHP Warnings’ is closed to new replies.