epaslv
Forum Replies Created
-
Been running it on PHP 7.4 for several months now, no issues detected.
- This reply was modified 2 years, 8 months ago by epaslv.
I got to ask then, why is there even an option to “activate Ajax submission”. It looks like it should be a mandatory setting that is enabled otherwise form submissions won’t work.
- This reply was modified 2 years, 8 months ago by epaslv.
Hi All
Just an FYI this issue came about because “Ajax submission on edit profile” under settings was not enabled (it’s disabled by default). After enabling the issue is not there any more!
Hi Amrit,
You need to log in to the site to see it. Where can I send the URL and login details?
I suspect the Feature – ReCaptcha v2 invisible integration is broken.
I can confirm I have the same problem. Worked fine yesterday on v 2.1.3 but after update to 2.1.4 submit button does nothing.
Forum: Plugins
In reply to: [WooCommerce] 5.7.1 – Analytics crashingI can confirm having this issue also now on atleast 3 sites. One on
PHP 7.35 two on 7.4.24.All sites have latest updated plugins.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce 4.4.0 and ACFSure,
From the error_log
Stack trace:
#0 /home/vortulco/public_html/wp-content/plugins/woocommerce/includes/class-wc-query.php(363): WC_Query->adjust_total_pages()
#1 /home/vortulco/public_html/wp-includes/class-wp-hook.php(289): WC_Query->handle_get_posts(Array)
#2 /home/vortulco/public_html/wp-includes/plugin.php(249): WP_Hook->apply_filters(Array, Array)
#3 /home/vortulco/public_html/wp-includes/class-wp-query.php(3190): apply_filters_ref_array(‘the_posts’, Array)
#4 /home/vortulco/public_html/wp-includes/class-wp-query.php(3448): WP_Query->get_posts()
#5 /home/vortulco/public_html/wp-includes/post.php(2053): WP_Query->query(Array)
#6 /home/vortulco/public_html/wp-content/plugins/advanced-custom-fields-pro/includes/acf-field-functions.php(148): get_posts(Array)
#7 /home/vortulco/public_html/wp-content/plugins/advanced-custom-fields-pro/includes/acf-field-functions.php(85): acf_g in /home/vortulco/public_html/wp-content/plugins/woocommerce/includes/class-wc-query.php on line 376Forum: Plugins
In reply to: [WooCommerce] WooCommerce 4.4.0 and ACFHi, yes I should have added ..
Comment out lines 376-378 for now …
Interesting that this is marked as resolved because its not. Its a serious oversight in testing by Cloudlinux.
Forum: Plugins
In reply to: [WooCommerce] Membership PortalHi Caleb,
Thanks for the advice, much appreciated
Forum: Plugins
In reply to: [WooCommerce] Unable to edit orders WooCommerce 3.0 SafariIf you have a look at https://snag.gy/lu3NUC.jpg
The image in the left is in the edit order screen in Safari on a MAC. The image on the right is in Chrome in Windows.
You can see the “Order Status” and “Customer” are not a select/drop-down in the left image.
I just noticed this as I was fixing a clients website, unrelated to this issue.
So I have checked the options and Swipebox was selected as default, I dint change any setting, jut hit save and a page reload now shows a valid file now as per er below<link rel=’stylesheet’ id=’photonic-lightbox-css’ href=’https://cym.org/wp-content/plugins/photonic/include/scripts/swipebox/css/swipebox.min.css’ type=’text/css’ media=’all’ />
So for some reason the option variable for $photonic_slideshow_library was null in MySQL
Just an FYI really, you may want to check for nulls
Forum: Plugins
In reply to: [Plainview Activity Monitor] [Bug] Warning; mysql errorYes I can confirm that the Plainview Activity Monitor plugin causes
Warning wp-includes/wp-db.php on line 1367 on all the sites I have it installed on.
Now disabling the plugin.
Forum: Plugins
In reply to: [BruteProtect] Error BP100: This site is not properly configuredAlso when you go to https://www.bruteprotect.com/faqs/error-bp100/ for a fix it says,
Simply add:
<?php do_action( ‘login_form’ ); ?>
within the HTML of your login form, between the <form> and </form> tagsCan you provide some more hints, such as what file to edit ?