2016-02-26

First time tweaking my page in a really long time, so I'm trying to learn my way back in. I don't use WP much, so use kid gloves on me.

On the admin page, a lot of the links on the left give me this error page:

Fatal error: Uncaught exception 'Google_AuthException' with message 'Error refreshing the OAuth2 token, message: '{ "error" : "invalid_grant" }'' in /home/..../public_html/wp-content/plugins/google-analyticator/google-api-php-client/src/auth/Google_OAuth2.php:288 Stack trace: #0 /home/..../public_html/wp-content/plugins/google-analyticator/google-api-php-client/src/auth/Google_OAuth2.php(248): Google_OAuth2->refreshTokenRequest(Array) #1 /home/..../public_html/wp-content/plugins/google-analyticator/google-api-php-client/src/auth/Google_OAuth2.php(225): Google_OAuth2->refreshToken('1/6itkfbrrDWxpo...') #2 /home/..../public_html/wp-content/plugins/google-analyticator/google-api-php-client/src/service/Google_ServiceResource.php(167): Google_OAuth2->sign(Object(Google_HttpRequest)) #3 /home/..../public_html/wp-content/plugins/google-analyticator/google-api-php-client/src/contrib/Google_AnalyticsService.php(784): Google_ServiceResource->__call('list', Array) #4 /home/..../public_html/wp-content/plugin in /home/..../public_html/wp-content/plugins/google-analyticator/google-api-php-client/src/auth/Google_OAuth2.php on line 288

EDIT: Had to deactivate an analytics plugin and delete it. Seems to have worked. Just leaving it up in case anyone else has this issue.

Show more