Re: ZCA Bootstrap 4 Template [Support Thread]
ZC 2.1.0
PHP 3.2
Using version 3.7.4 of this template
Everything appears to work however I am getting the following error logs:
[03-Jan-2025 13:39:22 UTC] Request URI: /index.php?main_page=product_info&products_id=1990, IP address: xx.xxx.xx.xxx, Language id 1
#0 /includes/modules/pages/product_info/main_template_vars.php(66): zen_debug_error_handler()
#1 /includes/templates/bootstrap/common/tpl_main_page.php(233): require('/home/customer/...')
#2 /index.php(94): require('/home/customer/...')
--> PHP Warning: Undefined array key "lang" in /includes/modules/pages/product_info/main_template_vars.php on line 66.
Thank you
Re: ZCA Bootstrap 4 Template [Support Thread]
Quote:
Originally Posted by
n8pbm
ZC 2.1.0
PHP 3.2
Using version 3.7.4 of this template
Everything appears to work however I am getting the following error logs:
[03-Jan-2025 13:39:22 UTC] Request URI: /index.php?main_page=product_info&products_id=1990, IP address: xx.xxx.xx.xxx, Language id 1
#0 /includes/modules/pages/product_info/main_template_vars.php(66): zen_debug_error_handler()
#1 /includes/templates/bootstrap/common/tpl_main_page.php(233): require('/home/customer/...')
#2 /index.php(94): require('/home/customer/...')
--> PHP Warning: Undefined array key "lang" in /includes/modules/pages/product_info/main_template_vars.php on line 66.
Thank you
What additional plugins/add-ons are present on the site? What sideboxes are enabled?
Re: ZCA Bootstrap 4 Template [Support Thread]
Plugins installed
Braintree Credit card (Old Version and does generate depreciation logs)
Ty package Tracker
Export Shipping and Order Information II
DBIo
Order comments Boilerplate
Sideboxes are:
category
EZ Pages
Bootstrap/Information
I know the Braintree plugin needs to be upgraded, However the new upgrade does not work with my Braintree account. I am hoping that will be fixed soon. I originally thought that module was causing the issues (And maybe it is).
Thank you
Re: ZCA Bootstrap 4 Template [Support Thread]
Hmm, none of those add-ons/sideboxes should have bearing on that log (coming from the Zen Cart base).
Is your site multi-lingual?
Re: ZCA Bootstrap 4 Template [Support Thread]
I like the modal dialog display of additional images, and generally it's just what's needed.
However, occasionally some detail in the image can still be hard to see when it's scaled down to 500 px wide. Would you consider adding a link to the dialog to open the image in full size?
ZC 1.5.8a, Bootstrap 3.6.4.
Re: ZCA Bootstrap 4 Template [Support Thread]
Quote:
Originally Posted by
lat9
Hmm, none of those add-ons/sideboxes should have bearing on that log (coming from the Zen Cart base).
Is your site multi-lingual?
It is not.
However, I think this is a product that should not be active. It appears to be a product that is "abandoned" somehow. I cannot find it in the admin/catalog area. So I think it is a product that got abandoned. I will do some investigating.
Re: ZCA Bootstrap 4 Template [Support Thread]
Just an update, it looks like I have a product listed in the products table that does not have a record in the products_description table. I believe this is causing the issue.
I may have to find a way to create a SQL Statement to identify any other orphan records.
Thanks for the feedback.
Re: ZCA Bootstrap 4 Template [Support Thread]
Quote:
Originally Posted by
n8pbm
Just an update, it looks like I have a product listed in the products table that does not have a record in the products_description table. I believe this is causing the issue.
I may have to find a way to create a SQL Statement to identify any other orphan records.
select p.products_id from products p where not exists (Select pd.products_id from products_description pd where pd.products_id = p.products_id);
Re: ZCA Bootstrap 4 Template [Support Thread]
ZC2.1.0, Bootstrap 3.7.4.
No sure if this is relevant, a bug in the template or if I did something wrong, but just wanted to make a note about this cart update button issue:
https://www.zen-cart.com/showthread....06#post1405206
Hoping maybe somebody could confirm if it's a template bug or not.
Re: ZCA Bootstrap 4 Template [Support Thread]
Quote:
Originally Posted by
DML73
ZC2.1.0, Bootstrap 3.7.4.
No sure if this is relevant, a bug in the template or if I did something wrong, but just wanted to make a note about this cart update button issue:
https://www.zen-cart.com/showthread....06#post1405206
Hoping maybe somebody could confirm if it's a template bug or not.
It is; see this correction which will be part of v3.7.5 of the template:
https://github.com/lat9/ZCA-Bootstra...dca59dda5b0L73