aetool
Forum Replies Created
-
Forum: Networking WordPress
In reply to: WP and squid reverse proxyThe fix is to edit the function is_ssl in wp-includes/load.php
—————————————————978 } elseif ( isset($_SERVER[‘SERVER_PORT’] ) && ( ‘443’ == $_SERVER[‘SERVER_PORT’] ) ) {
979 return true;
980 }
981 /* RJA FORCE SSL */
982 /* return false; */
983 return true;——————————————————–
Once that is applied, then all urls have “https//…..”
I have not found anything that does not work.
Forum: Networking WordPress
In reply to: WP and squid reverse proxyAs a followup, here is the URL that gets sent back after clicking logout.
Forum: Plugins
In reply to: [Google Authenticator] Does not play well with captchasure did. I have two installations and i will bring up a third just for testing/debugging.
Forum: Plugins
In reply to: [Google Authenticator] Does not play well with captchaI tried that too. No change.
Forum: Plugins
In reply to: [Google Authenticator] Does not play well with captchaI do not have a cache plugin.
Yes I enabled both.
Maybe capthcha and google auth are incompatable with the latest 4.9 wordpress. It used to work….then the 4.9 upgrade came along and now they don’t. It doesn’t matter which captcha plugin is installed. Both fail with google auth.
- This reply was modified 8 years, 6 months ago by aetool.
Actually I was a little lacking in details.
I should have said that that the plugin does not play well with the following config.
Google Authenticator ver 0.48
Google Authenticator Per User Prompt ver 0.7
Wordpress 4.9
Advanced noCaptcha reCaptcha or No CAPTCHA reCAPTCHAWhen Google auth is enabled, login always fails after entering the google code with a message stating that captcha failed. “ERROR: Please solve Captcha correctly.”
Would a complete list of plugins and screen shots help?
I can find nothing in the logs.
Disable google auth and it works.
Forum: Plugins
In reply to: [User Email Verification for WooCommerce] version 3.1.x brokenSince it is a test/example/sample, the subject line should indicate that.
When I first got the email my first thought was “what’s broken now.”There should be some text saying that sending a test message sends an example verification message showing what the user will see.
FWIW.
Thanks for fixing the issue.
Forum: Plugins
In reply to: [User Email Verification for WooCommerce] version 3.1.x brokenThat was quick. Thanks, however the “test” email looks the same as an account verification email. A simple text message saying “test email” would be better.
Forum: Plugins
In reply to: [BackUpWordPress] No backup – No errorI found out what the issue was. There was two issues related to installing php debug. The primary one was that the WP cron would not run because a debug.so file was referenced in the /etc/php5/ config file. Once that was resolved, the backups ran. I found this by installing a different backup plugin.
The second issue was discovered my going into woo commerce -> status -> logs.
Error handing/reporting on this plugin could be improved.
So, until the error reporting is improved, the only advice I can give is to look at logs from other plugins. I found the wp-cron error by running it from the CLI.
- This reply was modified 8 years, 7 months ago by aetool.
Forum: Plugins
In reply to: [BackUpWordPress] No backup – No errorI am having the same issue.
How do I go about troubleshooting this on Linux?