Forums SugarCRM

5.1.0b Update

Subscribe to 5.1.0b Update 5 post(s), 3 voice(s)

 
Avatar gavinw 2 post(s)

Hi I recently installed the 5.1 version of SugarCRM via BitNami package. Although SugarCRM released 5.1.0b. I went about to upgrade this through the documentation provided by Sugar and it errors out due to likely permission issues. I was wondering if BitNami has special permissions written in Apache or even has an easy way of Updating the installations to the latest versions.

Thank you!

 
Avatar beltran Administrator 1,570 post(s)

Hi,

Have you installed as root user? If you has installed SugarCRM as a normal user, the Apache permissions are the same than the user, so you need to modify your <installation_directory>/apps/sugarcrm/htdocs directory permissions to your user.

chown -R user:user <installation_directory>/apps/sugarcrm/htdocs

If you have installed the Stack as root user, the Apache user is “daemon”. So you need to change the “htdocs” folder permissions.

chown -R daemon:daemon <installation_directory>/apps/sugarcrm/htdocs

I hope it helps.

 
Avatar gavinw 2 post(s)

Thank you!

That worked great. The folder permissions had only read access for the user.

 
Avatar beltran Administrator 1,570 post(s)

Hi,

I’m glad to hear this. It would be great if you post the steps to update SugarCRM to help to other users.

Thanks.

 
Avatar cristihcd 5 post(s)

I installed as root and used chown daemon:daemon…, then upgraded to 5.20 without problems.

Also changed upload_max_filesize to 6m in php.ini before upgrade.

Thank you, and great stack!

Forums SugarCRM