AbanteCart Community

Shopping Cart Operations => Support => Extension Support => Topic started by: www.PiShop.co.za on April 19, 2016, 05:11:32 PM

Title: Template Engine Array Issue
Post by: www.PiShop.co.za on April 19, 2016, 05:11:32 PM
Im seeing thousands of these errors in my error log:
2016-04-19 23:10:18 - warning: AbanteCart core v.1.2.6 in_array() expects parameter 2 to be array, null given in <b>/home/user/public_html/store/core/engine/extensions.php</b> on line <b>835</b>

anybody know what that is and what could be causing it?
Title: Re: Template Engine Array Issue
Post by: eCommerce Core on April 20, 2016, 08:49:28 AM
Looks like some extension causing this warning. What extensions do you have installed?
Title: Re: Template Engine Array Issue
Post by: abolabo on April 20, 2016, 11:44:48 AM
we already fixed this issue in v1.2.7
You can try to replace your file core/engine/extensions.php with this https://raw.githubusercontent.com/abantecart/abantecart-src/1.2.7/public_html/core/engine/extensions.php
Title: Re: Template Engine Array Issue
Post by: www.PiShop.co.za on April 28, 2016, 02:43:58 AM
Thanks, I'll try the file replacement this evening (during the store's quite time) and let you know how it goes.