mauricev2
Forum Replies Created
-
it wasn’t immediately how obvious how to disconnect from Dropbox, but I got it done. Also there is no setting to adjust the split size, but it wasn’t needed. Disconnecting and reconnecting the Dropbox worked. Thanks.
That worked. So I assume I don’t want this option while I am editing posts, only after the site has been prepared?
I figured it out. We at one point had the premium, so I uninstalled that and reinstalled the basic version and now it works.
The version is 2.16.26.24. It offers to update to 2.23.7.0, but this fails for no given reason.
Forum: Fixing WordPress
In reply to: password spontaneously changingIronically, I have this plugin, but never used it until today. It turns out I did have malware installed. Thank you for your help.
Forum: Fixing WordPress
In reply to: password spontaneously changingThat site finds nothing, but I’m not sure it truly supports a multisite installation or that it can dig into all the plugins.
Forum: Fixing WordPress
In reply to: strange permission errorI manually reinstalled WP 6.2 with no change. I also notice this in site health
REST API Response: (http_request_failed) cURL error 7
As there is no documentation, i discovered accidently, there is a shortcode, [ajax_load_more]. This, however, totally messes up the page, causing blog posts to randomly display and then to keep displaying the post I put the shortcode in. It also blows up the formatting for these randomly displayed posts. It may be incompatible with the Post Type Order plugin, which I use to order the posts.
+1
Forum: Networking WordPress
In reply to: why does WP store old site URLs and is it bad to “fix” them?It turns out there are a whopping 1590 incorrect links in the domain I referenced above (neuronair.einsteinmedneuroscience.org as opposed to neuronair.org), not 50, but I’m not seeing anywhere where this is having a detrimental effect. The site is working, so it’s not clear what these links are there to do (and this is a very tiny site).
Forum: Networking WordPress
In reply to: why does WP store old site URLs and is it bad to “fix” them?I think my post was confusing because I was describing a similar situation originating from two independent imports.
neuronair.org was a lone site imported to multisite with subdomain named neuronair.einsteinmedneuroscience.org. The importer correctly changed its name to neuronair.einsteinmedneuroscience.org. Now in WP, I changed the URL back to neuronair.org and the site seems functional. However, the database still has 50 references to neuronair.einsteinmedneuroscience.org and that seems odd even if the site appears working. It would seem there is a bug in WP for it to leave behind all these references and not update them.
The other site was a little more complicated because it started out as an IP address and many references to the IP address did not get updated to the incoming subdomain name and this I think was due to a bug in the importer because it wasn’t programmed to deal with sites utilizing an IP address.
Forum: Fixing WordPress
In reply to: site missing from dropdown menuThe cause is that my user (as super admin) wasn’t formally added to the site. Once I added it, it now appears in the list.
Forum: Networking WordPress
In reply to: Publishing failed. You are probably offline.What’s going on is that when I create or import a site for some reason, at least some of the time, the site is saved with the URL beginning with http and not https. When creating a new page, WordPress references it using http and the browser blocks mixed content causing the update to fail with the message that the site may be offline.
This appears to be a bug, but it’s not clear why others haven’t reported it. Reported as
https://core.trac.ww.wp.xz.cn/ticket/49992#ticketForum: Networking WordPress
In reply to: odd behavior with default rewrite rulesFile not found appears to be coming from php-fpm. By adding “ProxyErrorOverride On” to the FilesMatch section like so
<FilesMatch \.php$> SetHandler "proxy:fcgi://127.0.0.1:9000" ProxyErrorOverride On </FilesMatch>I am able to get the 404 document.