new installation - move storage fails - what are the correct permissions?
Posted: Sun Jan 13, 2019 2:44 am
I installed opencart v3.0.3.1 on a Debian machine. After the initial wizard I get a prompt saying I have to move the storage to /var/www/html/storage. When I click the "Move" button I get a popup with a bunch of mkdir() permission denied errors.
It appears that config.php and admin/config.php have been automatically modified to reflect the new path to the storage folder, but the storage folder can't get copied to /var/www/html/
If I move it manually everything's OK, but I want to make it work using the "Move" button, not manually.
I'm guessing it's a permissions issue, so I need to know which users need what permissions to which folders to make the "Move" button perform it's task successfully.
Thanks
It appears that config.php and admin/config.php have been automatically modified to reflect the new path to the storage folder, but the storage folder can't get copied to /var/www/html/
If I move it manually everything's OK, but I want to make it work using the "Move" button, not manually.
I'm guessing it's a permissions issue, so I need to know which users need what permissions to which folders to make the "Move" button perform it's task successfully.
Thanks