• If you are using php8 and you do *not* have acf active, you get a fatal error:
    Uncaught TypeError: call_user_func_array(): Argument #1 ($function) must be a valid callback, non-static method easy_acf_connect::easy_acf_admin_error_need_acf() cannot be called statically....

    With PHP 7.4 you get a warning
    Deprecated: Non-static method easy_acf_connect::easy_acf_admin_error_need_acf() should not be called statically

  • The topic ‘PHP8 issues.’ is closed to new replies.