cancel
Showing results for 
Search instead for 
Did you mean: 

Validate EmailAddress

Validate EmailAddress

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

2 REPLIES 2

Re: Validate EmailAddress

Hi, I have the same problem as you, how did you solve it?

Re: Validate EmailAddress

Hey @Paride Fontana,

 

You can add this to your php.ini file

 

include_path = ".:/yourpathtomagento/vendor/magento/zendframework1/library"

Thanks