Title: Fatal error!
Last modified: August 20, 2016

---

# Fatal error!

 *  Resolved [Daniel J. Lewis](https://wordpress.org/support/users/djosephdesign/)
 * (@djosephdesign)
 * [15 years ago](https://wordpress.org/support/topic/fatal-error-295/)
 * Updating to 1.9.1 creates fatal errors on my blog, too. I’m running WordPress
   3.1.2 Network.

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

 *  [mccomb](https://wordpress.org/support/users/mccomb/)
 * (@mccomb)
 * [15 years ago](https://wordpress.org/support/topic/fatal-error-295/#post-2090186)
 * To fix this error, go to line 467 of intensedebate.php
 * Change:
 * `f ( ! in_array( $comment->comment_approved, apply_filters( 'id_comment_approved_blacklist',
   array( 'spam' ) ) ) ) {`
 * To:
 * `if ( ! in_array( $comment->comment_approved, apply_filters( 'id_comment_approved_blacklist',
   array( 'spam' ) ) ) ) {`
 * They have an ‘f’ instead of an ‘if’
 *  Moderator [James Huff](https://wordpress.org/support/users/macmanx/)
 * (@macmanx)
 * [15 years ago](https://wordpress.org/support/topic/fatal-error-295/#post-2090269)
 * We apologize for the delay. We were working hard a fix and we now have it ready
   in the 2.9.1 version of IntenseDebate (we decided not to bump the version number
   for this). There are three ways to fix this depending on your level of access:
 * 1. Delete the plugin from the Plugins section of your blog’s Dashboard and reinstall
   it.
 * 2. If you cannot access your Dashboard, you’ll need to access your server via
   FTP or SFTP [http://codex.wordpress.org/FTP_Clients](http://codex.wordpress.org/FTP_Clients)
   and navigate to the /wp-content/plugins/ directory. Once there, delete the /intensedebate/
   directory and all of the files within. Once that is done, return to the Plugins
   section of your blog’s Dashboard and reinstall the plugin.
 * 3. If you cannot access your server via FTP or SFTP, please contact your hosting
   provider to remove the /wp-content/plugins/intensedebate/ directory and files
   for you, then reinstall from the Plugins section of your blog’s Dashboard.
 * Please note that neither of these reinstall methods will affect your existing
   comments.
 * We apologize for the inconvenience.
 * mccomb, thanks for dropping by to post the fix!

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

The topic ‘Fatal error!’ is closed to new replies.

 * ![](https://ps.w.org/intensedebate/assets/icon.svg?rev=2833542)
 * [IntenseDebate Comments](https://wordpress.org/plugins/intensedebate/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/intensedebate/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/intensedebate/)
 * [Active Topics](https://wordpress.org/support/plugin/intensedebate/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/intensedebate/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/intensedebate/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [James Huff](https://wordpress.org/support/users/macmanx/)
 * Last activity: [15 years ago](https://wordpress.org/support/topic/fatal-error-295/#post-2090269)
 * Status: resolved