Zen Cart Logo
Forums / Bug Reports / Debug Log

Debug Log

Views: 1,285

Results 1 to 6 of 6
24 Aug 2023, 13:31
#1
jodean avatar

jodean

Totally Zenned

Join Date:
May 2011
Location:
Tennessee
Posts:
511
Plugin Contributions:
0

Debug Log

I don't have any custom code and recently upgraded to 1.5.8

[##############################]File Contents( /home/customer/www/tennesseetraditionalflies.com/public_html/shop/logs/myDEBUG-20230824-132422-227679.log)[/COLOR]
[24-Aug-2023 13:24:22 UTC] PHP Fatal error: Trait 'Zencart\Traits\NotifierManager' not found in /includes/classes/class.base.php on line 12

[24-Aug-2023 13:24:22 UTC] Request URI: /shop-1.5.7d/, IP address: 69.137.114.242
--> PHP Fatal error: Trait 'Zencart\Traits\NotifierManager' not found in /includes/classes/class.base.php on line 12.

24 Aug 2023, 18:12
#2
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,065
Plugin Contributions:
56

Re: Debug Log

You're missing the Zen Cart core files present in /includes/classes/traits

24 Aug 2023, 18:33
#3
jodean avatar

jodean

Totally Zenned

Join Date:
May 2011
Location:
Tennessee
Posts:
511
Plugin Contributions:
0

Re: Debug Log

lat9:

You're missing the Zen Cart core files present in /includes/classes/traits

Three three files are there but it looks like the code is looking in the old files from before the upgrade. /shop-1.5.7d/

25 Aug 2023, 00:47
#4
carlwhat avatar

carlwhat

zennedOut

Join Date:
Nov 2005
Location:
los angeles
Posts:
2,953
Plugin Contributions:
8

Re: Debug Log

jodean:

Three three files are there but it looks like the code is looking in the old files from before the upgrade. /shop-1.5.7d/

not really sure how you are drawing that conclusion. i do not believe there was a NotifierManager in v157.

the error is stating it can not find this file:

includes/classes/traits/NotifierManager.php

if, as you state, that file is there, my guess would be that it is a permissions issue.

which is a good time to ask your host if the permsissions are correct so that your web server application can see that file.

best.

25 Aug 2023, 13:23
#5
jodean avatar

jodean

Totally Zenned

Join Date:
May 2011
Location:
Tennessee
Posts:
511
Plugin Contributions:
0

Re: Debug Log

carlwhat:

not really sure how you are drawing that conclusion. i do not believe there was a NotifierManager in v157.

the error is stating it can not find this file:

includes/classes/traits/NotifierManager.php

if, as you state, that file is there, my guess would be that it is a permissions issue.

which is a good time to ask your host if the permsissions are correct so that your web server application can see that file.

best.

Here is the exact error in the log

[##############################]File Contents( /home/customer/www/tennesseetraditionalflies.com/public_html/shop/logs/myDEBUG-20230824-132422-227679.log)[/COLOR]
[24-Aug-2023 13:24:22 UTC] PHP Fatal error: Trait 'Zencart\Traits\NotifierManager' not found in /includes/classes/class.base.php on line 12

[24-Aug-2023 13:24:22 UTC] Request URI: /shop-1.5.7d/, IP address: 69.137.114.242


--> PHP Fatal error: Trait 'Zencart\Traits\NotifierManager' not found in /includes/classes/class.base.php on line 12.

You can see in the Request URI that it is referencing /Shop-1.5.7d/

25 Aug 2023, 14:00
#6
carlwhat avatar

carlwhat

zennedOut

Join Date:
Nov 2005
Location:
los angeles
Posts:
2,953
Plugin Contributions:
8

Re: Debug Log

jodean:

Here is the exact error in the log

[##############################]File Contents( /home/customer/www/tennesseetraditionalflies.com/public_html/shop/logs/myDEBUG-20230824-132422-227679.log)[/COLOR]
[24-Aug-2023 13:24:22 UTC] PHP Fatal error: Trait 'Zencart\Traits\NotifierManager' not found in /includes/classes/class.base.php on line 12

[24-Aug-2023 13:24:22 UTC] Request URI: /shop-1.5.7d/, IP address: 69.137.114.242


--> PHP Fatal error: Trait 'Zencart\Traits\NotifierManager' not found in /includes/classes/class.base.php on line 12.

You can see in the Request URI that it is referencing /Shop-1.5.7d/

really?

Shop-1.5.7.d in this situation is a directory.

i am not sure how i am able to draw conclusions about your upgrade process based on your directory.

here is what i know:

  • v1.5.7 works.
  • v1.5.8 works.
  • your implementation does not.

based on what you are saying, you have either copied files to the wrong places, or you have problems in your configure.php files.

either way, good luck solving your situation.