Jump to content

Folders owned by a different owner?


Recommended Posts

Am seeing this error in 7.1

 

The following directories are owned by a different user from that which is executing WHMCS. This indicates a potentially insecure configuration:

 

  • /home/account/public_html//downloads
  • /home/account/public_html/templates_c
  • /home/account/public_html/attachments
  • /home/account/public_html/crons

However the owner is the same as the other files/folders?

 

Any thoughts?

Link to comment
Share on other sites

Am seeing this error in 7.1

The following directories are owned by a different user from that which is executing WHMCS. This indicates a potentially insecure configuration:

/home/account/public_html//downloads

/home/account/public_html/templates_c

/home/account/public_html/attachments

/home/account/public_html/crons

The location of those directories is actually a cause for concern as well. They really should not be publicly accessible. ;)

Link to comment
Share on other sites

  • 1 year later...

Hello,

Sorry to dig up an old post and too some what hijack it but I did so with the intentions to help others with is issue.

I found this when doing some googling some what about the same issue but in my case the location was in the public domain / accessible ( /home/username/whmcsdata ) but I was still getting the "The following directories are owned by a different user" error.

I added two lines to my config file an fixed the issue.

$whmcspath = '/home/username/public_html/whmcs/';
$crons_dir = '/home/username/whmcs_crons/';

https://docs.whmcs.com/Further_Security_Steps#Secure_the_Writeable_Directories

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