[Vtigercrm-developers] Migration problem
Alan Lord
alanslists at gmail.com
Mon Feb 3 07:59:39 GMT 2014
On 01/02/14 05:51, Emmanuel Buamah wrote:
> This is the permission on the files and directories:
>
> -rw-rw-rw- 1 apache apache 6840 Dec 9 15:17 config.template.php
> drwxrwxrwx 3 apache apache 4096 Jan 9 22:56 cron
It is not necessary, nor advisable, to give directories world
read/write/execute and files world write permissions..
You should chmod directories to 755(rwxr-xr-x) and files to
644(rw-r--r--) as a minimum.
What server operating system are you using?
Is apache really running as user "apache:apache"?
As you are migrating you should be extracting the migration zip file
inside your vtiger 5.4.0 directory first. Then chown everything to the
right user:group for apache before continuing.
HTH
Al
More information about the vtigercrm-developers
mailing list