Plugin Contributor
David G
(@gravid7)
Hi @pyoil,
It seems you are using both free and plus versions of the booster plugin.
If you are using the plus version, you do not need to activate the free version.
Please try to deactivate the free version for now if you are using the paid one.
No David, that’s definitely not the fix. I’ve got the same issue and have been running Booster for years and years.
It’s making two calls between Booster and Booster Plus by the look of it. My website is down because of it. I’m going to try and comment out the second call to see if that’s get me around it but it’s a MAJOR problem.
Comment out the following lines at the end of
wp-content/plugins/booster-plus-for-woocommerce/booster-plus-for-woocommerce.php
/**
add_action( ‘plugins_loaded’, ‘_load_plugin_class’ );
function _load_plugin_class() {
WCJ();
}
*/
This stops it being called twice! Website back up and running.
Plugin Author
ronyp
(@ronyp)
Hello @pyoil,
Kindly please have a look at the below solution.
https://ww.wp.xz.cn/support/topic/problem-with-booster-v5-6-4/
Kind Regards,
RonyP – Support Team
Thread Starter
pyoil
(@pyoil)
What is the actual fix? Remove the free plugin? Or change the function name?
I removed the plugin as instructed first. Should I now go install it again and rename the function?
Plugin Contributor
David G
(@gravid7)
Hi @pyoil
You just need to deactivate free plugin, no need to rename any function. Let us know if you have any further queries.