Page 1 of 1

csweb configuration error

Posted: September 11th, 2020, 8:48 am
by nana
Hello,

We have installed the latest version of csweb and we have encountered the following error

Error:
Unable to write to file C:\inetpub\wwwroot\csweb2\setup/../src/AppBundle/config.php. Check the file permissions for the directory.


Kindly help.

Re: csweb configuration error

Posted: September 11th, 2020, 8:52 am
by josh
Please make sure that you set the permissions of the directory csweb2\src\AppBundle to Read and Write.

Right-click on the directory and select Properties. Then click the Security tab. Press the Add... button and type IUSR under Enter the names to select. Press the Check Names button and confirm your changes. Select the user name you just added, IUSR, then update the permissions under Permissions for IUSR so that Read and Write are allowed.

Re: csweb configuration error

Posted: September 17th, 2020, 5:45 pm
by nana
Thank you, it worked.