thellimist
Forum Replies Created
-
Forum: Plugins
In reply to: [Cloudflare] Constant Bad Request (still)Hi @atx,
This is caused by automatic cache management feature.
Do you have the latest version of the plugin?
Does the issue continue?If the answer is yes for both questions, I’ll need more information to understand the problem better
Could you provide the files inside
[body] => {"files":[...]
Feel free to strip the domain. I only need the part after the TLD such as “.com”
Thanks
Forum: Plugins
In reply to: [Cloudflare] exclude specific file extensionYou need to create a page rule from cloudflare.com/a/ dashboard.
Forum: Plugins
In reply to: [Cloudflare] Plugin settingsHi,
There are a few topics opened with similar issues. If you couldn’t find anything that works for you, could you:
1) Open developer Console in your browser -> Go to Network tab -> refresh the page which is blank -> send any request which fails.
2) Send php error logs.Please make sure not to send any confidential information.
- This reply was modified 7 years, 5 months ago by thellimist.
- This reply was modified 7 years, 5 months ago by thellimist.
Forum: Plugins
In reply to: [Cloudflare] flexible ssl loopDo I need this plugin plus the ssl fix plugin to make it work?
No, Cloudflare Plugin is a superset of ssl fix plugin.
Do you have any errors in your php error log?
Are you sure the problem is ssl loop?
Do you have any other plugins which might negate the fixes Cloudflare Plugin does?Forum: Plugins
In reply to: [Cloudflare] Can’t save API credentials on multisiteHi @schmediaaolcom,
We do not officially support WP Multisite. The plugin has Flexible SSL fix by default and that should work regardless if you are using multi-site or not.
I can’t think of an easy way to help you login. I’d suggest you to use cloudflare.com dashboard for any settings. Unfortunately I can’t help you further.
Thank you for using and liking Cloudflare. Let us (https://community.cloudflare.com/) know if you have any feedbacks.
Best,
FurkanForum: Plugins
In reply to: [Cloudflare] plugin activationHi @simonetat,
What do you mean by blank? Currently the page you provided is not blank.
Forum: Plugins
In reply to: [Cloudflare] Encryption at rest of cloudflare_api_keyHi @mclaurent,
We have created the ticket regarding the issue. In our future releases this feature should be added. Currently we don’t have a date for our next plugin release.
Thanks
Forum: Plugins
In reply to: [Cloudflare] Files purged from CloudFlare site, but not from pluginHi @galbaras,
Could you please try again and check if the issues still exists. If it does please do the following
Can you edit the file at path your_sites_wordpress_path/wp-content/plugins/cloudflare/config.js
It looks like the following
please change
"debug": false,
to
"debug": true,
Afterwards can you try to purge the cache again from the plugin and post the relevant php error logs ?
Thanks
- This reply was modified 7 years, 5 months ago by thellimist.
Forum: Plugins
In reply to: [Cloudflare] Won’t work on domain mapped networkHi @jiggaman,
Previously get_site_url() allowed us to set page rules to the correct uri. The current version does not have that feature.
If you change from get_site_url() to get_home_url() does it work for you? If so you’re welcome to open a PR
github.com/cloudflare/CloudFlare-wordpress
Thanks
Forum: Plugins
In reply to: [Cloudflare] Server Push brokenHi @labcat,
It is safe to increase up to 7KB if you know that the buffer size of your system is high enough. It’s also possible to increase the buffer size in fast-cgi. The issue is by default on some systems the buffer size is 4KB for fast-cgi.
The plugin does not guarantee to run as the last software before returning a response meaning, other plugins or themes may add more headers. It’s basically a safety buffer. If you know that other software in your system does not add more headers you can increase the last 1KB as well.
- This reply was modified 7 years, 5 months ago by thellimist.
Forum: Plugins
In reply to: [Cloudflare] Automatic Cache Management Turns Itself OffPlease try the following two:
– Disable the plugin and reactivate it. Then try again if it is working.
– Use a different browser (latest version of chrome or safari). Then try again if it is working.If the issue persists, could you open a support ticket from support.cloudflare.com
Please provide the support with the following information
– The link of this post
– Cloudflare Plugin version
– Send a har file after doing the following: Open plugin page, toggle Automatic Cache Management
– SSH to your server – Open your_wordpress_file/wp-content/plugins/cloudflare/config.js and change the line"debug": false,
to"debug": true,
Then enable the toggle again and send PHP Error logs of your server.If you have any questions with the items above, please ask them in the ticket you’ll be creating.
Thanks
- This reply was modified 7 years, 6 months ago by thellimist.
Forum: Plugins
In reply to: [Cloudflare] Optimize Other PluginsIf your website has any css/js files which are served from anywhere except wp-login and wp-admin urls, they will be cached and served by Cloudflare CDN.
Please read the following post
Thanks
Forum: Plugins
In reply to: [Cloudflare] Optimize Other PluginsHi @rogerlridge,
Could you clarify what you mean by “place the scripts of other plugins”
Let me know if this short description helps you
https://www.ads-software.com/plugins/cloudflare/Forum: Plugins
In reply to: [Cloudflare] Plugin Setting not showingHi @scollonp,
Please do not post your login information ??
This happens on random sites out of about 50 that I manage. They all have the latest WP version and a similar set of plugins, including Wordfence security.
Are there any differences between the sites which has this issue and which doesn’t have this issue?
In Wordfence Security settings, do you have a rule which might block loading javascript (.js) files or “wp-content/*” urls?
In your servers apache settings is there any rules to block these kinds of requests?Thanks
Forum: Plugins
In reply to: [Cloudflare] WordPress dashboard is loading very slowIt might be caused by a plugin which was recently downloaded or updated. You can be sure that it’s not Cloudflare Plugin by enabling “development mode” from the plugin.