• Resolved ericmulder

    (@ericmulder)


    The free plugin crashes when used together with the premium plugin with the following error:

    [25-Nov-2024 13:20:10 UTC] PHP Fatal error:  Uncaught Error: Call to undefined function ACFWF\Models\ACFWP() in /home/customer/www/domain/public_html/wp-content/plugins/advanced-coupons-for-woocommerce-free/Models/Bootstrap.php:376

    Free version Versie 4.6.3.2, Premium version 4.0.0

    Models/Bootstrap.php:376

    if ( $this->_helper_functions->is_plugin_active( Plugin_Constants::PREMIUM_PLUGIN ) && version_compare( ACFWP()->Plugin_Constants->VERSION, '2.2', '<' ) ) {
    $href = admin_url( 'admin.php?page=wc-settings&tab=acfw_settings' );
    }

    Fixed by changing this part to:

            if ( $this->_helper_functions->is_plugin_active( Plugin_Constants::PREMIUM_PLUGIN ) && function_exists('ACFWP') &&  version_compare( ACFWP()->Plugin_Constants->VERSION, '2.2', '<' ) ) {
    $href = admin_url( 'admin.php?page=wc-settings&tab=acfw_settings' );
    }
Viewing 1 replies (of 1 total)
  • Plugin Support Fauzan Azizie

    (@fauzanade)

    Hi Eric,

    We recently discovered an issue caused by a new plugin in the WordPress directory that shares a similar naming structure to our premium plugin. This has led to some customers accidentally updating to their plugin instead of ours, resulting in critical errors. Please keep in mind that all of our Advanced Coupons for WooCommerce are made by our company, Rymera Web Co. https://snipboard.io/SWIqhl.jpg

    We sincerely apologize for any inconvenience this may have caused and are actively working with WordPress to resolve the issue. In the meantime, we want to ensure you have the correct version of our plugin installed.

    To fix this issue, please follow the steps below to manually update your plugin:

    1. Log in to your account on our website?and download the latest version of the plugin under the?Download?tab.
    2. Log in to your WordPress admin dashboard.
    3. Navigate to?Plugins > Add New?and upload the downloaded plugin file to replace the current version.
    4. Activate your license in?Coupons > License.
      ?

    After updating to the latest version, navigate to?Coupons > Help?and click on?Refetch update data?to ensure you receive the correct updates in the future. These steps will ensure your website is running the correct version of our plugin without any interruptions.

    Also, as you are our Premium plugins user, please contact us directly via our support form here: https://advancedcouponsplugin.com/submit-support-ticket/

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.