cancel
Showing results for 
Search instead for 
Did you mean: 

unable to create a order from admin side

unable to create a order from admin side

unable to create order from admin side showing error "Validate class not found from basename 'Magento\Framework\Validator\EmailAddress' ". 

2 REPLIES 2

Re: unable to create a order from admin side

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

Re: unable to create a order from admin side

You can add this in your php.ini file

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

Add your Magento Root directory path where I have mentioned magentopath in the above path and then check.