Facing the following error in my 'magento localhost'. Tried creating a 'tmp' folder in the 'root directory' but is not working. Maybe I'm creating it in the wrong directory? Thanks
Asked
Active
Viewed 229 times
1 Answers
0
Chance that this is a permissions issue? Was going to leave a comment, but don't have high enough reputation. Magento's var directory is normally right inside the magento root, so where you created your temp folder should have been fine. Did you name it just 'var' or 'var_dir'?
codestr
- 505
- 1
- 7
- 18

chown -R your-user:web-server /your/magento/root/*, replacing the user names with your user and web server users respectively, and then the top answer here > https://magento.stackexchange.com/questions/91870/magento-2-folder-file-permissions will tell you how to set file permissions – codestr Sep 22 '17 at 11:51