• Have to switch back and forth to other versions of PHP7 to ensure compatibility. Switching to PHP7.0 (min. req. for WooCommerce) crashes the site with this entry in debug.log:

    PHP Parse error: syntax error, unexpected '?' in \plugins\term-management-tools\classes\class-Base.php on line 111

    Please consider a more graceful handling of such prerequisite. For example, by initializing the plugin only when the PHP version is met:

    \plugins\term-management-tools\term-management-tools.php line 45:

    if (version_compare(PHP_VERSION, '7.1.0') >= 0)
    init_term_management_tools();

    Thank you.

  • The topic ‘Handling of PHP < 7.1’ is closed to new replies.