Scott
Forum Replies Created
-
Fixed. I changed the following nginx block on the bad site to the one used on the good site:
Old:
location / { try_files $uri $uri/ /index.php; } location /community { try_files $uri $uri/ /community/index.php; }New:
location / { try_files $uri $uri/ @ee; } location @ee { rewrite ^(.*) /index.php?$1 last; } location /community { try_files $uri $uri/ /community/index.php; }This fixed everything.
- This reply was modified 3 years, 7 months ago by Scott.
I have the rest api error on the problem site but not on the good site. I also use CentMinMod. That’s what led me to toggling the permalink setting.
Just typed a step by step outline of what I just did and WP erased it. I’m not doing that again.
Progress from this topic:
I toggled the permalink setting from plain and back to day and name again. That eliminated the dashboard error.
PageSpeed Insights and and Analytics have empty: Strategy/metrics error now.
The error remains. Form submitted. Same as before.
Forum: Plugins
In reply to: [Better RSS Widget] Deprecated funtion in php8@lenasterg Still getting Fatal error: Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /path-to/wp/wp-includes/class-wp-widget-factory.php on line 61 and at least 2 expected in /path-to/wp/wp-includes/class-wp-widget.php:162
Any ideas?
{“wp-auth-check”:true,”server_time”:1665774325}
All from admin-ajax.php
Both sites have this.
- This reply was modified 3 years, 8 months ago by Scott.
Forum: Plugins
In reply to: [Better RSS Widget] Deprecated funtion in php8@lenasterg Are you still using this? I’m glad I’m not the only one. I have been worried about security risks and compatibility for years. This plug-in is so much nicer than the default RSS widget.
Same error.
TypeError: Cannot read properties of null (reading '0') at googlesitekit-modules-search-console-b481361f52a83a18e8cf.js:15:1011 at e.exports (googlesitekit-vendor-1fc88689387e751c7c47.js:7:566025) at e.exports (googlesitekit-vendor-1fc88689387e751c7c47.js:7:913947) at j (googlesitekit-modules-search-console-b481361f52a83a18e8cf.js:15:971) at _ (googlesitekit-modules-search-console-b481361f52a83a18e8cf.js:15:1341) at Overview (googlesitekit-modules-search-console-b481361f52a83a18e8cf.js:40:17605) at Ih (googlesitekit-vendor-1fc88689387e751c7c47.js:7:728985) at wi (googlesitekit-vendor-1fc88689387e751c7c47.js:7:774076) at ga (googlesitekit-vendor-1fc88689387e751c7c47.js:7:759680) at Zj (googlesitekit-vendor-1fc88689387e751c7c47.js:7:759605) Pi @ googlesitekit-vendor-1fc88689387e751c7c47.js:7 googlesitekit-dashboard-48dadfcd87c40570a538.js:15 Caught an error: TypeError: Cannot read properties of null (reading '0') at googlesitekit-modules-search-console-b481361f52a83a18e8cf.js:15:1011 at e.exports (googlesitekit-vendor-1fc88689387e751c7c47.js:7:566025) at e.exports (googlesitekit-vendor-1fc88689387e751c7c47.js:7:913947) at j (googlesitekit-modules-search-console-b481361f52a83a18e8cf.js:15:971) at _ (googlesitekit-modules-search-console-b481361f52a83a18e8cf.js:15:1341) at Overview (googlesitekit-modules-search-console-b481361f52a83a18e8cf.js:40:17605) at Ih (googlesitekit-vendor-1fc88689387e751c7c47.js:7:728985) at wi (googlesitekit-vendor-1fc88689387e751c7c47.js:7:774076) at ga (googlesitekit-vendor-1fc88689387e751c7c47.js:7:759680) at Zj (googlesitekit-vendor-1fc88689387e751c7c47.js:7:759605) Object value @ googlesitekit-dashboard-48dadfcd87c40570a538.js:15 googlesitekit-vendor-1fc88689387e751c7c47.js:7 TypeError: Cannot read properties of null (reading '0') at googlesitekit-modules-search-console-b481361f52a83a18e8cf.js:11:24941 at Array.forEach (<anonymous>) at v (googlesitekit-modules-search-console-b481361f52a83a18e8cf.js:11:24895) at SearchConsoleStats (googlesitekit-modules-search-console-b481361f52a83a18e8cf.js:40:22668) at Ih (googlesitekit-vendor-1fc88689387e751c7c47.js:7:728985) at wi (googlesitekit-vendor-1fc88689387e751c7c47.js:7:774076) at ga (googlesitekit-vendor-1fc88689387e751c7c47.js:7:759680) at Zj (googlesitekit-vendor-1fc88689387e751c7c47.js:7:759605) at Lj (googlesitekit-vendor-1fc88689387e751c7c47.js:7:756951) at googlesitekit-vendor-1fc88689387e751c7c47.js:7:715381 Pi @ googlesitekit-vendor-1fc88689387e751c7c47.js:7 googlesitekit-dashboard-48dadfcd87c40570a538.js:15 Caught an error: TypeError: Cannot read properties of null (reading '0') at googlesitekit-modules-search-console-b481361f52a83a18e8cf.js:11:24941 at Array.forEach (<anonymous>) at v (googlesitekit-modules-search-console-b481361f52a83a18e8cf.js:11:24895) at SearchConsoleStats (googlesitekit-modules-search-console-b481361f52a83a18e8cf.js:40:22668) at Ih (googlesitekit-vendor-1fc88689387e751c7c47.js:7:728985) at wi (googlesitekit-vendor-1fc88689387e751c7c47.js:7:774076) at ga (googlesitekit-vendor-1fc88689387e751c7c47.js:7:759680) at Zj (googlesitekit-vendor-1fc88689387e751c7c47.js:7:759605) at Lj (googlesitekit-vendor-1fc88689387e751c7c47.js:7:756951) at googlesitekit-vendor-1fc88689387e751c7c47.js:7:715381 Object value @ googlesitekit-dashboard-48dadfcd87c40570a538.js:15Also, if you go to front page and select Sit Kit in the back bar on top, Total Users and Total Sessions kick errors:
Data error in Analytics
Request parameter is empty: metrics.while impressions and clicks do not.
Site Health sent.
I tried resetting it about 4-5 times. Same error in the end. I had no errors on my other property being hosted on same machine, using all the same accounts.
Site Kit never performed correctly on this property.
- This reply was modified 3 years, 8 months ago by Scott.
Diagnostic email sent.
This email was sent from your website “XXXXXXXX” by the Wordfence plugin at Wednesday 27th of July 2022 at 04:33:15 PM
The Wordfence administrative URL for this site is: http://www.XXXXXXXXXX.com/wp-admin/admin.php?page=Wordfence
A user with username “ssm” who has administrator access signed in to your WordPress site.
User IP: 83.166.243.137
User hostname: 83.166.243.137
User location: RussiaForum: Plugins
In reply to: [Advanced Ads – Ad Manager & AdSense] Cannot insert in-feed ads in GenesisI do not use the static page. I use the your latest posts option. It does not show ads inserted after the fourth post and after the seventh post as configured in the plug-in.
- This reply was modified 3 years, 11 months ago by Scott.