• Resolved sadhanamahale

    (@sadhanamahale)


    Hello Team,

    We are experiencing a critical issue with the GHL Wizard / LC Wizard plugin on our WordPress site.

    PHP Warning: require_once(get-associations.php): Failed to open stream: No such file or directory in /wp-content/plugins/ghl-wizard/api/apis.php on line 9
    PHP Fatal error: Uncaught Error: Failed opening required ‘get-associations.php’

    Temporary, I have commented line number 9, then site up.

    add_action(‘init’, function() {
    require_once(‘get-token.php’);
    require_once(‘get-tags.php’);
    require_once(‘get-campaigns.php’);
    require_once(‘get-workflows.php’);
    require_once(‘contacts.php’);
    require_once(‘get-custom-values.php’);
    // require_once(‘get-associations.php’);
    require_once(‘get-custom-fields.php’);
    });

    Required get-associations.php file is missing.

    Could you please advise on a fix or provide the missing get-associations.php file?

    Thank you.

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor betterwizard

    (@betterwizard)

    Hi @sadhanamahale

    We’ve patched the current version.
    The reason is that we’re working on the next release, which will include GHL association integration to enable parent–child functionality in WordPress. The get-associations.php file will be bundled in that release.

    For now, you can either reinstall the plugin to pull in the fix or just keep what you did (commenting out that line); it won’t break anything.

    Thanks a lot for pointing it out – really appreciate it!

    Thread Starter sadhanamahale

    (@sadhanamahale)

    Hi @betterwizard,

    Thank you for your quick response. Currently, I am seeing below warning message on the site:

    Your WordPress isn’t connected with the CRM. You must connect it to make “LC Wizard” plugin work. Connect Here

    Can we temporarily keep this workaround in place until the next plugin version is released?

    Plugin Contributor betterwizard

    (@betterwizard)

    Hi @sadhanamahale
    You must connect your WordPress site with the HighLevel CRM before using the plugin, as it relies on the GHL connection.

    If you ever need direct assistance, we’ll be happy to help you.

    Thread Starter sadhanamahale

    (@sadhanamahale)

    Hi,

    We have updated version but getting new error:
    [STDERR] PHP Fatal error: Uncaught Error: Call to undefined function hlwpw_get_location_contact_data() in /var/www/domain.com/htdocs/wp-content/plugins/ghl-wizard/inc/wp_user.php:75

    please provide permanent solution.

    Plugin Contributor betterwizard

    (@betterwizard)

    Hi @sadhanamahale
    Please update to the recent version 1.2.24 it should be fixed.

    Thread Starter sadhanamahale

    (@sadhanamahale)

    The issue has been fixed. Thanks

    Plugin Contributor betterwizard

    (@betterwizard)

    Hi @sadhanamahale
    Thank you so much for the update. Have a great day.

Viewing 7 replies - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.