0

I have got below error in email template.when i am adding header

{{template config_path="design/email/header_template"}}

Error:

Error filtering template: Cannot read contents from file "D:/xampp/htdocs/magento217/" Warning!file_get_contents(D:/xampp/htdocs/magento217/): failed to open stream: No such file or directory

Can any one help me on this problem ? Any references or suggestions are highly appreciated.

sv3n
  • 11,657
  • 7
  • 40
  • 73
Kamlesh Jha
  • 1,058
  • 10
  • 30

1 Answers1

0

It seems that you could have an issue with your Xampp configuration, check if all the folders and files have the correct permissions and the ownership for the magento installation.

http://devdocs.magento.com/guides/m1x/install/installer-privileges_after.html

and checkout this related post:

Magento 2 folder/file permissions