When I access the settings page, I get the error message “Nothing found” (404). URL not found is http://laer-sko-skinn.no/wp-admin/options-general.php?page=ga_activate.
Here are the error messages I get when I access the setting page with debug on:
Notice: load_plugin_textdomain was called with an argument that is deprecated since version 2.7 with no alternative available. in .../wordpress/wp-includes/functions.php on line 2724
Notice: date_default_timezone_set() [function.date-default-timezone-set]: Timezone ID 'UTC-2' is invalid in .../wordpress/wp-content/plugins/event-calendar-3-for-php-53/tz.php on line 27
Notice: date_default_timezone_set() [function.date-default-timezone-set]: Timezone ID 'UTC-2' is invalid in .../wordpress/wp-content/plugins/event-calendar-3-for-php-53/tz.php on line 27
Notice: register_widget_control er utgått siden versjon 2.8! Bruk wp_register_widget_control() isteden. in .../wordpress/wp-includes/functions.php on line 2638
Notice: register_widget_control er utgått siden versjon 2.8! Bruk wp_register_widget_control() isteden. in /.../wordpress/wp-includes/functions.php on line 2638
Notice: load_plugin_textdomain ble forespurt med et argument som er utgått siden versjon 2.7! med ingen alternativer tilgjengelige. in /home/laersgpi/public_html/wordpress/wp-includes/functions.php on line 2724
Notice: has_cap ble forespurt med et argument som er utgått siden versjon 2.0! Bruk av brukernivåer i innstikk og temaer er utgått. Bruk roller og rettigheter i stedet. in /home/laersgpi/public_html/wordpress/wp-includes/functions.php on line 2722
Notice: Undefined variable: favi_dom in .../wordpress/wp-content/plugins/shockingly-simple-favicon/shockingly-simple-favicon.php on line 98
Notice: Undefined variable: favi_dom in .../wordpress/wp-content/plugins/shockingly-simple-favicon/shockingly-simple-favicon.php on line 98
Notice: has_cap ble forespurt med et argument som er utgått siden versjon 2.0! Bruk av brukernivåer i innstikk og temaer er utgått. Bruk roller og rettigheter i stedet. in .../wordpress/wp-includes/functions.php on line 2722
Warning: Cannot modify header information - headers already sent by (output started at /home/laersgpi/public_html/wordpress/wp-includes/functions.php:2724) in .../wordpress/wp-includes/pluggable.php on line 881
Are you running WordPress in a sub directory? And are you using the latest version of the Google Analyticator plugin?
Ben
Yes I am running WordPress in a sub directory. No, I used version 6.3.3 which was the newest when I wrote the first post. I upgraded to 6.3.4 and now I can access the options page. I entered the new autentication code, but when I go to my homepage, I get the following error:
Fatal error: Uncaught exception 'Google_ServiceException' with message 'Error calling GET https://www.googleapis.com/analytics/v3/data/ga?ids=ga%3Aga%3A51663728&start-date=2012-08-22&end-date=2012-09-20&metrics=ga%3Avisitors: (400) Invalid value 'ga:ga:51663728'. Values must match the following regular expression: 'ga:[0-9]+'' in /home/laersgpi/public_html/wordpress/wp-content/plugins/google-analyticator/google-api-php-client/src/io/Google_REST.php:66 Stack trace: #0 /home/laersgpi/public_html/wordpress/wp-content/plugins/google-analyticator/google-api-php-client/src/io/Google_REST.php(36): Google_REST::decodeHttpResponse(Object(Google_HttpRequest)) #1 /home/laersgpi/public_html/wordpress/wp-content/plugins/google-analyticator/google-api-php-client/src/service/Google_ServiceResource.php(177): Google_REST::execute(Object(Google_HttpRequest)) #2 /home/laersgpi/public_html/wordpress/wp-content/plugins/google-analyticator/google-api-php-client/src/contrib/Google_AnalyticsService.php(274): Google_ServiceResource->__call('get', in /home/laersgpi/public_html/wordpress/wp-content/plugins/google-analyticator/google-api-php-client/src/io/Google_REST.php on line 66
Thread Starter
ZooL
(@zool)
Gave it another chance today using the plugin’s newest version (6.3.4) on a fresh WP installation (v. 3.4.2). I’m still getting the very same error: it’s as if the “Settings” page URL is broken.
What I noticed this time is that the Google Authentication Code that I got [ 4/wgEWti2TS-4VIpsSyNor6ane7JYn.0q-STt6gUFIVOl05ti8Z3TYLJx3JdQI ] contains a slash character; could this be the reason of the problem? Is it possible that this special characeter is not rendered properly somewhere in the settings page code?
Just a thought…
X.