rubiconcsl
Forum Replies Created
-
Hi Kush. Thanks for your reply.
As stated on my optimole thread, I’ve now rolled back the site to how it was before installing Super Page Cache. As the site is now loading successfully again, other than great performance, I’m leaving well alone. I’ve lost a couple of days on this and don’t really want to go through it again π
Hi. The reason it is not activated, is because I ended up restoring the site, back about a week. I couldn’t get things to work otherwise. So, I’m back as I was before I installed Super Page Cache. I’m probably going to leave it as it was and not now install Super Page Cache. Not ideal and not as quick a site as I’d like, but it at least all now loads π
Thanks @dimitrycleantalk
Looking in the WP activity log, I can see the deactivation deleted around 9 tables from the database e.g. xxx_cleantalk_connection_reports, xxx_cleantalk_sessions. I can see they have now been re-created. Maybe there was some duff data in them, that isn’t there after reactivating.
Whilst awaiting a reply, I took the engineers’ approach of “switch it off and back on again” i.e. deactivated the plugin and re-activated it. The error has gone away, even though I still can’t see the file it was looking for anywhere (well, not obviously related to CleanTalk anyway).
[public_html]$ pwd
/xxxx/xxx/public_html
[public_html]$ find . -name “cacert.pem” -type f 2>/dev/null
./wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/cacert.pem
./wp-content/plugins/updraftplus/includes/cacert.pem
./wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Resources/cacert.pem
./.wp-toolkit_v/wp-content/upgrade-temp-backup/plugins/wordfence/vendor/wordfence/wf-waf/src/cacert.pem
./.wp-toolkit_v/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/cacert.pem
./.wp-toolkit_v/wp-content/plugins/updraftplus/includes/cacert.pem
./.wp-toolkit_v/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Resources/cacert.pemAlthough this action has removed the problem, it would be good to know: –
a) what caused the issue? I only noticed the problem when I logged on to the admin pages. If I hadn’t, it could have been there for days, until I next happened to log in.
b) why was it looking for a file, that presumably it isn’t looking for now that I’ve deactivated/activated the plugin?
Support ticket opened.
Checking the logs on https://cleantalk.org/my/logs_mscan does suggest it’s got confused. It shows a recent scan has completed – but on the other WP site and I didn’t start a scan on there.
I will log out of the other site and try again on this site and see what happens.
I just went back to the malware scan. The page was blank. I pressed refresh and now it says the site hasn’t been scanned yet: –
System hasn’t been scanned yet. Please, perform the scan to secure the website.
View all scan results for this website, BackupsPerform ScanWebsite hasn’t been scanned yet.Jun 14 2025 09:00:14 UTC +00:00
Could it be an issue where I am logged in as admin on two different WP sites at the same time? Is the software getting confused with being installed on two WP sites? I’ve checked the access keys on the two sites and they are different.
All steps run.
Running the scan now.
Forum: Plugins
In reply to: [Football Pool] Is there a Demo or Showcase?Thanks. I forgot I asked already! I am though eventually, actively building a WP site and am embedding the phpBB forum in it. So maybe I’ll just install and play – after I watch the video.
Forum: Fixing WordPress
In reply to: Why is index.php being redirected?@gappiah – thanks for the reply.
The problem I have though is that index.php shouldn’t redirect. The only URIs that should redirect are either a single / or nothing (as per the apache RewriteRule. It searches for ^/?$ which means just a front slash, which is optional.
# php -- END cPanel-generated handler, do not edit RewriteCond %{HTTP_HOST} ^thepompeychimes\.net$ [OR] RewriteCond %{HTTP_HOST} ^www\.thepompeychimes\.net$ RewriteRule ^/?$ "https\:\/\/thepompeychimes\.net\/forum" [R=301,L]Before I installed WP, I had an index.php file and that didn’t redirect. I renamed that file index_pre_wordpress.php before I installed WP. That still doesn’t redirect. All the other files in the directory do not redirect. It’s just the newly created WP index.php that does. That’s what makes me think it is something going on in the background, where WP is stripping the index.php bit, which then does get picked up by the RewriteRule.
I have tested this just now. If I comment out the RewriteRule in .htaccess and enter https://thepompeychimes.net/index.php, nothing redirects and I see the WP home page. If I then put the RewriteRule back, https://thepompeychimes.net/index.php redirects to https://thepompeychimes.net/forum/. No other file redirects.
I think I’ll have to look around and see if I can create a rewrite that does the following. I’m sure it must be possible and then it simply won’t redirect me. It won’t be too much hassle to update the .htaccess file if my ip address changes: –
If ( (host is thepompeychimes.net OR host is www.thepompeychimes.net) AND (ip address isn't my ip address) ) Then RedirectForum: Plugins
In reply to: [WP w3all phpBB] Is this still being developed?Great – thanks π
I’ll have a stab at it then and let you know how I get on.
Oh and many thanks for providing this!
Forum: Plugins
In reply to: [LiteSpeed Cache] Every day – x-litespeed-cache: hit but x-qc-cache: missI’ve just seen the following on https://quic.cloud/faq/#cache, which may have an impact in what I’m seeing: –
Under the current CDN cache policy, pages are stored at a PoP for 24 hours from the last access. So, pages that donβt see much traffic will be removed from the PoPβs cache after about a day, but pages that are accessed at least once daily will remain in CDN cache up to 7 days.
Future plans include tiered regional caching, which will increase the CDN cache hit rate and allow us to cache pages in a nearby node longer term.
I’ll try making sure I access the homepage a few times a day and see if the MISS goes away.
Forum: Plugins
In reply to: [LiteSpeed Cache] Every day – x-litespeed-cache: hit but x-qc-cache: missThanks for the reply.
I hadn’t picked up on the localisation bit. To be honest, all of the useful traffic will be very local (the site is for a reflexologist, so clients really do need to be close by). So, as you say, maybe the CDN is actually going to be slower. However, I am using a shared hosting solution currently, which does have limited resources. So I’m not sure how best to decide – I guess I’ll just have to try with and without quic.cloud.
I’m afraid I haven’t quite understood your second paragraph regarding the details shown in the headers. Are you saying that the first load is actually not quite correct when it says the CDN is a miss?