Viewing 15 replies - 1 through 15 (of 19 total)
  • What version of PHP are you using? The DateTime class doesn’t exist before version 5.2.

    Thread Starter AntonyDream

    (@antonydream)

    5.2.12

    @AntonyDream
    The plugin is failing to get your timezone. I will code a workaround for the next version of the plugin. Thank you for reporting this!

    Trac ticket: #219

    Thread Starter AntonyDream

    (@antonydream)

    Ok, after update to 1.2.3 and activation I get this (and again >.< can’t enter to admin page, until rollback)

    Fatal error: Call to a member function getOffset() on a non-object in ../wp-content/plugins/all-in-one-event-calendar/app/helper/class-ai1ec-events-helper.php on line 1017

    @AntonyDream
    Thanks for getting back. I will check to see what could be causing it.

    I have the same problem, can’t even enter admin area.

    @Hunterok
    What is your PHP version?

    Apache 2.2.21
    PHP 5.2.17
    MySQL 5.0.92-community-log

    any solutions? PLS! I need this plugin!

    Thread Starter AntonyDream

    (@antonydream)

    Me too ^.^

    Can you try running the following php code on your server and paste the output here:

    <?php
    echo 'DateTimeZone: ' . class_exists( 'DateTimeZone', false ) . PHP_EOL;
    echo 'DateTime: '     . class_exists( 'DateTime', false )     . PHP_EOL;
    echo 'Exception: '    . class_exists( 'Exception', false )    . PHP_EOL;

    Thread Starter AntonyDream

    (@antonydream)

    DateTimeZone: 1 DateTime: 1 Exception: 1

    @AntonyDream and @Hunterok
    Thank you. There is a new version 1.2.4 Can you try to see if you still get the same error?

    Thread Starter AntonyDream

    (@antonydream)

    Eah, still the same err on 1.2.4 T_T

    Fatal error: Call to a member function getOffset() on a non-object in ../wp-content/plugins/all-in-one-event-calendar/app/helper/class-ai1ec-events-helper.php on line 1017

Viewing 15 replies - 1 through 15 (of 19 total)
  • The topic ‘[Plugin: All-in-One Event Calendar] Crash on activation’ is closed to new replies.