• I’m running a version of WPVIP and noticed a breaking change coming from the tokens code. This shuts down other ajax requests on the page.

    <br />
    <b>Warning</b>:  Invalid argument supplied for foreach() in <b>/srv/www/wp-content/themes/vip/plugins/apester-interactive-content-2.0/inc/qmerce-settings.class.php</b> on line <b>341</b>

    You could fix by validating that $input['auth_token'] exists before using it. $tokens = ( isset( $input['auth_token'] ) ? $input['auth_token'] : [] );

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

The topic ‘Breaking admin-ajax error’ is closed to new replies.