• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Problems with installation Sugarcrm

RaulGG

New Pleskian
Hi all,

to see if I can help. I am trying to install Sugarcrm v. 6.5.16 and then modify the permissions to the folders, I jump to the next step, but my screen is blank and will not let me do anything.

What can happen? How can I fix this?

I hope someone can help me.
Greetings!
 
Hi Raul,

You will need to see the error log for the exact PHP related errors (as I see most likely your display_errors is off). Optionally, from your control panel, you can enable display_errors and then you will see the exact error causing the halt in the installation!
 
Hi Raul,

You will need to see the error log for the exact PHP related errors (as I see most likely your display_errors is off). Optionally, from your control panel, you can enable display_errors and then you will see the exact error causing the halt in the installation!

Hello,

firstly thanks for your quick attention. Then I let the error that is giving me php.

thanks

Warning: require_once(modules/DynamicFields/DynamicField.php): failed to open stream: Permission denied in cursat.com/crm.cursat.com/data/SugarBean.php on line 48 Fatal error: require_once(): Failed opening required 'modules/DynamicFields/DynamicField.php' (include_path='.:') in cursat.com/crm.cursat.com/data/SugarBean.php on line 48
 
Hello again

Now I have another problem with Sugarcrm, and that is that you have created folders and puts the user is apache and I can not change the properties of the same.

What I have to do?

Thanks again,
 
You can change the permissions and ownership through SHELL by running the command:

Code:
chown -R <user>:psacln folder

You can get the user by

Code:
ls -l /var/www/vhosts/domain.com/httpdocs/*
 
You can change the permissions and ownership through SHELL by running the command:

Code:
chown -R <user>:psacln folder

You can get the user by

Code:
ls -l /var/www/vhosts/domain.com/httpdocs/*

Hello,

thank you very much for your help. In the end I managed to change the folder and change the permissions to install sugarcrm on my server.

Already running all ok, greeting
 
Back
Top