Results 1 to 10 of 1685

Hybrid View

  1. #1
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,701
    Plugin Contributions
    11

    Default Re: ZCA Bootstrap Template

    1.5.8 from git
    PHP 8.0
    Latest bootstrap from git
    Partial blank page

    Code:
    [10-Feb-2023 01:53:46 UTC] Request URI: /index.php?main_page=index, IP address: 177.216.199.186, Language id 1#1 require(/includes/templates/frammerdibble/sideboxes/tpl_best_sellers.php) called at [/includes/modules/sideboxes/best_sellers.php:55]
    #2 include(/includes/modules/sideboxes/best_sellers.php) called at [/includes/modules/column_right.php:30]
    #3 require(/includes/modules/column_right.php) called at [/includes/templates/frammerdibble/common/tpl_main_page.php:250]
    #4 require(/includes/templates/frammerdibble/common/tpl_main_page.php) called at [/index.php:94]
    --> PHP Warning: Undefined variable $bestsellers_list in /includes/templates/frammerdibble/sideboxes/tpl_best_sellers.php on line 14.
    
    
    [10-Feb-2023 01:53:46 UTC] PHP Fatal error: Uncaught TypeError: sizeof(): Argument #1 ($value) must be of type Countable|array, null given in /includes/templates/frammerdibble/sideboxes/tpl_best_sellers.php:14
    Stack trace:
    #0 /includes/modules/sideboxes/best_sellers.php(55): require()
    #1 /includes/modules/column_right.php(30): include('/home/frammer...')
    #2 /includes/templates/frammerdibble/common/tpl_main_page.php(250): require('/home/frammer...')
    #3 /index.php(94): require('/home/frammer...')
    #4 {main}
    thrown in /includes/templates/frammerdibble/sideboxes/tpl_best_sellers.php on line 14
    
    
    [10-Feb-2023 01:53:46 UTC] Request URI: /index.php?main_page=index, IP address: 216.177.186.199
    --> PHP Fatal error: Uncaught TypeError: sizeof(): Argument #1 ($value) must be of type Countable|array, null given in /includes/templates/frammerdibble/sideboxes/tpl_best_sellers.php:14
    Stack trace:
    #0 /includes/modules/sideboxes/best_sellers.php(55): require()
    #1 /includes/modules/column_right.php(30): include('/home/frammer...')
    #2 /includes/templates/frammerdibble/common/tpl_main_page.php(250): require('/home/frammer...')
    #3 /index.php(94): require('/home/frammer...')
    #4 {main}
    thrown in /includes/templates/frammerdibble/sideboxes/tpl_best_sellers.php on line 14.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  2. #2
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,949
    Plugin Contributions
    96

    Default Re: ZCA Bootstrap Template

    Quote Originally Posted by dbltoe View Post
    1.5.8 from git
    PHP 8.0
    Latest bootstrap from git
    Partial blank page

    Code:
    [10-Feb-2023 01:53:46 UTC] Request URI: /index.php?main_page=index, IP address: 177.216.199.186, Language id 1#1 require(/includes/templates/frammerdibble/sideboxes/tpl_best_sellers.php) called at [/includes/modules/sideboxes/best_sellers.php:55]
    #2 include(/includes/modules/sideboxes/best_sellers.php) called at [/includes/modules/column_right.php:30]
    #3 require(/includes/modules/column_right.php) called at [/includes/templates/frammerdibble/common/tpl_main_page.php:250]
    #4 require(/includes/templates/frammerdibble/common/tpl_main_page.php) called at [/index.php:94]
    --> PHP Warning: Undefined variable $bestsellers_list in /includes/templates/frammerdibble/sideboxes/tpl_best_sellers.php on line 14.
    
    
    [10-Feb-2023 01:53:46 UTC] PHP Fatal error: Uncaught TypeError: sizeof(): Argument #1 ($value) must be of type Countable|array, null given in /includes/templates/frammerdibble/sideboxes/tpl_best_sellers.php:14
    Stack trace:
    #0 /includes/modules/sideboxes/best_sellers.php(55): require()
    #1 /includes/modules/column_right.php(30): include('/home/frammer...')
    #2 /includes/templates/frammerdibble/common/tpl_main_page.php(250): require('/home/frammer...')
    #3 /index.php(94): require('/home/frammer...')
    #4 {main}
    thrown in /includes/templates/frammerdibble/sideboxes/tpl_best_sellers.php on line 14
    
    
    [10-Feb-2023 01:53:46 UTC] Request URI: /index.php?main_page=index, IP address: 216.177.186.199
    --> PHP Fatal error: Uncaught TypeError: sizeof(): Argument #1 ($value) must be of type Countable|array, null given in /includes/templates/frammerdibble/sideboxes/tpl_best_sellers.php:14
    Stack trace:
    #0 /includes/modules/sideboxes/best_sellers.php(55): require()
    #1 /includes/modules/column_right.php(30): include('/home/frammer...')
    #2 /includes/templates/frammerdibble/common/tpl_main_page.php(250): require('/home/frammer...')
    #3 /index.php(94): require('/home/frammer...')
    #4 {main}
    thrown in /includes/templates/frammerdibble/sideboxes/tpl_best_sellers.php on line 14.
    What's the site's setting for Minimum Values :: Best Sellers and Maximum Values :: Best Sellers for Box?

    FWIW, I'm guessing that the Responsive Classic template's going to do the same thing.

  3. #3
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,701
    Plugin Contributions
    11

    Default Re: ZCA Bootstrap Template

    Quote Originally Posted by lat9 View Post
    What's the site's setting for Minimum Values :: Best Sellers and Maximum Values :: Best Sellers for Box?

    FWIW, I'm guessing that the Responsive Classic template's going to do the same thing.
    Yes on the Responsive Classic

    Settings are 0 and 10 respectively.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  4. #4
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,949
    Plugin Contributions
    96

    Default Re: ZCA Bootstrap Template

    Quote Originally Posted by dbltoe View Post
    Yes on the Responsive Classic

    Settings are 0 and 10 respectively.
    It's a base Zen Cart issue; see https://github.com/zencart/zencart/issues/5596 for details.

  5. #5
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,701
    Plugin Contributions
    11

    Default Re: ZCA Bootstrap Template

    Setting the minimum to 1 makes it all better.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  6. #6
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,949
    Plugin Contributions
    96

    Default Re: ZCA Bootstrap Template

    Quote Originally Posted by dbltoe View Post
    Setting the minimum to 1 makes it all better.
    Setting the minimum value to 1 is a work-around.

  7. #7
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,701
    Plugin Contributions
    11

    Default Re: ZCA Bootstrap Template

    tru dat

    Still trying to find what overrides the initial database setting of 1.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

 

 

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

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