php.iniSubmitted by stevemarfisi on Mon, 11/26/2007 - 2:28pm.I need to make modifications to my PHP.INI on SugarCRM...(session time-out) I can access it via the VM's shell (alt-F1), and via SFTP, but in either case I do not have permissions to edit the file. I am logged in as root, under the administrator name as I set it. I have tried to chmod the file to change permissions - I am not allowed. What do I need to do? Does the SugarCRM (apache?) server lock the file while it is running? If so, how can I stop Apache or whatever to be able to get in and make these modifications? Thanks, |
Search |
php.ini
Hi,
You should be able to log into the JumpBox (either on the console or over SSH if you have enabled it) as the admin user. Then, once logged in, you can use the sudo command in front of any command to run it as root. So in your case, once you have logged in you would want to run:
to edit the file, then restart apache with:
This should solve your problem.
Austin
I have the same problem,
Duh. For the 1.5 I used the proving grounds reg code, I'm fine...