View Single Post
  #1  
Old 11-02-2011, 04:06 AM
J.T. J.T. is offline
Member
 
Join Date: Apr 2010
Posts: 47
Default Permission issues with SugarCRM

Hi,

I have a virtual host dedicated ot one SugarCRM CE 6.2.4 install. I keep getting minor permission issues which I can't see the origin of.

VH settings:

ExtApp Set UID Mode DocRoot UID

The owner of the docroot is lsadm:lsadm

So based on that simple info, I understand LSWS executes this PHP script as lsadm and should therefore have write access to folders owned by lsadm. But it's not.

2011-11-02 10:45:03.887 [ERROR] [HTAccess] Failed to open [/home/websites/domain.com/public/crm/sugar/include/SugarCharts/Jit/.htaccess]: Permission denied

Yet:

-rw-r--r-- 1 lsadm lsadm 0 Nov 2 10:28 .htaccess

Even if I chmod to 755

-rwxr-xr-x 1 lsadm lsadm 0 Nov 2 10:28 .htaccess

The same issue remains.

So why am I getting these issues?
Reply With Quote