1

I have recently moved Magento 2 installation from local host to server and after solving file permission issues I am stuck at the following exception.

1 exception(s): Exception #0 (Magento\Framework\Exception\ValidatorException): Path "/home/onelifehair/public_html/pub/static/" cannot be used with directory "/home/onelifehair/public_html/pub/static/"

I have tried to solve this by fixing windows path issue as mentioned here, but it's not working.

Community
  • 1
  • 1

1 Answers1

0

just do this in your terminal

chmod -R 777 /home/onelifehair/public_html/pub/static/
Akshay
  • 1,019
  • 12
  • 21