wpconvert
Forum Replies Created
-
Thanks for that atao – but I solved my issue.
I have to think back now (it was quite some time ago) but I’m pretty sure that the problem was being caused by my caching plugin (Quickcache) at the time.
Amending the cache configuration and disabling and re-enabling the caching plugin afterwards did the trick as I recall – and Better WP Security then worked as expected to secure the single page.
I now use Quickcache Pro (which is great by the way), PHP 5.4 and the latest Better WP Security under WP 3.8.1 and everything is working as it should.
Thanks for your time in sharing your own solution.
Forum: Plugins
In reply to: [BulletProof Security] Quick Cache problemThanks again for the detailed response – I have mentioned this to the host (who are actually very good). Maybe it’s something that they haven’t implemented yet? They do specialise in WordPress hosting though…
A new version of Quick Cache should be released in the near term, apparently – I’ll give that a go before considering Supercache or similar (I’ve read some pretty alarming things recently regarding Supercache).
Thanks again.
Forum: Plugins
In reply to: [BulletProof Security] Quick Cache problemJust a quick update.
In fact – the problem was with PHP 5.4.17 – not the gzip code (this line had made it into the gzip code earlier and I hadn’t noticed).
Rolling back to 5.2.7 got everything working.
Out of interest, although using the gzip code in .htaccess does reduce initial page size – Pingdom reports the website loading consistently faster without it (average of 1.4 seconds for 1.7MB page) as opposed to average 1.6 – 1.8 seconds for 1.5MB page with it – so that was a revelation…
Clearly, Quick cache on my host with PHP 5.4.17 does not play well (all of a sudden). Perhaps it’s time for a change after all – although caching seems to be introducing more problems than it solves!
Thanks again.
Forum: Plugins
In reply to: [BulletProof Security] Quick Cache problemHi AITpro
As always – I have to commend your support for this plugin. Prompt responses and going that extra mile to test various scenarios to deliver a qualified solution.
You were quite right, the Timbthumb / Quick Cache issue seems to have been a result of something in the custom .htaccess code.
After removing all custom code – everything seemed to operate as expected. I added bits of the custom code back – and the problem appears to have been with the gzip code:
# BEGIN Gzip enable
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/html text/xml text/css text/plain
AddOutputFilterByType DEFLATE image/svg+xml application/xhtml+xml application/xml
AddOutputFilterByType DEFLATE application/rdf+xml application/rss+xml application/atom+xml
AddOutputFilterByType DEFLATE text/javascript application/javascript application/x-javascript
AddOutputFilterByType DEFLATE application/x-font-ttf application/x-font-otf
AddOutputFilterByType DEFLATE font/truetype font/opentype
</IfModule>
#END Gzip enable.htaccess file without this code works as expected.
The bizarre thing is that this started happening out of the blue – nothing has been changed and this has been working for months and months without a problem?
Anyway – problem now solved and was NOT an issue with Bulletproof security – still one of the plugins that I rely on the most.
Thanks again for your time in testing and supporting the plugin.
Hi togume
I have a similar set-up but find that trying to enforce per content ssl (just for a couple of pages) results in a persistent redirect loop for those pages.
Admin & login via ssl works as expected.
Have you come across this problem yourself – or does everything work as expected for you? It would be nice to be able to just ‘tick the box’ and secure the page but it just doesn’t work for me.
Forum: Plugins
In reply to: [WP Cookie Banner] Problem with Quickcache?Hi bavington
That’s fine – I really appreciate the help.
Perhaps this isn’t a quick cache problem? Maybe there is another plugin that is conflicting? I don’t know.I also have bulletproof security installed if that is relevant?
Anyway – I hope that you can find a solution – it seems a shame to mess up the otherwise empty support page!
Hi beginr.
Have you tried unchecking “Filter Suspicious Query Strings” and “Filter Request Methods” in Better WP Security “Tweaks” tab?
These settings can conflict with certain plugins and themes – so give it a try.
Hope it helps.
Forum: Plugins
In reply to: [Quick Cache (Speed Without Compromise)] Exclude a Specific Page from CachingHi dividendninja
Excluding a page from caching should be simple.
Go to your Quick Cache settings and look for “No Cache URI Patterns”.Add your chosen path to this list. In this case add:
/portfolioThat should be it. Hope it helps.
Forum: Plugins
In reply to: [BulletProof Security] Googlebot image searchThanks AITpro – a rapid response again with detailed ‘fix’.
I’m sure that this will do the trick but I’ll post back if I continue to have issues.Keep up the great work!
Forum: Plugins
In reply to: [BulletProof Security] 403 StumbleUponThank you for your swift support and explanation of the finer points of Bulletproof Security’s ‘under the hood’ operations.
Honestly, one of the best plugin provider support services available – keep up the excellent work!
Hi carolm
Just out of interest, what version of PHP are you using?
I have personally found issues with running Quick Cache under PHP 5.3 – receiving the ‘unable to obtain mutex lock’ message at the bottom of my page source – and I tried everything!
When Quick Cache was enabled, the site reported the above message and was no faster in Firefox or Safari (though bizarrely, it seemed ok in IE10?).Anyway, rolling back to PHP 5.2.6 did the trick and the caching worked in all browsers with a very noticable increase in speed.
Recommendation: Check your PHP version…hope it helps you.
Jhaving checked http://www.vintageatnumber18.co.uk through httpfox, this error occurs on page load
00:00:06.109 0.848 662 303 GET 404 text/html (NS_IMAGELIB_ERROR_NO_DECODER) http://www.vintageatnumber18.co.uk/undefinedI assume that’s what would show on mine too? Any guesses how it relates to your plugin?
Just tested http://www.vintageatnumber18.co.uk through pingdom and the same error appears – http://www.vintageatnumber18.co.uk/undefined
Maybe it’s not just me…?
That was quick Richard – nice one!
Yes – plugin folder is in standard place (www.mysite.co.uk/wp-content/plugins) and when I referred to “www.mydomain.com” it’s not literal – just a substitution.
Just out of interest, I checked one of the other sites from a different thread http://blog.brethertons.co.uk through Pingdom – that reports http://blog.brethertons.co.uk/undefined as an error too.
So yes – it could well be a jQuery clash with the theme or similar but brethertons (above) certainly have a different theme to me. And my other site has a different theme again (with only 3 plugins -all of which have been deactivated to test but still the undefined error occurs)?
Mystery?
I’ll have a look at firebug but I’ll soon be leaving work…
WP 3.3.2 multisite
PHP 5.3.10
WP SEO 1.2.2I have the same error as ahuggup86.
I also have error messages on subsite dashboard (where the rss feeds should display) referring to a fatal exception in wpseo.
Browsing the SEO tabs on the subsite intermittently also results in a ‘white page’ error message.The main site seems OK with no issues.
Because it was currently an empty subsite (getting ready to populate it) I just deleted it – but I will need to start building it soon, so some kind of resolution would welcome.