[Plugin: BC oAuth] can't change scope – header interferes with other plugin
-
I am using WordPress Mobile Pack as well as BC Oauth and when I try to change the scope for login using Google (in Google.php) to
https://www.googleapis.com/auth/userinfo.email OR
https://www.googleapis.com/auth/userinfo.profileI get the error
Warning: Cannot modify header information – headers already sent by (output started at /home/…/public_html/wp-content/plugins/bc-oauth/Classes/Google.php:131) in /home/…/public_html/wp-content/plugins/wordpress-mobile-pack/plugins/wpmp_switcher/wpmp_switcher.php on line 506
They are both trying to set a cookie in the header, which is causing the problem, but it works with the current scope:
https://www.google.com/m8/feeds/contacts/default/fullAny ideas of how to fix this?
- The topic ‘[Plugin: BC oAuth] can't change scope – header interferes with other plugin’ is closed to new replies.