updating 1.0.8.10 to 1.0.8.11

Open to all! Ask other shopowners for help.
Post Reply
kudos
Member
Posts: 20
Joined: Sat Jan 16, 2021 8:48 pm
Phoenix Version:
Has thanked: 1 time

updating 1.0.8.10 to 1.0.8.11

Post by kudos »

hi
while progressing through the upgrade paths. iv got this error i am not sure why
PHP Fatal error: Uncaught Error: Class 'default_currency'

Code: Select all

[06-Nov-2022 22:51:52 Europe/London] PHP Fatal error:  Uncaught Error: Class 'default_currency' not found in /xxx/xxx/xxxx/admin/includes/classes/security_checks.php:52
Stack trace:
#0 /xxx/xxx/xxxx/admin/includes/classes/security_checks.php(36): security_checks->find_modules('/xxxx/xxxx...')
#1 /xxx/xxx/xxxx/admin/includes/modules/dashboard/d_security_checks.php(30): security_checks->__construct()
#2 /xxx/xxx/xxxx/admin/index.php(62): d_security_checks->getOutput()
#3 {main}
  thrown in /xxx/xxx/xxxx/admin/includes/classes/security_checks.php on line 52
thanks


Join The Code Co-op to get access to your library in the Code Co-op Forum
ecartz
Core Team
Posts: 3084
Joined: Tue Nov 05, 2019 6:02 pm
Phoenix Version:
Has thanked: 4 times
Been thanked: 208 times

Re: updating 1.0.8.10 to 1.0.8.11

Post by ecartz »

It seems like you missed doing https://github.com/CE-PhoenixCart/Updat ... lete-these

I.e. the error suggests that you did not delete admin/includes/modules/security_check/default_currency.php


Join The Code Co-op to get access to your library in the Code Co-op Forum
Post Reply