0

I am getting this error in Magento 1 - "Unable to list current working directory." while trying to forgot password in frontend after adding email and captcha. I have attach reference for error bellow. Frontend Forgot Password error

  • Thank you in advance!
  • Please provide enough code so others can better understand or reproduce the problem. – Community Sep 08 '22 at 02:56
  • Actually, Coding is not for this area. We are getting this error after moving forward in Forgot password process. you can check the image i have added in the description. - Thank you. – Ekta Rathod Sep 08 '22 at 04:25

1 Answers1

0

If your locale is en_US, then make sure the email template exists at

app/locale/en_US/template/email/password_or_email_changed.html

If you are using other locale, then make sure the folder and file exists at

app/locale/{locale}/template/email/password_or_email_changed.html
kiatng
  • 2,847
  • 32
  • 39