Bug with new version
-
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]
You must be logged in to reply to this topic.