Page 150 of 158 FirstFirst ... 50100140148149150151152 ... LastLast
Results 1,491 to 1,500 of 1575
  1. #1491
    Join Date
    Mar 2005
    Posts
    140
    Plugin Contributions
    0

    Default 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

  2. #1492
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,402
    Plugin Contributions
    94

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Quote Originally Posted by n8pbm View Post
    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?

  3. #1493
    Join Date
    Mar 2005
    Posts
    140
    Plugin Contributions
    0

    Default 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

  4. #1494
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,402
    Plugin Contributions
    94

    Default 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?

  5. #1495
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,312
    Plugin Contributions
    125

    Default 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.
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  6. #1496
    Join Date
    Mar 2005
    Posts
    140
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Quote Originally Posted by lat9 View Post
    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.

  7. #1497
    Join Date
    Mar 2005
    Posts
    140
    Plugin Contributions
    0

    Default 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.

  8. #1498
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,312
    Plugin Contributions
    125

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Quote Originally Posted by n8pbm View Post
    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);
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  9. #1499
    Join Date
    Oct 2007
    Posts
    381
    Plugin Contributions
    0

    Default 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.

  10. #1500
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,402
    Plugin Contributions
    94

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Quote Originally Posted by DML73 View Post
    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

 

 

Similar Threads

  1. v155 Clone a Template [Support Thread]
    By lat9 in forum Addon Admin Tools
    Replies: 107
    Last Post: 11 Nov 2024, 08:28 PM
  2. v150 aBagon Template Support Thread
    By VJef in forum Addon Templates
    Replies: 54
    Last Post: 5 Sep 2020, 08:44 PM
  3. v155 ZCA Bootstrap Template 1.0 (BETA)
    By rbarbour in forum Addon Templates
    Replies: 74
    Last Post: 25 Apr 2018, 07:05 PM
  4. TB Sempre Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 48
    Last Post: 19 Mar 2015, 06:33 PM
  5. Wallet Template - Support Thread
    By zami in forum Addon Templates
    Replies: 45
    Last Post: 25 Mar 2010, 10:15 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR