ojobson
Forum Replies Created
-
I have added ingress and egress firewall rules for the dev IP addresses (there are no rules blocking egress from the wordpress app, but I added these ‘exceptions’ anyway.
I have enabled the options for op and varnish cache and cleared all caches.
Upload limit is 128MB.
Unfortunately the issue ‘Failed to fetch’ persists.
I also suspect that the cache isn’t working properly either as there are only ever between 1 and 3 cache files and the number keeps resetting back to 1.
Is there a way to completely uninstall the plugin and then attempt to reinstall?
Thanks
I’ve just gone in now (have made no other changes to WordPress or the server today) and it now just says ‘load failed’ where it used to say ‘failed to fetch’ – and no other information or error message is/was provided.
See this screenshot I tweeted.
I believe I have memcached running, but no other optimisation system running. I do have jetpack (have tried turning that off too) but I have disabled jetpack’s optimisation tools.
- This reply was modified 4 years, 3 months ago by ojobson.
I’ve just created a blank file in its place for now and that seems to have stopped the errors. I use GTM so I don’t use (I think) the autotrack scripts that are built into AI1SEO.
I found a thread about this in the GA forums and they said it wasn’t a question for them:
https://support.google.com/analytics/thread/70014737?hl=enAnother thread points to this potentially being a safari only issue:
https://ww.wp.xz.cn/support/topic/404-error-for-autotrack-js-map-only-in-safari/That thread points to step 8 in another page potentially solving the issue. That page has now evolved and there is no step 8.
ok, so the file doesn’t exist in my files and something appears to be requesting it – so it isn’t being found and it’s the 404 error page at that address that is registering as a page view.
I don’t think the GA forums will be able to help with that? I could be wrong.
Forum: Fixing WordPress
In reply to: No thumbnails visible when adding media to postUpdate 2
So, when I originally moved over to https I added the following to config.php
define('WP_SITEURL', 'https://siteurl.com');I removed this and in settings > general the value for site address changed back to http://siteurl.com.
I changed this to https, saved the changes and hey presto, the add media button is up an running – all media thumbnails are showing and when I add media to the posts.
Forum: Fixing WordPress
In reply to: No thumbnails visible when adding media to postUpdate – my site uses SSL and after looking at the text view of the post body on post.php I can see the img tags are referencing http urls in the ‘src’ value. If I change the link to https then the images appears in the visual editor as it should.
So I have a hypothesis that the media management tool available on post.php is using http references to the image files. How I can I tell wordpress to use https here?
- This reply was modified 8 years ago by ojobson.
Forum: Fixing WordPress
In reply to: Fatal error – updating to 4Did that solve your problem Ezabeth? I have the same issue.
I also have this very same problem after installing this plugin. Each time I save the page, a new custom field (as detailed above) is added. I now have a long list of dvew_checkbox custom fields all with the value of 1. doesn’t look good at all and is cnfusing for other users.
Any idea what might be happening here?
Wonderful little plugin!! Cheers.
Forum: Installing WordPress
In reply to: WordPress and Master/Slave MySQL replicationNo problem – there are 3 components – I’ve noted down a quick readme too. Hopefully it should make sense to you.
Forum: Fixing WordPress
In reply to: how to locate 404 linksapparently this is a jquery issue and according to the google forums it shouldn’t affect your site’s crawling, indexing or ranking. You can block the page using robots.txt or use a 301 redirect in .htaccess to prevent the error from appearing in webmaster tools.
Forum: Fixing WordPress
In reply to: how to locate 404 linksbtw, I’m talking about the reported missing page: ‘www.mydomain.com/a’
Forum: Fixing WordPress
In reply to: how to locate 404 linksI have the same issue – not really sure what is going on here: I have XML-sitemaps installed but I don’t know where google is finding this link as it doesn’t exist on any of my pages (apparently every page in google is pointing at this mysterious address and I’m positive it’s not!)
Forum: Installing WordPress
In reply to: WordPress and Master/Slave MySQL replicationHi,
I use a staging platform for development and then I wrote a script to upload new content, dump/import the db to the live, load-balanced servers via ssh / rsync.
This avoided having to look into any db clustering which was beyond the scope of our IT team’s resources.
You can find details here.
Let me know if you have any questions / interested in the script I used.Cheers,