Title: [Plugin: Easy Timer] Fatal Error
Last modified: August 19, 2016

---

# [Plugin: Easy Timer] Fatal Error

 *  Resolved [JonathanCox](https://wordpress.org/support/users/jonathancox/)
 * (@jonathancox)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-easy-timer-fatal-error/)
 * Woke up this morning to check my blog and had this error
 * Fatal error: Call to undefined function: date_default_timezone_set() in /home/
   kussme/public_html/wp-content/plugins/easy-timer/easy-timer.php on line 311
 * if there isnt a counter on the page, i get a similar error but in the footer.
 * any help would be greatly appreciated

Viewing 1 replies (of 1 total)

 *  Plugin Author [Kleor](https://wordpress.org/support/users/kleor/)
 * (@kleor)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-easy-timer-fatal-error/#post-1669364)
 * I just created a new version which fixes this bug:
 * [Download the latest version of Easy Timer](https://wordpress.org/extend/plugins/easy-timer/?output_format=md)
 * I have replaced this line:
 * `date_default_timezone_set('UTC');`
 * by:
 * `if (function_exists('date_default_timezone_set')) { date_default_timezone_set('
   UTC'); }`
 * In fact, it’s not a bug but a problem of server configuration. Easy Timer requires
   at least PHP 5.1. Read the FAQ of your host to know how to work with at least
   PHP 5.1.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Easy Timer] Fatal Error’ is closed to new replies.

 * ![](https://ps.w.org/easy-timer/assets/icon-256x256.png?rev=3396661)
 * [Easy Timer](https://wordpress.org/plugins/easy-timer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/easy-timer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/easy-timer/)
 * [Active Topics](https://wordpress.org/support/plugin/easy-timer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/easy-timer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/easy-timer/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Kleor](https://wordpress.org/support/users/kleor/)
 * Last activity: [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-easy-timer-fatal-error/#post-1669364)
 * Status: resolved