matredok
Forum Replies Created
-
Hello, try to update to 3.22.1 version. It helped me.
Forum: Fixing WordPress
In reply to: Slow website after update to WordPress 6.3Same problem here. I have installed a fresh WP on my localhost. No plugins, enything. WP is very slow…
if( (!isset($field_name) || empty($field_name)) && $required)
I think the problem is here in registration_form.php line 516
empty($field_name) – in this case 0 returns true
I have changed it to (for now):
if( (!isset($field_name) || $field_name == '') && $required)
- This reply was modified 1 year, 9 months ago by matredok.
Ok I know where the problem is. If I’m using “Name” field and I check “hide last name” and “required” there is sometimes a problem with registration.
Hello @genetech,
thank you for your reply ?? I still have a fatal error but I found something else in my WP debug log. Could you take a look at it:
[20-Feb-2023 10:51:19 UTC] PHP Fatal error: Uncaught Error: Object of class WP_Error could not be converted to string in /home/mypage/domains/mypage.com/public_html/wp-content/plugins/pie-register/classes/registration_form.php:714 Stack trace: #0 /home/mypage/domains/mypage.com/public_html/wp-content/plugins/pie-register/classes/registration_form.php(629): Registration_form->get_usermeta_id_by_key(Object(WP_Error), 'first_name') #1 /home/mypage/domains/mypage.com/public_html/wp-content/plugins/pie-register/pie-register.php(3875): Registration_form->addUser(Object(WP_Error), 1) #2 /home/mypage/domains/mypage.com/public_html/wp-content/plugins/pie-register/pie-register.php(3714): PieRegister->pie_save_registration() #3 /home/mypage/domains/mypage.com/public_html/wp-content/plugins/pie-register/pie-register.php(439): PieRegister->check_register_form() #4 /home/mypage/domains/mypage.com/public_html/wp-includes/class-wp-hook.php(308): PieRegister->pie_main('') #5 /home/mypage/domains/mypage.com/public_html/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(NULL, Array) #6 /home/mypage/domains/mypage.com/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/mypage/domains/mypage.com/public_html/wp-settings.php(617): do_action('init') #8 /home/mypage/domains/mypage.com/public_html/wp-config.php(115): require_once('/home/kochammle...') #9 /home/mypage/domains/mypage.com/public_html/wp-load.php(50): require_once('/home/kochammle...') #10 /home/mypage/domains/mypage.com/public_html/wp-blog-header.php(13): require_once('/home/kochammle...') #11 /home/mypage/domains/mypage.com/public_html/index.php(17): require('/home/kochammle...') #12 {main}
Any ideas?
Forum: Plugins
In reply to: [Affiliates] Can I use affiliation only on one Woocommerce product?Thank you for a quick response ?? Now I know what I need.
Forum: Plugins
In reply to: [WooCommerce] Migrate orders with analyticsUnfortunatelly it doesn’t solve my problem.
Forum: Plugins
In reply to: [WooCommerce] Migrate orders with analytics@nathvi V. a11n does it import order with analytics?
Nice, I think it’s a common problem ??
I still don’t know how to do it ?? maybe I should try to find another solution ??
Thanks for response, I’m waiting for the fix ??
Any ideas?
Thanks! ??