jwineman
Forum Replies Created
-
Forum: Plugins
In reply to: [Cloudflare] Moving hosting serverHi @dsl225,
There is nothing you need to do – your Cloudflare settings will remain as you transfer your blog. Remember to update your origin IP at Cloudflare.com after you switch servers.
Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] HTTP/2 Server Push – File Selection & Web SettingsHi,
A web page is loaded over HTTP2 if it contains the
<link/>tags necessary for HTTP2, for example:<link rel="preload" href="/styles/other.css" as="style">The setting in the WordPress plugin automatically generates these
<link/>tags for you. If you don’t wantprint.cssincluded you can manually generate your own<link/>tags.The 4kb limit is due to some fast-cgi implementations, Cloudflare has an 8kb limit. If you aren’t running fast-cgi then your limit is 8kb.
Rocket Loader is disabled if you enable “Apply Default Settings”. This is because certain cache configurations on WordPress can break with Rocket Loader enabled.
Thanks,
John- This reply was modified 9 years, 1 month ago by jwineman.
Forum: Plugins
In reply to: [Cloudflare] Woocommerce, exclude CART, CHECKOUT and MYACCOUNT pages ?The trailing slash wont make a difference. If you want to know for sure you can create the page rule in “Draft” mode.
Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] Rules to exclude WP admin ? *mydomain.com/wp-admin*Assuming you want to want it to apply to http, https and subdomains that is a more correct example.
Forum: Plugins
In reply to: [Cloudflare] Rules to exclude WP admin ? *mydomain.com/wp-admin*Hi @makeonlineshop,
Yes, that should work. You can also “Save as Draft” and see the pages it would affect to be sure.
Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] Can’t Access WP-Admin Despite Plugin DeactivationWhat does “unable to login” mean specifically? If the page is loading but your credentials don’t work that doesn’t sound like a Cloudflare issue. If the page isn’t loading that might be a cloudflare issue. Do you have SSL enabled? Have you tried turning it off?
Forum: Plugins
In reply to: [Cloudflare] Can’t Access WP-Admin Despite Plugin DeactivationDo you mean you’re unable to log in to /wp-admin or to the Cloudflare plugin?
If you’re unable to log in to /wp-admin I don’t think that is something we can help you debug.
Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] Cross Site Error, broke Facebook widgetHi @kai2810,
I think you’re right – this does look related to rocket loader. However since the issue isn’t specific to the plugin I’m going to need you to open a support ticket at https://support.cloudflare.com
Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] Cannot activate Cloudfare pluginWeb hosts often limit the versions of PHP that are available because they have software that only works on specific versions so those are the ones they let people choose from.
Forum: Plugins
In reply to: [Cloudflare] Cannot activate Cloudfare pluginThe version of PHP you run is independent of the version of WordPress you’re running. To upgrade the version of PHP on your server you’ll need to open a support ticket with your web host.
Forum: Plugins
In reply to: [Cloudflare] Cannot activate Cloudfare pluginOkay, that makes sense. You’ll need to upgrade the version of PHP you’re using in order to use the plugin.
Forum: Plugins
In reply to: [Cloudflare] Cannot activate Cloudfare pluginIn order to debug further we need to see the PHP error log. You can ask your web host where to find it.
Forum: Plugins
In reply to: [Cloudflare] Cannot activate Cloudfare pluginIf you look in your PHP error log which fatal errors do you see?
Forum: Plugins
In reply to: [Cloudflare] Cloudflare plugin not workingWe read the post body here. According to the php://input documentation the
php://inputbuffer wasn’t made reusable until PHP 5.6.When the plugin returns the error you’re getting it means something is reading
php://inputBEFORE our plugin has a chance to read it. Usually this is another WordPress plugin, but not always. Since these requests are being sent from our plugin to our plugin nothing else should be reading them.Your options are to either upgrade to PHP 5.6+ or debug further with your host. Unfortunately there is nothing more we can do.
Thanks,
John- This reply was modified 9 years, 1 month ago by jwineman.
Forum: Plugins
In reply to: [Cloudflare] Cannot activate Cloudfare plugin