Replies: 3
I’m currently using the free version of the Cost Calculator Builder plugin, but I’m encountering a fatal PHP error caused by the plugin trying to load a class that only exists in the PRO version.
Here is the error message from the log:
PHP Fatal error: Uncaught Error: Class "cBuilder\Classes\CCBProTemplate" not found in /wp-content/plugins/cost-calculator-builder/templates/frontend/partials/multi-step.php:352
It looks like the plugin is trying to call:
\cBuilder\Classes\CCBProTemplate::load( 'frontend/partials/woo-products' );
…even though I only have the free version installed.
Please advise on how to resolve this. Is this a bug in the latest version? Should this part of the code be conditionally loaded only if the PRO version is active?
Thanks in advance for your support!