• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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