• Resolved kees78

    (@kees78)


    Hi,

    I get a fatal error when cloudinary plugin is active.

    Error: PHP Fatal error: Uncaught TypeError: array_intersect_key(): Argument #2 must be of type array, null given in … class-sync.php:376
    Line of code: $signature = array_intersect_key( $signature, $this->sync_types );

    When i deactivate this line of code the same error happens a few lines further:
    PHP Fatal error: Uncaught TypeError: array_intersect_key(): Argument #1 ($array) must be of type array, null given in class-sync.php:858
    Line of code: $ordered = array_intersect_key( $this->sync_types, $sync_items );

    Please advise what to do,

    Kind regards.

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

Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘error sync class file’ is closed to new replies.