Re: Can't create a module

Originally Posted by
kuske In most of these cases the unix system is running in suphp mode.
For this suphp mode there exists a suphp.conf.
You must search for it, as every unix likes to hide it in an other directory :-)
In this file there should be a line like
umask=0077
which means that new files are allocated with chmod 700.
If you change this line to
umask=0022
then new files will be allocated with chmod 755.
SuagrCRM needs at least chmod 755 on its files.
I see. Thanks for your help.
But I cannot find the file "suphp.conf" ... I install "LAMPP" in /opt/lampp/. Does the file "suphp.conf" exist in /opt/lampp/ ??
Can I change it to other mode?
Last edited by lcman; 2008-08-07 at 02:46 AM.
» Operating system type and version: Ubuntu Linux 8.04
» Sugar version: 5.0.0g
» Webserver type and version: Apache 2.2.9
» PHP version: 5.2.6
» MySQL server version: 5.0.51b
(XAMPP for Linux version: 1.6.7)
Bookmarks