Jump to content

System Requirements Check Failed


Recommended Posts

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

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

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated