php - Filter Limit in opencart -
i have 266 filters in 1 group in opencart. trying add 267th , error:
notice: undefined index: filter_description in /home/eshop/public_html/admin/controller/catalog/filter.php on line 386 warning: invalid argument supplied foreach() in /home/eshop/public_html/admin/controller/catalog/filter.php on line 386 notice: undefined index: sort_order in /home/eshop/public_html/vqmod/vqcache/vq2-admin_model_catalog_filter.php on line 48 notice: undefined index: filter_description in /home/eshop/public_html/vqmod/vqcache/vq2-admin_model_catalog_filter.php on line 53 warning: invalid argument supplied foreach() in /home/eshop/public_html/vqmod/vqcache/vq2-admin_model_catalog_filter.php on line 53 warning: cannot modify header information - headers sent (output started @ /home/eshop/public_html/admin/index.php:85) in /home/eshop/public_html/vqmod/vqcache/vq2-system_engine_controller.php on line 28 warning: cannot modify header information - headers sent (output started @ /home/eshop/public_html/admin/index.php:85) in /home/eshop/public_html/vqmod/vqcache/vq2-system_engine_controller.php on line 29
is there limit in number of filters in group? oc version 1.5.6.4
Comments
Post a Comment