michaelstrauss
Forum Replies Created
-
Hi Shawn
Thank you. I can confirm that this works on the one site that I have enabled it on in our multi-site implementation.
Does this mean I have to manually enable this option in the remaining 419 sites on my network? Or is there some other way to fix this globally?Thanks
MichaelNo other changes occurred at the time this started happening. The first reporting of this problem came a few hours after the plugin was updated to include these new security checks.
I have just temporarily changed the code in powerpressadmin.php so that the three tests that I initially mentioned above now have $ssrf_valid = true; i.e. removing these new tests. When I go do a verify, I am now getting a 404 error as well.
Then I remembered that I did make a networking related change after we started experiencing the verify failures – in an attempt to track down the issue. The change was in /etc/hosts. This was originally configured as:
127.0.0.1 localhost joy.org.au www.joy.org.au
I then changed it to127.0.0.1 localhost webwp1.joy.org.au webwp110.160.0.62 joy.org.au www.joy.org.auWhat I have just done is restore it to the original configuration. I then ran a verify on a file and it verified.
I have left /etc/hosts in place, it will be interesting to see if this now verifies for you or not.
I have reversed my temporary changes to powerpressadmin.php, and as I expected, I am getting the Invalid url message now when trying to perform the verify.
Thanks – Michael
Forum: Plugins
In reply to: [PowerPress Podcasting plugin by Blubrry] Failed Media URL Verification@libertytalk did you resolve this? This happened to us on the 16th of April. That same day PowerPress auto updated. PowerPress said that our url behaved weirdly because it downloaded with the link rather than played. It’s been like that for years and never been an issue.
We are running multisite WP 6.5
Forum: Plugins
In reply to: [W3 Total Cache] Website crash after upgrade to 2.3.2Yes I am doing everything at the OS terminal prompt. The update was done automatically. Which folder do you want me to check permissions on?
Forum: Plugins
In reply to: [W3 Total Cache] Website crash after upgrade to 2.3.2We are running multisite. I saw the FAQ about performing the upgrade after deactivating the plugin at the network level. When I first had the problem, I deactivated the plugin using wp-cli which allowed the website to work again. I tried reactivating and the problem came back.