fatal error message: Class ‘Google_ServiceResource’ not found
-
When I try to activate Google Analyticator, I get the following error message:
Fatal error: Class ‘Google_ServiceResource’ not found in /home2/myusername/public_html/mywebsite.com/wp-content/plugins/google-analyticator/google-api-php-client/src/contrib/Google_AnalyticsService.php on line 25
Does anyone have any idea how to fix it?
Here’s what the code shows now…17 /**
18 * The “data” collection of methods.
19 * Typical usage is:
20 * `
21 * $analyticsService = new Google_AnalyticsService(…);
22 * $data = $analyticsService->data;
23 * `
24 */
25 class Google_DataServiceResource extends Google_ServiceResource
26
27 }Things that led up to this:
I deactivated and deleted WordPress Super Cache plug-in today, the above problem started after that.
- The topic ‘fatal error message: Class ‘Google_ServiceResource’ not found’ is closed to new replies.