Hi @dazsmodels,
I was able to recreate the issue. We’re looking into this now.
Cheers,
David
This is a strange one but it seems related to the 10web plugin you have installed.
With the 10web Booster plugin enabled, if we enable any other plugin, a fatal error is triggered.
I’ll report the issue to them.
David
i have reported to them aswell so hopefully a fix soon
Here’s the link to the issue:
Hi guys!
I was also getting this issue with 10Web Booster. The issue is the following. 10Web Booster has require_once 'vendor/autoload.php'; code, that somehow requires Kirki’s autoload.
Changing this to require_once __DIR__.'/vendor/autoload.php'; fixes the issue.
To the plugin authors: you guys should perhaps check why Kirki’s autoload gets required, as there are many other plugins/themes that are getting fatal errors because of Kirki framework.
Cheers!
Can you please try to update to Kirki version 4.1.1 to see if that makes any differencce for you?
Thank you.
Awesome, thank you for letting us know!
