File (Cache) Permission Error
-
After the new cache method is implemented, due to my unique hosting setup (web server account cannot write to WP folder normally), it’s necessary to change the cache folder permission manually everytime after update (chgrp web ./cache)
Otherwise below error will occur during checkout:
Warning: mkdir(): Permission denied in /home/public/wp-content/plugins/shipany/pages/click-collect-widget.php on line 15
Warning: file_get_contents(/home/public//wp-content/plugins/shipany/cache/location-6ae8b366-0d42-49c8-a543-71823226204f.json): Failed to open stream: No such file or directory in /home/public/wp-content/plugins/shipany/pages/click-collect-widget.php on line 44
Any suggestion? Thanks a lot in advance.
The topic ‘File (Cache) Permission Error’ is closed to new replies.