PHP 8.4.4 / ZC 2.1.0 / Bootstrap 3.7.7
After upgrading, I'm getting the following warning messages when I load up the product details page of an item:
Code:
[20-Jun-2025 14:08:36 America/New_York] Request URI: /justuptown/demo-for-testing-only-c-1/printing-123-p-1.html, IP address: 127.0.0.1, Language id 1
#0 E:\xampp\htdocs\justuptown\includes\modules\pages\product_info\main_template_vars.php(66): zen_debug_error_handler()
#1 E:\xampp\htdocs\justuptown\includes\templates\bootstrap\common\tpl_main_page.php(233): require('E:\\xampp\\htdocs...')
#2 E:\xampp\htdocs\justuptown\index.php(94): require('E:\\xampp\\htdocs...')
--> PHP Warning: Undefined array key "lang" in E:\xampp\htdocs\justuptown\includes\modules\pages\product_info\main_template_vars.php on line 66.
I tried to see what the data from the $product_info->fields was as I noticed there is no ['lang'] defined for it.
Bookmarks