Title: Throws Fatal Error
Last modified: August 21, 2016

---

# Throws Fatal Error

 *  [karlazz](https://wordpress.org/support/users/karlazz/)
 * (@karlazz)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/throws-fatal-error/)
 * This version 1.00 is missing a method called do_notifications and so it throws
   a fatal error and does not expire any posts. This will be broken in any version
   of WordPress since the plugin is missing code.
 * [http://wordpress.org/plugins/content-scheduler/](http://wordpress.org/plugins/content-scheduler/)

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

 *  [JochenT](https://wordpress.org/support/users/jochent/)
 * (@jochent)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/throws-fatal-error/#post-4235501)
 * This function still exists in version 0.9.9.
 * As the author does not take any action on this error since over 8 months it seems
   the best to copy that function from file content-scheduler.php of v0.9.9 into
   the same file of v1.0.0 at the same place. You do not have to change anything
   further. You can download the older version v0.9.9 when clicking on the Developers
   tab in this repo.
 * Alternatively you may take this code snippet and add it after function `process_expirations()`(
   after line 1155):
 *     ```
       function do_notifications( $posts_to_notify, $why_notify ) {
       	// notify people of expiration or pending expiration
       	include 'includes/send-notifications.php';
       }
       ```
   
 *  [peng1nz](https://wordpress.org/support/users/peng1nz/)
 * (@peng1nz)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/throws-fatal-error/#post-4235504)
 * Thanks JochenT, that fixed it for me.
 *  Thread Starter [karlazz](https://wordpress.org/support/users/karlazz/)
 * (@karlazz)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/throws-fatal-error/#post-4235505)
 * Me too! Thanks JochenT.
 *  [New Hope Church](https://wordpress.org/support/users/new-hope-church/)
 * (@new-hope-church)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/throws-fatal-error/#post-4235510)
 * JochenT, you are most awesome! Working for me now, too. Thanks so much for stepping
   in and offering a solution. This is/was a great plugin and I’ve missed being 
   able to use it.
 *  [gcmag](https://wordpress.org/support/users/gcmag/)
 * (@gcmag)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/throws-fatal-error/#post-4235511)
 * JochenT This has been a thorn in our side for months and i really appreciate 
   your work !!!

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

The topic ‘Throws Fatal Error’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/content-scheduler_e7ddf8.svg)
 * [Content Scheduler](https://wordpress.org/plugins/content-scheduler/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/content-scheduler/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/content-scheduler/)
 * [Active Topics](https://wordpress.org/support/plugin/content-scheduler/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/content-scheduler/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/content-scheduler/reviews/)

 * 5 replies
 * 5 participants
 * Last reply from: [gcmag](https://wordpress.org/support/users/gcmag/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/throws-fatal-error/#post-4235511)
 * Status: not resolved