• D.

    (@dustinbvh)


    Hi,

    When including the NIKI plugin it creates a fatal error by default.
    It can be fixed if you add a try-catch function on line 141 @ /niki-api-client/niki-api-client.php like:
    try {
    $niki_call = get_query_var( “niki-call”, false);
    } catch( Throwable $e ) {
    $niki_call = null;
    }

    Kind regards,
    D.

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

The topic ‘WordPress 4.9.1 bug’ is closed to new replies.