jwineman
Forum Replies Created
-
Forum: Plugins
In reply to: [Cloudflare] 522 error occuredOkay since this is an issue with between Cloudflare and your server and not the plugin itself I’m going to close this ticket. I’ve raised your internal ticket with our support team and someone should be responding soon.
Forum: Plugins
In reply to: [Cloudflare] 522 error occuredYeah I don’t have access to our support ticket system so I can’t look it up right now.
If you disable SSL are you still getting 522s?
Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] Can’t Apply Default SettingsHi,
Are there any errors in the PHP error log? If the request is spinning for several minutes its possible the server is slow to respond and it needs more time or something went wrong on the backend.
Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] Can’t save credentials after activationHi,
Can you please answer a few questions:
Which version of the plugin are you running?
What version of PHP are you running?
Are there any errors in the PHP error log when you click “Save API Credentials”?Thanks,
JohnDo you mean the GitHub? If so can you try downloading from WordPress.org?
Hi,
This has been fixed here and will be available in the next release. In the mean time you can change
require_once 'vendor/autoload.php';
to
require_once __DIR__ . '/vendor/autoload.php';
on cloudflare.loader.php line 3.Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] currently offlineThe image you posted isn’t loading. Can you try posting it again please?
Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] 522 error occuredHi,
A 522 Error means Cloudflare was unable to establish a connection with your origin server.
What is the SSL setting for the site in question?
Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] currently offlineHi,
What is your SSL setting?
Which version of the plugin are you using?
Are there any errors in the PHP error log?Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] Unable To Save Cloudflare CredentialsIf you’re able to log in successfully it should be fine, once you log in we save your credentials to the database and if they exist the next time it will automatically log you in.
Are you aware of anything you did differently? Can you tell me what browser and what version of the browser you’re using?
Thanks,
JohnWhich version of the plugin are you running?
Forum: Plugins
In reply to: [Cloudflare] Unable To Save Cloudflare CredentialsHi @tailoredfilter,
This is the second time we’ve seen this bug. We don’t have a root cause yet though. What we know is since you’re able to load the login page GET requests are working. Our assumption is something on your server is blocking POST requests since the submission of the API credentials is the first POST request you make in the App.
If you tail the PHP error logs when you try to login are there any errors?
Thanks,
JohnWe determine the domain by calling get_site_url(), do you have this setting set on your WordPress blog?
Thanks,
JohnWhich domain is showing up in the Active Zone Selector in the top left of the plugin?
Hi,
Have you switched your domain’s nameservers to Cloudflare?
Thanks,
John