Can you install sugardcrm extensions into suitecrm?
if so, how?
Hi there,
Yes, SugarCRM Community Edition 6.5.x compatible extensions will work with SuiteCRM.
Thanks,
Will.
You should be able to install SugarCRM CE extensions using the module loader in the admin panel. No guarantee they will work properly though.
Hi both, thanks for this - yes it just gives me:
Specified directory ‘’ for zip file ‘upload://MultiPhoneField-by-SugarTalk.zip’ extraction does not exist.
This may be a permission issue.
how should they be set? folders 755 - files 644?
Set the following permissions on the SuiteCRM directory(Linux):
sudo chown -R www-data:www-data .
sudo chmod -R 755 .
sudo chmod -R 775 cache custom modules themes data upload config_override.php
im using nginx!
Done permissions changes, still get this - any other issue it could be?
Specified directory ‘’ for zip file ‘upload://MultiPhoneField-by-SugarTalk.zip’ extraction does not exist.
try to download again your package, make sure to remove the package from module loader and load ir again with the new file. I’ve just succeded installing that package on SuiteCRM 7.1.5
Hi Mike, nope still wont do it - its not in module loader so cant remove it from there.
Any specific permissions i need to change to get this going?
Please explain to me how do you install something that’s not in the module loader? Because you do knoe right that in order to install packages you need to use the module loader?
Best Regards
im using the upload facility! - module browse on my comp and press upload!
take a look at this post on SugarCRM Forums
Best Regards
fixed it! i had the user and group section in config.php set - i made them blank and works great!
thanks for your help all!
This fixed the issue for me too.
I can’t remember why I added those values (trying to fix some other bug I expect!)
Thanks