jwineman
Forum Replies Created
-
Forum: Plugins
In reply to: [Cloudflare] Plugin does not installYeah so that line is:
use CloudFlare\IpRewrite;
PHP namespaces weren’t introduced until PHP 5.3 which makes me think you are running a version less than that. By removing the line you’ll break the IP rewrite functionality (if you’re using it).
Forum: Plugins
In reply to: [Cloudflare] Plugin does not installWhat version of PHP are you running? I’m assuming its less than 5.3 correct?
Forum: Plugins
In reply to: [Cloudflare] Plugin does not installHi,
Are there any errors in the PHP error log?
Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] PHP Warning: htmlentities() message when importing new imageHi,
Do you know how to reproduce this warning consistently? If so can you tell me so I can try to reproduce on my development environment?
Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] Message Development Mode Expires for WP administrationHi,
Thanks for the suggestion! I’ve added a ticket to track this internally and we’ll try to add it to a future release.
A few customers have reported accidentally leaving development mode on making it hard to debug issues with CloudFlare so this is definitely something we’re aware of.
Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] Last update 152 days agoHi,
This plugin is still being maintained! We’re in the process of doing a complete redesign as we speak – expecting to launch in the next few months.
Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] HTTPS rewriting appears to break AMP pagesThis isn’t how the feature is supposed to work. It exists to help prevent mixed content warnings. Not stripping https if its loaded over http is considered insecure and will trigger one of these warnings.
One possible solution is to set up a page rule on CloudFlare to force all requests to your blog to occur over https:
https://support.cloudflare.com/hc/en-us/articles/200170536-How-do-I-redirect-all-visitors-to-HTTPS-SSL-Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] HTTPS rewriting appears to break AMP pagesHi,
// without http or https will force the link to load over whatever protocol is used to load the webpage its included on. So if the script needs to load over https you need to load your blog over https as well.
Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] Not possible to fetch the proper IP addressHi,
If you’re using mod_cloudflare you shouldn’t need the WordPress plugin. The WordPress plugin rewrites the IP at the application level based on a WordPress hook so if other plugins are hooked in before ours then they won’t see the original IP.
We also updated our IP ranges recently so make sure you’re running the latest version of mod_cloudflare.
Does that answer your question?
Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] HTTPS rewriting appears to break AMP pagesHi,
Can you post the script include for the automatic amp plugin that is being rewritten incorrectly?
Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] PHP Notice:Hi,
If you’re on the latest version of the plugin this is the affected line:
return htmlentities($input, ENT_QUOTES | ENT_HTML5, "UTF-8");Without steps to reproduce we won’t be able to debug further though. Are you able to reproduce this consistently?
Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] https rewriting is breaking external forms in adminHi,
We’re in the process of redesigning the plugin and in the new version the protocol rewrite functionality will be removed.
Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] Please help not recieving mailsHi,
These support tickets are for CloudFlare issues specific to the WordPress plugin itself, since yours is email related please open a support ticket with:
http://support.cloudflare.com/
Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] hi , my website take me to another website plz helpTo clarify – http://www.thesmart-home.com/ doesn’t redirect anywhere, but the source code that is loaded is for ebookee.org. If you view source you’ll see what I mean. This probably means your wordpress blog is infected.
Forum: Plugins
In reply to: [Cloudflare] hi , my website take me to another website plz helpHi,
You can clear the CloudFlare cache for your website by following these instructions:
https://support.cloudflare.com/hc/en-us/articles/200169246-How-do-I-purge-my-cache-
I suspect your WordPress blog is infected though. If you have a copy of your database saved I would consider restoring that. If not I would search your database for “ebookee.org” and see if you can find the affected rows/columns.