techspecx
Forum Replies Created
-
Hi Vinod,
The issue is I cannot get to the Index settings page. When I click on the Index button the site gets a cloudflare 504 timeout. I have tried Relevanssi and built an index to see if I was having an issue with my DB timing out but I wasn’t. So I deactivated your plugin. I will try again but what tables in the DB should I check to make sure everything is cleaned out.
Thank you.Regards,
techspecxHello Vinod,
I hope you are doing well and having a nice holiday. I attempted to build the index and it was built but with errors. And when I try to access the index I get a cloudflare timeout 504 error. Meaning I cannot access the index from my WordPress admin. Can you tell me what DB row or entry is the index so I can delete it or should I deactivate the plugin and try again. Any help or tips you have are welcomed.
Best Regards,techspecx
Hello Vinod,
I hope you are doing well. I am testing now and will let you know how the outcome is since I am building a new index and I have a lot of posts. Thank you for your fast reply and I will follow up.
Regards,
techspecxThanks, Peter. That worked. I appreciate your quick response and solution. Have a good day.
Hi Emre,
Thanks for your quick response. I conducted a Wordfence scan, and it still reports an issue with WP Fastest Cache. Although their webpage states that the vulnerable version is WP Fastest Cache Premium <= 1.7.4 and that we should update to version 1.7.5 or a newer patched version, my scan indicates:
- Plugin Name: WP Fastest Cache
- Current Plugin Version: 1.4.4
- Details: To protect your site from this vulnerability, it’s safest to deactivate and completely remove “WP Fastest Cache” until a fixed version is available. More information
- Vulnerability Information: Link
- Vulnerability Severity: 3.5/10.0 (Low)
I’ll reach out to WFPeter at Wordfence for more assistance or to keep him informed. If you believe everything is functioning properly on your end, it’s possible their software is mistakenly triggering the alert. Let me know if you need anything else.
Best,
techspecxHi Peter,
Thank you for your reply. I did notice one thing, all my back-end user pictures and profile pictures are not being displayed, but that is only in the back-end – the font end is fine.
I appreciate your answer and I wish you a good day.
Regards,
RobertHello Peter,
All those options I had to repair that issue did not work so I just uninstalled and reinstalled wordfence and now I see that I have a 5 in Maximum email alerts to send per hour and Update interval in seconds is set to 2. That should be good to go. I still do not have the option to set those numbers but if these are good numbers then I am happy.
Thank you again for your tech support and have a great day!Regards,
RobertHi Peter,
Hi Peter,
This is a live production website, so disabling plugins and switching to a temporary template could cause issues. I may disable a plugin I know I have had an issue with lately and see if that helps but I cannot disable all of the.
I monitor my database daily, but I just performed another check, repair, and optimization. I’ll keep an eye out to see if that message appears again. Thanks for sharing the link!
Regards,
RobertHello Peter,
Yes the update in seconds is set to 2. But there is no text box it is just there. Nothing has changed on my side and this has never happened before. My web site just automatically updated Wordfence which I have been doing for years. Do you rhink we should uninstall and reinstall?
See image:
https://imgur.com/a/9uUQZEF
Thank you again.Regards,
RobertHello Peter,
Thank you for your replay. I have a screenshot of what I see and I have no way of changing it.
Image:
https://imgur.com/a/CXTh81cThanks again.
Regards,
RobertForum: Reviews
In reply to: [Recent Posts Widget With Thumbnails] Help on a undefined array key randHello,
The message only appears at the bottom of the thumbnail set when I debug the site or setdefine( 'WP_DEBUG', true );in the configuration.You can see the message in the image here: link to image.
However, when I change the setting to
define( 'WP_DEBUG', false );, the message no longer appears.All settings are using the default configurations. Hope this helps.
Regards,
RobertForum: Reviews
In reply to: [Recent Posts Widget With Thumbnails] Help on a undefined array key randHello,
Thank you for your quick reply, but I already disabled the message but thank you for your additional information. Keep up the great work on a great plugin.
Regards,
Robert
Hello Ankush,
Thank you for a wonderful reply. Your plugin to me is one of the best and I truly am grateful for your programming expertise in creating a beautiful plugin. Thank you again for your attention to my concern and I must say the most recent update did not need the Permalinks flush fix, it just worked excellent.
Regards,
techspecXThank you to Jason Ryan (@viablethought) for the correct way to remedy this – which should have not happened in the first place.
Go to Wordfence -> All Options -> Advanced Firewall Options -> Manually Refresh Rules and then run a new Scan
- This reply was modified 1 year, 6 months ago by techspecx.
Forum: Fixing WordPress
In reply to: Old WordPress core files not removed during updateFrom the shell you could do this:
Navigated to the site that had the issue:
cd /var/www/yourwebsite.com/public_html/wp-includes/blocks/block/From there just enter in the command below and all files that needed to be removed will be removed:
rm -rf editor.css editor.min.css editor-rtl.css editor-rtl .min.cssFrom Wordfence dashboard:
Just click on the file and there should be a DELETE FILE button just press it.
I work in my shell so I do the shell route to make sure they are really deleted.
Regards.
TSX
- This reply was modified 1 year, 10 months ago by techspecx.