1. renamed my config files so they won't be overwritten
2. performed upgrade steps 2 through 11
When I launched the store I got two errors. Both are in the same controller file:
AndNotice: Undefined index: count in /home/modernf2/public_html/shop-test-site/catalog/controller/module/category.php on line 44
Both lines 44 & 66 referred to a count check statement as follows:Notice: Undefined index: count in /home/modernf2/public_html/shop-test-site/catalog/controller/module/category.php on line 66
Code: Select all
if ($setting['count']) {
.
.
.
Thanks in advance.