• Resolved miles_kailburn

    (@miles_kailburn)


    Current Woo, WP and Neon plugin versions. Setup for Neon with user redirect. When a user signs it, it authenticates them and then takes them to a page with the following error:

    Warning: Missing argument 2 for wc_maybe_store_user_agent() in /home/farmers6/public_html/wp-content/plugins/woocommerce/includes/wc-core-functions.php on line 1516

    This only occurs when logging in through neon crm. The error is not generated with normal logins and with neon uninstalled. Is Neon hooking into wc_maybe_store_user_agent()?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author colinpizarek

    (@colinpizarek)

    The plugin does not interact directly with any Woocommerce hooks. It adds a couple of steps to WordPress’s authentication methods, which is probably what Woocommerce is also doing. I suspect the two plugins are conflicting with each other. You could probably verify this by disabling Woocommerce and leaving Neon Sign-In enabled and running the test again.

    The plugin has not been tested for compatibility with Woocommerce.

    Plugin Author colinpizarek

    (@colinpizarek)

    Another user reported this issue as well. I was able to identify the incompatibility and adjust my code to resolve the issue. It seems like both plugins were fighting over who got to trigger the login command. If WooCommerce is active, my plugin now defers to their code to complete a login. Please update your copy of the Neon Sign-In Plugin to version 1.1.4 and see if that fixes it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Installing Plugin with Woocommerce causes issue wc_maybe_store_user_agent()’ is closed to new replies.