zerolizer0
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Double URL and broken linksThank you pxforti.
I think the double url must have been a mistake on my part I somehow made when I wrote the post. So I just fixed the one I’ve found.
When I search for http:liberatingthespirit.com (without the //) then there are 713 results.
But when I run this command UPDATE wp_gczrwa9rkw_posts SET post_content=(REPLACE (post_content, ‘<img src=”http:liberatingthespirit.com’,'<img src=”https://liberatingthespirit.com’)); 0 rows are affected.
What am I still doing wrong?
Forum: Fixing WordPress
In reply to: Double URL and broken linksThank you. That worked.
However, it didn’t affect anything. “0 rows affected”.Is that because the url is the same? And if so how do I get around that?
Forum: Fixing WordPress
In reply to: Double URL and broken linksNow I get another error.
#1054 – Unknown column ‘a€?liberatingthespirit.coma€?’ in ‘field list’
I used this command: UPDATE wp_gczrwa9rkw_posts SET post_content=(REPLACE (post_content, ‘liberatingthespirit.com’,’liberatingthespirit.com’));
What does that mean?
Forum: Fixing WordPress
In reply to: Double URL and broken linksI could really use some help with this still. Could someone tell me why I get an error with this code: (REPLACE (post_content, ‘<img src=”http:liberatingthespirit.com’,'<img src=”https://liberatingthespirit.com’));
Thank you.
Forum: Fixing WordPress
In reply to: Double URL and broken linksI can’t get any of those searches to work.
Assuming this is correct: UPDATE wp_gczrwa9rkw_posts SET post_content=(REPLACE (post_content, ‘<img src=”http:liberatingthespirit.com’,'<img src=”https://liberatingthespirit.com’));
It just says: #1064 –
I’ve also tried to run various searches and I never get any result from liberatingthespirit, but I do get results if I just search for liberating. I’ve searched in both links and posts.
So, apparently I’m doing something wrong.
I thought I saw more than one double link but I can only find one right now, here https://liberatingthespirit.com/samsung-galaxy-note-8-inch-tablet-review/
(stolen in Tanzania)
I suppose it could have been a mistake on my part when I wrote the post and that it wasn’t because of the migration.Forum: Fixing WordPress
In reply to: Double URL and broken linksThank you pxforti.
I changed wp_posts to wp_gczrwa9rkw_posts and did the update. After some syntax errors I managed to get it right. But since the old and new URL is the same it didn’t make any difference. “0 rows affected”. So, I still have double links and missing pictures. Is there something else I can do?
Forum: Fixing WordPress
In reply to: Can’t make any changes to websiteThank you so much for your help both of you! The host had a cache running and I was able to disable it. Once again thank you. I really appreciate it!
Forum: Fixing WordPress
In reply to: Can’t make any changes to websiteI renamed the two cache files mentioned above and deactivated the fast velocity minify. Neither changed anything.
The rest of the installed plugins are:
Akismet Anti-Spam
Breadcrumb NavXT
Catch Updater (Deactivated)
Enhanced Media Library
Fast Secure reCAPTCHA
Fast Velocity Minify (Deactivated)
Jetpack
Official MailerLite Sign Up Forms
Organize Series
P3 (Deactivated)
ShortPixel Image Optimizer
Social Media Feather
WP DoNotTrack
WP-PageNavi
Yoast SEOI don’t think any of those cache. But I might be wrong?
Forum: Fixing WordPress
In reply to: Can’t make any changes to websiteYes, both of the cache plugins are uninstalled. I don’t have any cache plugin installed at the moment.
Since I don’t have any cache plugin installed is it then safe to delete any file named something with cache?
Like, I can see there’s an “object-cache.php.bak” file in WP Content and an “advanced-cache.php” in Public HTML. Can I delete these?
I’m not sure what the source code is. Is that the php files I can view in the editor or is it the files in the database?
Forum: Plugins
In reply to: [Fast Secure reCAPTCHA] Recaptcha not showing on Jetpack contact formThank you for your help Mike. It works now that I’ve disabled the Jetpack comments.
Forum: Plugins
In reply to: [Fast Secure reCAPTCHA] Recaptcha not showing on Jetpack contact formAlright I removed the head tag again as well as the site key from the comments.php.
Forum: Plugins
In reply to: [Fast Secure reCAPTCHA] Recaptcha not showing on Jetpack contact formHi Mike
I did remove the head tag but then it stopped working on the comments. So I added it again. It only works for the comments if I add the head tag and the data site key in the comments.php. If I remove either it stops showing up.
I don’t have any other recaptcha plugins installed. I wrote all the plugins I use in the previous comment.All the best.
Forum: Plugins
In reply to: [Fast Secure reCAPTCHA] Recaptcha not showing on Jetpack contact formHi Mike. Thank you.
I don’t have any other reCaptcha plugin installed.
If I remove the tag from the </head> the reCaptcha stops working.
These are all the plugins I’ve installed:
Akismet Anti Spam
Breadcrumb NavXT
Catch Updater (deactivated)
Enhanced Media Library
Fast Secure reCaptcha (obviously)
Fast Velocity Minify
Google Analytics for WordPress by MonsterInsights
Jetpack
Official MailerLite Sign Up Forms
Organize Series
P3 (Deactivated)
Shortpixel Image Optimizer
Social Media Feather
WP Super Cache
WP-PageNavi
Yoast SEOThat’s the plugins I’m using currently. Are there any incompatibility with any of those?
All the best.
Forum: Plugins
In reply to: [Fast Secure reCAPTCHA] Recaptcha not showing on Jetpack contact form