Authorization appears to be broken
-
I am working to get this plugin set up for a client, and after using someone’s suggestion to fix the headers issue when activating the plugin, there are multiple issues trying to authorize the plugin with the service.
The following shows up after I’m prompted to login at Constant Contact, do so and hit accept to return to the site’s dashboard:
Warning: Illegal offset type in ...../wp-includes/class-wp-error.php on line 243 Warning: array_key_exists() expects parameter 2 to be array, null given in ...../wp-content/plugins/constant-contact-api/vendor/constantcontact/constantcontact/src/Ctct/Auth/CtctOAuth2.php on line 74 Warning: Cannot modify header information - headers already sent by (output started at ...../wp-includes/class-wp-error.php:243) in ...../wp-includes/pluggable.php on line 1178
If I do back to the dashboard after this, the plugin pages have two sets of errors. The following appears below the admin bar, pushing he left menu and content area down:
Warning: Invalid argument supplied for foreach() in ...../wp-content/plugins/constant-contact-api/vendor/constantcontact/constantcontact/src/Ctct/Services/ListService.php on line 30 Warning: Invalid argument supplied for foreach() in ...../wp-content/plugins/constant-contact-api/vendor/constantcontact/constantcontact/src/Ctct/Services/ListService.php on line 30 Warning: Invalid argument supplied for foreach() in ...../wp-content/plugins/constant-contact-api/vendor/constantcontact/constantcontact/src/Ctct/Services/ListService.php on line 30
And in the content area itself is:
Warning: trim() expects parameter 1 to be string, object given in ...../wp-includes/formatting.php on line 376 Catchable fatal error: Object of class WP_Error could not be converted to string in...../wp-includes/formatting.php on line 379
Any assistance would be greatly appreciated. Thank you.
- The topic ‘Authorization appears to be broken’ is closed to new replies.