• After switching to PHP 8.0, the plugin causes a fatal error.
    Will there be an update soon so that PHP 8.0 and higher is supported?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello henner-h,

    please look at “all-in-one-event-calendar\apiki” , open the file “timley.php” and search for

    if ( ! defined( ‘TIMELY_REQUIRED_PHP_VERSION’ ) ) {
    define( ‘TIMELY_REQUIRED_PHP_VERSION’, ‘7.2’ );

    and change the version to 8.0, it works on my site.

    Thread Starter henner-h

    (@henner-h)

    Hello fahrrad,

    unfortunately, it doesn’t work for me.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘fatal error by PHP 8.0’ is closed to new replies.