• Resolved Drivingralle

    (@drivingralle)


    Hey!

    While checking the error logs of multiple client projects with a lot of old content and many ads from before the last major release I found a huge amount of this PHP notice.

    Warning: Trying to access array offset on null

    The source:

    // Advanced_Ads_Display_Conditions::check_post_ids() #1107/
    $post = $ad->get_prop( 'ad_args.post' );
    $post_id = $post['id'];

    All the ads seam to work.

    I added a check as a Hotfix to my code but a regular check inside the plugin would be great.

    Greetings
    derRALF

The topic ‘PHP Notice: Warning: Trying to access array offset on null’ is closed to new replies.