Totally Zenned
- Join Date:
- Apr 2007
- Location:
- Ontario, Canada
- Posts:
- 1,733
- Plugin Contributions:
- 14
PHP Warning: A non-numeric value encountered in tpl_modules_mobile_menu.php
PHP Warning: A non-numeric value encountered in categories_ul_generator.php
**This error started in tpl_modules_mobile_menu.php **
As the result of a number of **categories **having the special character '&' instead of '&' like Salt & Vinegar should be Salt & Vinegar
Changing line 38:
$menulist = $zen_CategoriesUL->buildTree(true);
to this:
$menulist = $zen_CategoriesUL->buildTree();
Allows the mobile menu to operate correctly again.
Note there are updates related to this function here:
https://www.zen-cart.com/showthread.php?223527-A-non-numeric-value&highlight=non-numeric+value+encountered
and perhaps here as well:
https://www.zen-cart.com/showthread.php?222638-PHP-Warning-A-non-numeric-value-encountered-PHP-7-warnings&highlight=non-numeric+value+encountered