Page 16 of 16 FirstFirst ... 6141516
Results 151 to 159 of 159
  1. #151
    Join Date
    Nov 2005
    Location
    France
    Posts
    594
    Plugin Contributions
    8

    Default Re: Products Pagination - Support Thread

    Quote Originally Posted by torvista View Post
    I think it does work out of the box, but it does need fettling for php 8.2.
    I have it working and have put up a zc158 branch in my Github which includes those changes, apart from template files.
    I'm seeing multiple logs when testing your GitHub version on 1.5.8a running PHP 8.1.13

    Code:
    PHP Deprecated: Creation of dynamic property products_pagination_observer::$product_names_array is deprecated in /home/embondir/public_html/dev/includes/classes/observers/class.products_pagination_observer.php on line 14.
    
    PHP Deprecated: Creation of dynamic property products_pagination_observer::$product_names_array is deprecated in /home/embondir/public_html/dev/includes/classes/observers/class.products_pagination_observer.php on line 15.
    
    PHP Deprecated: Creation of dynamic property products_pagination_observer::$isTablet is deprecated in /home/embondir/public_html/dev/includes/classes/observers/class.products_pagination_observer.php on line 29.
    
    PHP Deprecated: Creation of dynamic property products_pagination_observer::$isMobile is deprecated in /home/embondir/public_html/dev/includes/classes/observers/class.products_pagination_observer.php on line 30.
    
    PHP Deprecated: Creation of dynamic property products_pagination_observer::$isDesktop is deprecated in /home/embondir/public_html/dev/includes/classes/observers/class.products_pagination_observer.php on line 31.
    
    PHP Deprecated: Creation of dynamic property products_pagination_observer::$isEnabled is deprecated in /home/embondir/public_html/dev/includes/classes/observers/class.products_pagination_observer.php on line 33.
    
    PHP Deprecated: Creation of dynamic property products_pagination_observer::$isEnabledMobile is deprecated in /home/embondir/public_html/dev/includes/classes/observers/class.products_pagination_observer.php on line 34.
    
    PHP Deprecated: Creation of dynamic property products_pagination_observer::$pagePaginationEnabled is deprecated in /home/embondir/public_html/dev/includes/classes/observers/class.products_pagination_observer.php on line 63.
    Managing Director of https://jsweb.uk

    Zen Cart developer since 2009

  2. #152
    Join Date
    Aug 2007
    Location
    Gijón, Asturias, Spain
    Posts
    2,720
    Plugin Contributions
    30

    Default Re: Products Pagination - Support Thread

    I would expect those errors where the variables were not declared before being used, which is not the case here.
    I've quickly compared my production files and updated the Github ZC158 branch, but not with anything I would think is related to these errors.
    Are you sure you have the observer from that branch in use?
    Steve
    github.com/torvista: BackupMySQL, Structured Data, Multiple Copy-Move-Delete, Google reCaptcha, Image Checker, Spanish Language Pack and more...

  3. #153
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,172
    Plugin Contributions
    90

    Default Re: Products Pagination - Support Thread

    v3.0.1 of Products' Pagination is now available for download: https://www.zen-cart.com/downloads.php?do=file&id=1199

    This version requires a minimum Zen Cart version of 1.5.8 and supports the built-in responsive_classic and the ZCA Bootstrap (v3.6.5 or later) templates.

    Note: v3.0.1 corrects an admin installation issue introduced in v3.0.0.

  4. #154
    Join Date
    Nov 2005
    Location
    France
    Posts
    594
    Plugin Contributions
    8

    Default Re: Products Pagination - Support Thread

    I am seeing the following error log when using version 3.0.1 on ZC 1.5.8a. PHP version 8.1.29

    PHP Fatal error: Uncaught Error: Typed property ProductsPaginationObserver::$nextPosition must not be accessed before initialization in /home/dynamicf/public_html/includes/classes/observers/ProductsPaginationObserver.php:291
    Managing Director of https://jsweb.uk

    Zen Cart developer since 2009

  5. #155
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,172
    Plugin Contributions
    90

    Default Re: Products Pagination - Support Thread

    Quote Originally Posted by strelitzia View Post
    I am seeing the following error log when using version 3.0.1 on ZC 1.5.8a. PHP version 8.1.29

    PHP Fatal error: Uncaught Error: Typed property ProductsPaginationObserver::$nextPosition must not be accessed before initialization in /home/dynamicf/public_html/includes/classes/observers/ProductsPaginationObserver.php:291
    Did you apply the overrides present in the zc158_override directory, as identified in the plugin's readme.html?

  6. #156
    Join Date
    Nov 2005
    Location
    France
    Posts
    594
    Plugin Contributions
    8

    Default Re: Products Pagination - Support Thread

    Quote Originally Posted by lat9 View Post
    Did you apply the overrides present in the zc158_override directory, as identified in the plugin's readme.html?
    Just double checked and I can confirm the overrides for 158 were applied as per the readme.
    Managing Director of https://jsweb.uk

    Zen Cart developer since 2009

  7. #157
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,172
    Plugin Contributions
    90

    Default Re: Products Pagination - Support Thread

    What template?

  8. #158
    Join Date
    Nov 2005
    Location
    France
    Posts
    594
    Plugin Contributions
    8

    Default Re: Products Pagination - Support Thread

    Quote Originally Posted by lat9 View Post
    What template?
    It's a custom template using bootstrap 3.3
    Managing Director of https://jsweb.uk

    Zen Cart developer since 2009

  9. #159
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,172
    Plugin Contributions
    90

    Default Re: Products Pagination - Support Thread

    Quote Originally Posted by strelitzia View Post
    It's a custom template using bootstrap 3.3
    You're on your own; works fine with builtin responsive classic.

 

 
Page 16 of 16 FirstFirst ... 6141516

Similar Threads

  1. Compare multiple products - support thread
    By willie bee in forum Addon Templates
    Replies: 37
    Last Post: 9 Jan 2020, 08:25 PM
  2. v154 All Products Virtual -- No Shipping [Support Thread]
    By lat9 in forum All Other Contributions/Addons
    Replies: 16
    Last Post: 22 Jul 2019, 12:04 PM
  3. v153 Linked Products Report [Support Thread]
    By lat9 in forum All Other Contributions/Addons
    Replies: 11
    Last Post: 11 Jun 2015, 09:52 PM
  4. Products Disclaimer Support Thread
    By clydejones in forum All Other Contributions/Addons
    Replies: 12
    Last Post: 2 Jun 2010, 11:29 PM
  5. Products/Categories URLs Exporter Support Thread
    By joshuayang in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 28 Mar 2010, 05:33 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