php.ini

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,
Steve

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:

sudo nano /etc/php5/apache2/php.ini

to edit the file, then restart apache with:

sudo /etc/init.d/apache2 restart

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...

Quote:
I have the same problem, need to edit the php.ini to increase memory limit, to install an extension I want to try in Joomla 1.5. However I cannot login from the console or SSH unless I register the Jumpbox, but I am still testing to see whether I should use Joomla 1.5 beta or Joomla 1.0 Jumpbox based on which extensions I can use with each.

Grrr....

MC

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.