clearing the cache and installing the payment module

cpujjwal

Member
XNullUser
Joined
Feb 3, 2022
Messages
31
Reaction score
3
Points
8
NullCash
8
This problem comes from the Mage module. You should disable this module from your project
php bin/magento module:disable Mage_Customer
Or alternatively, you can put debug in the file /app/code/core/Mage/Customer/Model/Observer.php so you can find out the reason for the error in this file
 

zyhivan

Member
XNullUser
Joined
Aug 6, 2021
Messages
571
Reaction score
0
Points
16
NullCash
2,521
Thanks for sharing it, Thank you so much! Thank you so much!
 
Top