jwineman
Forum Replies Created
-
Forum: Plugins
In reply to: [Cloudflare] admin-ajax.php and fastcomet webhostingHi,
Thanks for the update! If you open another support ticket there might be a known solution for the mod_security issue.
Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] ForbiddenNo worries! Glad you figured it out! Thanks for using Cloudflare!
Forum: Plugins
In reply to: [Cloudflare] admin-ajax.php and fastcomet webhostingNo worries! Can you please open a support ticket on https://support.cloudflare.com and include a link to this page, the 500 response, and ask the support engineer to assign the JIRA ticket to me.
Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] admin-ajax.php and fastcomet webhostingIf you go into the “Network” tab in dev tools, click on the request that is 500ing and then click on “Response” you should see the full error page being returned. That response should have more detailed information about what went wrong. Can you post one of those please?
Forum: Plugins
In reply to: [Cloudflare] admin-ajax.php and fastcomet webhostingUnfortunately without the stack trace that is causing the 500 we aren’t going to be able to debug further. Would you be able to ask your host for a sample 500 error log?
Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] admin-ajax.php and fastcomet webhostingHi @pingram3541,
If you’re getting a 500 in the browsers console there should be a corresponding error in the PHP error log. Can you either copy it out of the browser dev tools or the PHP error log so we can investigate further?
Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] Add to partner zone from pluginHi,
Everything you said sounds fine,
full_zone_setis the API call you want to use, its also what creates the association between the the zone and your partner account.Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] site is not secured and there is no green lockHey,
Unfortunately I can’t tell you how< to fixed your mixed content warnings because that is dependent on which assets are being loaded incorrectly and how your blog is configured but like I said earlier you need to ensure all the assets are being loaded over https.
Automatic HTTPS Rewrites can only rewrite assets from domains it knows can be loaded over https. If it isn’t rewriting your assets then we probably aren’t able to determine if they can be loaded over https. Its also possible they can’t be loaded over https because the site hosting them doesn’t have an SSL certificate.
Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] Add to partner zone from pluginForum: Plugins
In reply to: [Cloudflare] site is not secured and there is no green lockHi,
This is a mixed content warning. You have
http://hardcoded on those images’srcattribute, you need to update them to be//. This will force the images to be loaded over the protocol being used rather thanhttp://.Thanks,
JohnForum: Reviews
In reply to: [Cloudflare] UselessHi @jochumr,
We don’t officially support WordPress Multi site, this might be the source of your issue. Can you give me some more detail around the problems you’re having so we can investigate further?
-When you receive the loading icon that never goes away are there any errors in the browser console or in the PHP error log?
-Have you tried doing a full cache purge on the sites that are still showing old versions Do you have any page rules enabled that cache content on those sites?
-How are you measuring the 10x slow down when your site is on Cloudflare compared to off?Thanks,
JohnForum: Reviews
In reply to: [Cloudflare] Must haveWe’re glad you like it! Thanks for using Cloudflare!
Forum: Plugins
In reply to: [Cloudflare] Empty Settings page
What is the WordPress address and Site address?
Did you log in with the Cloudflare account that owns clipa.vu? Do you have multiple Cloudflare accounts?Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] Invalid CSRF Token on 3.0.1I’ve submitted a PR to our plugin which is a stable work around here:
https://github.com/cloudflare/Cloudflare-WordPress/pull/182
InfiniteWP is reading our requests after hooking into
setup_theme, I created a hook onplugins_loadedwhich executes beforesetup_themeand I readphp://inputonly for requests intended for the Cloudflare plugin.Unfortunately
php:://inputcan’t be rewound for PUT requests which is why the earlier fix didn’t work.Forum: Plugins
In reply to: [Cloudflare] Moving hosting serverHi,
You’ll need to update each record on the DNS Tab:
Thanks,
John