jwineman
Forum Replies Created
-
Forum: Plugins
In reply to: [Cloudflare] Error in debug modIs this preventing the plugin from loading? Are your domain, api key, and email showing up in the plugin?
Forum: Plugins
In reply to: [Cloudflare] Flexible SSLHi Stu,
If you look at the variables being persisted in the database for the Flexible SSL plugin are any of them still escaped using htmlentities(). Its possible your data is in a bad state.
Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] Changes "Add New User Email address" in my WordPress ThemeGlad to hear it!
No worries Scott – glad you were able to resolve your issue!
What version of PHP are you running Scott?
What line is the error on in 1.3.24? Its not 36 right because line 36 in 1.3.24 is the namespace.
use CloudFlare\IpRewrite;Forum: Plugins
In reply to: [Cloudflare] Flexible SSLThis most likely broke in 1.3.21 because we sanitized all GET/POST input with htmlentities(). In 1.3.24 we only sanitize the CloudFlare Plugin specific values. I assume your issue is fixed in 1.3.24. Can you confirm?
Forum: Plugins
In reply to: [Cloudflare] Bugs in 1.3.21 CRASH WP SiteIf you’re on 1.3.21 you’ll need to manually delete it (FTP in and remove the folder)
Forum: Plugins
In reply to: [Cloudflare] Error in debug mod1.3.24?
Forum: Plugins
In reply to: [Cloudflare] Bugs in 1.3.21 CRASH WP Site@mdunham its possible data you submitted from 1.3.23 was persisted to the database and is showing up escaped in 1.3.24. If you try again in 1.3.24 does the issue still persist?
Hi Scott,
Which version of the plugin are you using?
Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] Changes "Add New User Email address" in my WordPress ThemeHi,
If you upgrade to 1.3.24 is your email issue resolved?
Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] Bugs in 1.3.21 CRASH WP Site@yatamas – is your email issue fixed in 1.3.24?
Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] Latest Update BrokenHi oscarcliff,
I’m very sorry you’re experiencing issues. Can you provide me with some example errors you were seeing so I can investigate?
Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] ERROR: The email address isn’t correct.Hi all,
CloudFlare specific $_POST variables have been namespaced in 1.3.24. Upgrading to this version should fix this issue.
Thanks,
John