Quote Originally Posted by Georgecy View Post
Hi Guys, I upgraded the bootstrap template from 3.6.2 to 3.6.3,(php 7.4.33, Mysql 5.7.31 ZC 1.5.7d) and I get a lot of errors in the logs such the ones shown below. I would assume that something went wrong in the installation. Any advice is welcome.


[08-Mar-2024 15:41:51 UTC] Request URI: /index.php?main_page=products_all&disp_order=1&page=13, IP address:
#1 require(/includes/templates/bootstrap/templates/tpl_products_all_default.php) called at [/includes/templates/bootstrap/common/tpl_main_page.php:216]
#2 require(/includes/templates/bootstrap/common/tpl_main_page.php) called at [/index.php:94]
--> PHP Warning: Use of undefined constant FILENAME_SEARCH_RESULT - assumed 'FILENAME_SEARCH_RESULT' (this will throw an Error in a future version of PHP) in /includes/templates/bootstrap/templates/tpl_products_all_default.php on line 22.

[08-Mar-2024 15:41:51 UTC] Request URI: /index.php?main_page=products_all&disp_order=1&page=13, IP address:
#1 require(/includes/templates/bootstrap/templates/tpl_products_all_default.php) called at [/includes/templates/bootstrap/common/tpl_main_page.php:216]
#2 require(/includes/templates/bootstrap/common/tpl_main_page.php) called at [/index.php:94]
--> PHP Warning: Use of undefined constant TEXT_SHOW - assumed 'TEXT_SHOW' (this will throw an Error in a future version of PHP) in /includes/templates/bootstrap/templates/tpl_products_all_default.php on line 23.
Crud, that's why I've been dropping support for Zen Cart versions prior to 1.5.8. As a work-around, you can change Configuration :: Product Listing :: Include Product Listing Alpha Sorter Dropdown to false until such time as I get that section updated for zc157 compatibility.

See this GitHub issue for tracking: https://github.com/lat9/ZCA-Bootstra...ate/issues/333