Latest update producing PHP array errors

Home Forums Calendar Products Events Calendar PRO Latest update producing PHP array errors

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #32609
    Dawn
    Participant

    Warning: in_array() [ FUNCTION.IN-ARRAY ]: Wrong datatype for second argument
    When I google the error I see it is widespread.
    Upcoming events pages display the error.
    Something about arrays seems to have changed in 3.5

    Update: I wasn’t able to suppress the error with WP_DEBUG = False, but this did work:
    // hide error messages on upcoming events pages
    ini_set( “display_errors”, 0);

    #32613
    Barry
    Member

    Hi Dawn,

    Does this sound like the same issue you are seeing?

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Latest update producing PHP array errors’ is closed to new replies.