Unable to Activate Plugin and/or Generate Reports
-
Matt, thank you for the amazing plugin (I have used previous versions in the past). However, I am having an issue with my newest setup and have started this new support thread (as requested in another post).
The basic problem is that I am unable to properly activate the plugin and/or generate reports. Below is the notice I am still receiving in the “reports list” tab. Below that is the list of troubleshooting steps I have taken so far.
ERROR NOTICE:
No Pagespeed Reports Found. Google Pagespeed may still be checking your pages. If problems persist, see the following possible solutions: Make sure that you have entered your Google API key on the Options page. Make sure that you have enabled “PageSpeed Insights API” from the Services page of the Google Console. The Google Pagespeed API may be temporarily unavailable.
INFORMATION & TROUBLESHOOTING STEPS TAKEN:
-WP 3.8.1 hosted on Dotster.com (Unix Based)
-version 1.0.3 of the Pagespeed plugin
-Running PHP 5.3
-SQL Safe Mode Sttings:
[SQL]
; https://php.net/sql.safe-mode
sql.safe_mode = Off-PHP Safe Mode Settings:
; Safe Mode
; https://php.net/safe-mode
safe_mode = Off-Disabled all other plugins
-Created a new Google project
-Activated the Pagespeed Insights API
-Did NOT use any referring domain in the API setup
-Verified that the correct API is entered into the plugin
-Verified Connectivity to google via the “Reports” tab in the Google API console
-Google API Method used: “pagespeedonline.pagespeedapi.runpagespeed”
-Verified that there were NO errors in Google API console
-Attempted to Run the plugin using all methods (WP Cron, Ajax, and Session Flush)
-Received a blank page when accessing the /wp-cron.php?doing_wp_cron testing page (I don’t know what that result means)
-I did NOT install a “Real Cron” as you documented here (https://wpdailybits.com/blog/replace-wordpress-cron-with-real-cron-job/74) because I cannot find any reference to that within my hosting options
-Verified web version functionality of Pagespeed testing at: https://developers.google.com/speed/pagespeed/insights/
-Verified a clean htaccess file:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress-After saving settings and choosing “Save Options and Force Recheck All Pages”,I even receive two notices on the reports page as if it is working properly. The first is “Google Pagespeed is running in the background. Progress…”(However I do not actually see a progress bar), and the second is “Google Pagespeed has finished checking pagespeed scores. Refresh to see new results”. After clicking to refresh, it just goes back to the original error.
MY GUESSES:
-Possible an issue with displaying the progress bar, and therefore interfering with the display of the reports?
-Possible an issue with the data from google being correctly processed into a score & chart format?
-Possible issue with my host provider that I have not thought of yet?
ANY IDEAS?
- The topic ‘Unable to Activate Plugin and/or Generate Reports’ is closed to new replies.