• Resolved joergpe

    (@joergpe)


    Using EventOn Lite 2.2.20 or Pro 4.6.8 on PHP 8.2 I am getting
    Fatal Error: Uncaught Exception; DateTimeZone line 642

    The problem is located in includes/class_evo_helper.php get_default_timezones_array() line 488

    Please remove deprecated locations:

    America/Montreal
    America/Indianapolis
    Canada/Atlantic
    America/Godthab
    Etc/Greenwich
    CET
    Europe/Kiev
    Asia/Calcutta
    Asia/Dacca
    Asia/Saigon

    and use catach in get_timezone_array() line 629

    try {
    $DD->setTimezone( new DateTimeZone( $f ));
    }
    catch (Exception $e) {
    // invalid timezone name
    error_log(print_r($e->getMessage(), TRUE));
    continue;
    }


Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.