Hi,
I use Magento 2.3.3 and I've a problem when I add product on cart, appeared this error:
Validate class not found from basename 'Magento\Framework\Validator\EmailAddress'
I see that is a problem about Plesk pannel, but I use cPanel and I don't understand how can I solve it. Can you help me please?
Thanks so much
Matteo
Hi, I have the same problem as you, how did you solve it?
Hey @Paride Fontana,
You can add this to your php.ini file
include_path = ".:/yourpathtomagento/vendor/magento/zendframework1/library"
Thanks