juvebogdan Posted January 1, 2018 Share Posted January 1, 2018 Hello, I am installing Whmcs V7.4 and i am stuck at this requirement screen that states that these files/folders do not have permissions they need Configuration File/configuration.php Attachments Directory/attachments/ Downloads Directory/downloads/ Templates Compile Directory/templates_c/ On my server its like this: drwxrwxrwx. 2 root root 23 Nov 14 16:40 templates_c drwxrwxrwx. 2 root root 23 Nov 14 16:40 downloads drwxrwxrwx. 2 root root 23 Nov 14 16:40 attachments -r--------. 1 root root 0 Jan 1 16:17 configuration.php As you can see everything looks fine to me. what can i do here? Can anyone help? REgards Link to comment Share on other sites More sharing options...
24x7cloudservermanagement Posted January 2, 2018 Share Posted January 2, 2018 if you are in cpanel based hosting environment , then the ownership of the folders and files are wrong. The ownership must be of the domain user. If you are in non cpanel environment then the ownership should be of apache user. Link to comment Share on other sites More sharing options...
WHMCS Marcus Posted January 2, 2018 Share Posted January 2, 2018 If you are setting the path to /downloads/ your server is looking for that specific file. You may need to drop that initial slash, as that is likely being read by your server as a folder in the root directory of your server. If at all possible, I always suggest setting the FULL ABSOLUTE path over a relative, so you know for sure what is being read....example: /var/www/securedWHMCS/downloads/ Link to comment Share on other sites More sharing options...
Recommended Posts