Auto Funnel Press (AFP) is a MLM / affiliate team marketing system on steroids that’s been around for a while, but as of late — when you combine it with other systems like PMP (Paid Memberships Pro) or WooCommerce — produces a strange random error.
Always thought it had to do with me running LEMP / NGINX only stack, instead of the more commonly used LAMP (Apache2 with or without NGINX). However didn’t have the issue when using a different theme. And as I haven’t given up on woocommerce integration into AFP for processing monthly payments. However … I kept getting HTTP 500 error .. which prevented me from moving forward. But FINALLY found the problem, and how to fix it!!!
Edit:
/wp-content/themes/AutoFunnel/func/custom_login/classes/Model.class.php
and turn line 98 from:
do_action( 'wp_login', $user_login);
into:
do_action( 'wp_login', $user_login, $user );
and then things work smooth then!
Reference: https://developer.wordpress.org/reference/hooks/wp_login/ (introduced somewhere in WP 4.4+)
- My Dutch / NL WordPress Translation contributions: October 2022 - October 9, 2022
- My Dutch / NL WordPress Translation contributions: August 2022 - August 23, 2022
- [NL] Ultra Light digital nomad Europe travel with Ryanair / Wizz Air - August 20, 2022
- My Dutch / NL WordPress Translation contributions: July 2022 - July 27, 2022
- My Dutch / NL WordPress Translation contributions: April 2022 - April 2, 2022
- My Dutch / NL WordPress Translation contributions: March 2022 - March 10, 2022
- What is the best global travel community for 2022 ? - February 20, 2022
- My Dutch / NL WordPress Translation contributions: February 2022 - February 3, 2022
- My Dutch / NL WordPress Translation contributions: January 2022 - January 4, 2022
- My Dutch / NL WordPress Translation contributions: October 2021 - October 7, 2021