Title: Error shown
Last modified: August 30, 2016

---

# Error shown

 *  [selnomeria](https://wordpress.org/support/users/selnomeria/)
 * (@selnomeria)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/error-shown/)
 * when WP_DEBUG is enabled from wp-config.php
 * > [OnPaste.20151108-220004](https://imgur.com/786jJco)
 * [https://wordpress.org/plugins/facebook-comments-plugin/](https://wordpress.org/plugins/facebook-comments-plugin/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [selnomeria](https://wordpress.org/support/users/selnomeria/)
 * (@selnomeria)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/error-shown/#post-6728264)
 * SOLUTION for above,is:
    in **class-frontend.php**, you should insert this (instead
   of **$commenttitle.$commentcount**)
 *     ```
       (isset($commenttitle) ? $commenttitle : '') .   (isset($commentcount) ? $commentcount : '')
       ```
   
 * 2) Another problem:
    [http://i.imgur.com/ShLJaMc.png](http://i.imgur.com/ShLJaMc.png)
 * –>for this, solution is to insert this in class-admin.php 482 line
 *     ```
       if (isset( $_POST['_disable_fbc'] )) {
       .........
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Error shown’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/facebook-comments-plugin_577794.svg)
 * [Facebook Comments](https://wordpress.org/plugins/facebook-comments-plugin/)
 * [Support Threads](https://wordpress.org/support/plugin/facebook-comments-plugin/)
 * [Active Topics](https://wordpress.org/support/plugin/facebook-comments-plugin/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/facebook-comments-plugin/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/facebook-comments-plugin/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [selnomeria](https://wordpress.org/support/users/selnomeria/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/error-shown/#post-6728264)
 * Status: not resolved