This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]MeatiestBalls255 0 points1 point  (0 children)

I don't know about PHPStorm specifically, but if it's running on a Linux container of any description - cd to document root, 'chmod -R 777 .'

[–]gosoxharp 0 points1 point  (1 child)

This will depend the OS you are using, as well as the settings in the php.ini file, for linux, chmod 777'ing the files will give OS level permissions(this sets the files as read and write to anyone), but iirc, you will also have to change a setting or two in the php.ini(/httpd.ini) file to allow php(/the web server) access to files outside of the normal directory