max_Q
Forum Replies Created
-
Forum: Plugins
In reply to: [Stop Comment Spam] Unable to update optionsThe problem seems to be that wp_create_nonce() is inside the if() that runs if $_POST[‘Submit’] is not empty. So it doesn’t run on the options page load and never populates the “formcheck_nonce” hidden field with the nonce. The value of the hidden field is an empty string.
Moving it outside of the if() makes it work.
It seems that, unless you’re using a Google Workspace account, you will not be able to select “Internal” as a user type. If you’re using a regular Gmail account it stays grayed out.
You might want to change your documentation to include that fact.
https://postmansmtp.com/how-to-configure-post-smtp-with-gmailgsuite-using-oauth/
Under “Navigate to the OAuth Consent screen and select User, type “Internal,” and Click Create“
Thanks for the answer. The plugin works well, so that’s disappointing. I’ll have to find a solution that uses instances.
Regards
Forum: Plugins
In reply to: [WP Mail Logging] Upgrading to Version 1.10.1 crashes WordPressUpdating to 1.10.2 gave me “There has been a critical error on this website. Please check your site admin email inbox for instructions.” on the Settings tab. It didn’t bring down the whole site.
This was the message:
An error of type E_ERROR was caused in line 453 of the file /home/blablabla/public_html/wp-content/plugins/wp-mail-logging/src/WPML_OptionsManager.php. Error message: Uncaught Error: Class ‘Redux_Enqueue’ not found in /home/blablabla/public_html/wp-content/plugins/wp-mail-logging/src/WPML_OptionsManager.php:453Forum: Plugins
In reply to: [WP Mail Logging] Upgrading to Version 1.10.1 crashes WordPressMe too. Had to rename the plugin folder to get the site back.
Forum: Plugins
In reply to: [WooCommerce] Adding product AND category to coupon doesn’t workHi maykato,
Thanks for your answer.
Regards
Forum: Plugins
In reply to: [WooCommerce] Error: “There was an error getting your inbox.”Thank you @ac607. Your solution worked for me, too. I only had to uncheck “Filter Long URL Strings” under the “Long URL Strings” setting to make Orders and the inbox load on the WooCommerce home page.
So, Happiness Engineers, now that you know that this is a thing, how about fixing it for all the people not lucky enough to find this thread?
Forum: Plugins
In reply to: [Database for CF7] radio and checkbox errorSame thing with a select field as well.
A selected value which is a string, “Sixteen (16)”, is displayed as a:1:{i:0;s:12:”Sixteen (16)”;}.
Forum: Plugins
In reply to: [WordPress Contact Forms by Cimatti] Plugin causing errors in Site HealthNew version of WordPress Contact Forms by Cimatti (v1.4.10) exhibits the same issues. Deactivating the plugin corrects them.
WordPress v5.4.2
WordPress Contact Forms by Cimatti v1.4.10
WooCommerce v4.1.1Forum: Plugins
In reply to: [WooCommerce] database update alert in dashboardMe too. Two sites. All scheduled actions completed.
Banner says:
“WooCommerce database update done
WooCommerce database update complete. Thank you for updating to the latest version!”Followed by a “Thanks!” button.
Clicking “Thanks!” takes me to a mostly blank page with the announcement “Action failed. Please refresh the page and retry.”
Of course, refreshing the page and retrying does nothing.
I would like it to go away.
Forum: Plugins
In reply to: [Super Progressive Web Apps] Bug Service worker on PDF filesThis appears to be a Chrome bug. Here’s the issue:
https://bugs.chromium.org/p/chromium/issues/detail?id=918944Setting the chrome://flags/#enable-service-worker-servicification to disabled allows me to load .pdf’s again.
It’s already marked fixed and I believe it’s set to arrive with Chrome 72, which is due in 5 days.
It looks like upgrading my client to PHP v5.6.27 resolved the problem. It’s old, but it’s the best GoDaddy has to offer on my client’s shared hosting.
Maybe look into what changed in PHP’s date handling between 5.4.19 and 5.6.27. FWIW, the timezone always showed the correct zone.
Same problem for me with recurring events set to the 1st Friday of the month. All the events are set to the first of the month.
PHP Version 5.4.19
WordPress 4.9.5
Events Manager 5.9.2 if that helps.- This reply was modified 6 years, 10 months ago by max_Q. Reason: Add software versions
Forum: Plugins
In reply to: [Lightbox] Using links in captionsI love it. Works great. Thanks.
Forum: Plugins
In reply to: [Torro Forms] Method not foundThanks. Look forward to experimenting.