• Resolved jdegraaf

    (@jdegraaf)


    Whenever I try to add an event to my site, I get this:

    Fatal error: Call to undefined method DateTime::createFromFormat()in …/wp-content/plugins/the-holiday-calendar/posts/post-manager.class.php on line 44

    Is there something I’m doing wrong?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author mva7

    (@mva7)

    Hi,

    DateTime::createFromFormat() was introduced in PHP 5.3. And most likely you have an older version.

    Regards,

    Mva7

    • This reply was modified 7 years, 10 months ago by mva7.
    Thread Starter jdegraaf

    (@jdegraaf)

    Ah; that would be it. I have been a bit lax in updating my PHP. Thanks for the speedy response!

    • This reply was modified 7 years, 10 months ago by jdegraaf.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fatal Error: Undefined Method DateTime’ is closed to new replies.