Continuous auth check breaking widgets / settings page
-
Recently started having some trouble with this plugin after having it working for almost a year. Not sure if something changed on the Pardot side, or account side. The widgets page in WP admin will not load, nor the Pardot settings page, nor any post that has a Pardot widget used on it. It looks like there is a function being called to check the authentication that gets called endlessly.
In partdot-api-class.php there is the get_response() function. Around the section with the following comment:
/** * Try again after a successful authentication */
the function seems to call itself, perhaps to check again with some updated args?
$response = $this->get_response( $item_type, $args, $property, true );
In my case this appears to be called over and over, never getting whatever result it needs to not call itself again.
I’m not clear on what it’s trying to do here, or what it’s looking for to not have to call this function again.
Any idea on what might be going, perhaps on the account/Pardot side for it to be stuck in this loop?
- The topic ‘Continuous auth check breaking widgets / settings page’ is closed to new replies.