Results 1 to 9 of 9
  1. #1
    Join Date
    Sep 2005
    Location
    Ocala, FL
    Posts
    494
    Plugin Contributions
    0

    Default Can't see products after clicking category from front page after upgrade and plugins

    I just started a new 1.58a zen store on 8.2.4 php, upgraded from 1.58 database along with the following plugins:

    One Page Checkout
    Ultimate URLS
    Database backup
    Square WebPay

    Now I get the following internal server error when clicking the category to view an item.
    It seems the dbase upgraded ok. I can see my categories and items within my admin.
    Any advice?
    Click image for larger version. 

Name:	Capture.jpg 
Views:	138 
Size:	15.4 KB 
ID:	20255

    Many thanks

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

    Default Re: Can't see products after clicking category from front page after upgrade and plug


  3. #3
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,703
    Plugin Contributions
    123

    Default Re: Can't see products after clicking category from front page after upgrade and plug

    Remember that while the Zen Cart core is 8.2 ready, not all plugins are; you may need to downgrade to 8.1 until they're fixed.
    That Software Guy. My Store: Zen Cart Modifications
    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.

  4. #4
    Join Date
    Sep 2005
    Location
    Ocala, FL
    Posts
    494
    Plugin Contributions
    0

    Default Re: Can't see products after clicking category from front page after upgrade and plug

    Quote Originally Posted by spawnie69 View Post
    I just started a new 1.58a zen store on 8.2.4 php, upgraded from 1.58 database along with the following plugins:

    One Page Checkout
    Ultimate URLS
    Database backup
    Square WebPay

    Now I get the following internal server error when clicking the category to view an item.
    It seems the dbase upgraded ok. I can see my categories and items within my admin.
    Any advice?
    Click image for larger version. 

Name:	Capture.jpg 
Views:	138 
Size:	15.4 KB 
ID:	20255

    Many thanks
    I checked my logs and in My Debug discovered:

    Code:
    [12-Apr-2023 12:38:34 America/Boise] PHP Fatal error:  Trait 'Zencart\Traits\NotifierManager' not found in /XXXXXX/XXXXX/public_html/XXXXXXXX/includes/classes/class.base.php on line 12
    I checked that file and found the following:

    Code:
     */
    use Zencart\Traits\NotifierManager;
    use Zencart\Traits\ObserverManager;
    
    class base
    {
        use NotifierManager;
        use ObserverManager;
    
        public static function camelize($rawName, $camelFirst = false)
        {
            if ($rawName == "")
                return $rawName;
            if ($camelFirst) {
                $rawName[0] = strtoupper($rawName[0]);
            }
            return preg_replace_callback('/[_-]([0-9,a-z])/', function ($matches) {
                return strtoupper($matches[1]);
            }, $rawName);
        }
    }
    I also checked my other working new installs w/o upgraded database and with mods mentioned above and the class.base file is the same.

    So does that mean by upgrading changed something that is not allowing me to see my products or categories as mentioned?
    I also changed my php to 8.1 and still get the same results only on the upgraded site.
    Thanks for your help
    Last edited by spawnie69; 14 Apr 2023 at 11:39 PM.

  5. #5
    Join Date
    Jul 2012
    Posts
    16,734
    Plugin Contributions
    17

    Default Re: Can't see products after clicking category from front page after upgrade and plug

    It appears to mean that you are missing the file NotifierManager.php to be found in: CATALOG/includes/classes/traits/
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  6. #6
    Join Date
    Sep 2005
    Location
    Ocala, FL
    Posts
    494
    Plugin Contributions
    0

    Default Re: Can't see products after clicking category from front page after upgrade and plug

    Quote Originally Posted by mc12345678 View Post
    It appears to mean that you are missing the file NotifierManager.php to be found in: CATALOG/includes/classes/traits/
    I did notice this and appears to be present.

  7. #7
    Join Date
    Sep 2005
    Location
    Ocala, FL
    Posts
    494
    Plugin Contributions
    0

    Default Re: Can't see products after clicking category from front page after upgrade and plug

    Click image for larger version. 

Name:	NotifierManager.jpg 
Views:	105 
Size:	19.4 KB 
ID:	20256

    Here is the file present.

  8. #8
    Join Date
    Sep 2005
    Location
    Ocala, FL
    Posts
    494
    Plugin Contributions
    0

    Default Re: Can't see products after clicking category from front page after upgrade and plug

    Maybe since it was built on 8.2 and upgraded the database caused an issue.
    Should I do a clean install on php 8.1 then do the upgrade? Thanks again
    Last edited by spawnie69; 15 Apr 2023 at 04:10 AM.

  9. #9
    Join Date
    Sep 2005
    Location
    Ocala, FL
    Posts
    494
    Plugin Contributions
    0

    Default Re: Can't see products after clicking category from front page after upgrade and plug

    I just want to give an update. I reinstalled and uploaded database and all is ok for now since I took out ultimate urls which has not been updated for 1.58a as of yet.

 

 

Similar Threads

  1. can't see product descriptions in admin after upgrade.....
    By voluntaryist.only in forum Upgrading to 1.5.x
    Replies: 1
    Last Post: 18 Jul 2013, 03:05 PM
  2. Products not displaying after clicking on category
    By Carsen in forum Setting Up Categories, Products, Attributes
    Replies: 6
    Last Post: 12 Apr 2010, 12:37 AM
  3. blank page after clicking upgrade
    By MachaNeko in forum Upgrading from 1.3.x to 1.3.9
    Replies: 27
    Last Post: 8 Apr 2009, 04:24 AM
  4. can't see anything after clicking 'change address'
    By Kinjal in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 2 Jun 2008, 12:52 PM
  5. no products shown after clicking Category
    By satelitas in forum Setting Up Categories, Products, Attributes
    Replies: 10
    Last Post: 6 Aug 2006, 04:49 AM

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