OpenCart Installation
I am attempting to install OpenCart. When installing, I get these error messages. How do I solve these errors?
Warning: mkdir(): Permission denied in /home/catalog/public_html/opencart/system/storage/vendor/twig/twig/src/Cache/FilesystemCache.php on line 50
Warning: file_put_contents(/home/catalog/public_html/opencart/system/storage/logs/error.log): Failed to open stream: Permission denied in /home/catalog/public_html/opencart/system/library/log.php on line 32
Warning: file_put_contents(/home/catalog/public_html/opencart/system/storage/logs/error.log): Failed to open stream: Permission denied in /home/catalog/public_html/opencart/system/library/log.php on line 32RuntimeException: Unable to create the cache directory (/home/catalog/public_html/opencart/system/storage/cache/template/0a). in /home/catalog/public_html/opencart/system/storage/vendor/twig/twig/src/Cache/FilesystemCache.php on line 53
-
-
Thanks Kris. I cleared a few. I can't seem to clear these last warnings. The install seems to be blocked until I can clear them.
-
-
·
LeonidS
- ·
Hello @RJ Arsenault !
If mkdir() function is allowed in your server, then you need to check the folder ownership in your UNA directory: it's better to avoid using the root group and user there.
-
·
LeonidS