All Topics
Woocommerce add-on – Php 7.1.2 – Variation column – Fatal Error
Hi there,
getting this error on variation column after switching to php 7.1.2
Fatal error: Uncaught Error: [] operator not supported for strings in /var/www/web/app/plugins/cac-addon-woocommerce/classes/column/product/variation.php on line 66
seems to be fixed by replacing line 27 of same file
$values = ”;
by
$values = [];
hope this helps
thomas
You must be logged in to reply to this topic.