George M
Forum Replies Created
-
Sure. Please see screenshot from Sitebulb audit attached. The reported security issue refers to your plugin.
https://drive.google.com/file/d/1W1dNdM7NQ_0CEGGe4HHfNUjbwpJq9eoj/view?usp=sharing
Hi
Thanks for your reply. Entering cdn.domain.com results in //cdn.domain.com which is not https explicit. It would be good to have the option for https://cdn.domain.com if possible please. I know using // is a catchall for SSL and non-SSL sites but not having ‘https’ causes sites to fail security audits.
Thanks for considering
Forum: Plugins
In reply to: [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] Custom post fieldsThanks for the update. It’s disappointing that Rank Math doesn’t deliver what it promises. This is obviously not resolved for me – but I will leave it ‘resolved’ as you have chosen and seek other options.
Forum: Plugins
In reply to: [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] Custom post fieldsI am afraid it is not resolved.
Forum: Plugins
In reply to: [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] Custom post fieldsHi
Thanks so much for taking the time to reply.
I followed your instructions but the fields are still not recognised by Rank Math.The fields are not in ‘posts’ but in a custom content type called ‘courses’ created by my theme.
Forum: Plugins
In reply to: [WP Mautic] Duplicate IP Addresses recorded for same contactHi
Thanks for the info. You were right. In fact most of the tracking options were disabled by default. I’ve enabled them and now things are working as expected.
Strange that these settings in Mautic are disabled by default. Perhaps it’s a GDPR consideration?
- This reply was modified 4 years, 6 months ago by George M.
Forum: Plugins
In reply to: [Adaptive Images for WordPress] CDN SupportHello Takis
Thank you for this detailed explanation. I don’t see a way that it can work with MaxCDN as the default cdn url is also in subdomain format: cdn.xxx.netdna-cdn.com or perhaps it’s ok because it’s not a subdomain of the WP install?
Thanks
Forum: Plugins
In reply to: [W3 Total Cache] W3TC Brotli Compression and LiteSpeed Web ServerHi @vmarko
Well, I can tell you that it definitely does not work with Litespeed. Having said that, after testing W3TC brotli with Apache it seems to perform slightly worse than W3TC gzip – so if anyone else is struggling to get this to work I would advise them that it really isn’t worth the time or effort.
Forum: Plugins
In reply to: [W3 Total Cache] Saving wp-admin/options.php with W3TC Minfy Results in WSODGlad to hear you resolved your problem. max_input_vars would have been my next suggestion – I tried increasing that before deactivating plugins.
wp_options table is generally a mess. I don’t understand why this aspect of WP has been left like this.
Forum: Plugins
In reply to: [W3 Total Cache] Saving wp-admin/options.php with W3TC Minfy Results in WSODYou need to add spaces – spaces are being removed from the query when posted here
Forum: Plugins
In reply to: [W3 Total Cache] Saving wp-admin/options.php with W3TC Minfy Results in WSODHello @estudio-de-grabacion)
I used the following to remove W3TC entries from the WP options table:
DELETE FROM ‘wp_options’ WHERE ‘option_name’ LIKE ‘%w3tc_%’
If you want to see what is being deleted run this first:
SELECT * FROM ‘wp_options’ WHERE ‘option_name’ LIKE ‘%w3tc_%’
Forum: Plugins
In reply to: [W3 Total Cache] Saving wp-admin/options.php with W3TC Minfy Results in WSODHello @vmarko
Thanks for trying to replicate the issue.
I managed to fix it by taking the following steps:
1. Export settings from W3TC plugin general settings
2. Disable W3TC plugin
3. Delete W3TC plugin
4. Using phpMyAdmin export backup of database, then search in ‘options’ table using option_name and operator ‘LIKE %…%’ for ‘w3tc’
5. Delete the results
6. Re-install W3TC plugin and import settings (I’m not sure this step is strictly necessary as I think the settings were already correctly populated – I think they are stored in a static file).Editing / saving wp-admin/options.php now behaves as expected. I guess this procedure could also be used as a final resort to solve other W3TC issues.
Forum: Plugins
In reply to: [W3 Total Cache] Saving wp-admin/options.php with W3TC Minfy Results in WSODHi @vmarko
Thanks for the suggestion. I already tried enabling debugging with nothing showing up. I just tried enabling the debug log – but this too showed nothing.
I also checked that the WP options table is not corrupted – it is fine.
Forum: Fixing WordPress
In reply to: WordPress Updates Completion Not ConfirmedI finally found the cause of this (at least for me). The problem was caused by zlib.output_compression. If this is disabled in php.ini the issue is resolved.
If you are running LiteSpeed you need to use the ‘Restart Detached PHP Processes’ option after editing the php.ini file.
Gzip compression can be enabled via browser settings of a caching plugin.
Forum: Fixing WordPress
In reply to: WordPress Updates Completion Not ConfirmedHi @ccandg
I was just wondering if you ever found a solution to this? I am running PHP 7.2 and all my WP installs fail to give plugin update completion message.