bug in woocommerce-trusted-shops.php
-
Hi everyone,
I tried to install your plugin on my shop and it crashed the site, i.e. failed to load the content and displayed a few php errors instead. One was about an undefined Operator in line 266 of woocommerce-trusted-shops.php
I changed line 266 from
$GLOBALS['template_name'][] = $template_name;
to
$GLOBALS['template_name'] = $template_name;
which solved the issue. Unfortunately I now have an altered version of your plugin that will be overwritten with the next update.
Could you please fix the issue?
Thanks in advance
Georg
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘bug in woocommerce-trusted-shops.php’ is closed to new replies.