Title: Error
Last modified: August 20, 2016

---

# Error

 *  Resolved [fallenjack](https://wordpress.org/support/users/fallenjack/)
 * (@fallenjack)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/error-142/)
 * Hi,
 * I have been getting this error every so often on pages that have your plugin 
   on them.
 *     ```
       [06-Mar-2013 11:30:36 UTC] PHP Fatal error:  Call to a member function format() on a non-object in /home/xxx/public_html/xxx/wp-content/plugins/radiatedtwixel/radiatedtwixel.php on line 118
       ```
   
 * Cheers
 * [http://wordpress.org/extend/plugins/radiatedtwixel/](http://wordpress.org/extend/plugins/radiatedtwixel/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [radiatedpixel](https://wordpress.org/support/users/radiatedpixel/)
 * (@radiatedpixel)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/error-142/#post-3542652)
 * hi! sorry for the late response, didn’t get notification mails.
 * you’ll need at least php 5.3.0 on your server to use this function:
    [http://www.php.net/manual/en/datetime.createfromformat.php](http://www.php.net/manual/en/datetime.createfromformat.php)
 * it’s called by radiatedtwixel, so in order to use our plugin, please update your
   server’s php version.
 * if you’re not able to update your server, you may also manually edit the plugin
   and replace line 117 with
    `$dateTime = new DateTime('@' + $date);`
 * this might be included within the next update.
    greets

Viewing 1 replies (of 1 total)

The topic ‘Error’ is closed to new replies.

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

## Tags

 * [PHP Fatal error](https://wordpress.org/support/topic-tag/php-fatal-error/)

 * 1 reply
 * 2 participants
 * Last reply from: [radiatedpixel](https://wordpress.org/support/users/radiatedpixel/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/error-142/#post-3542652)
 * Status: resolved