Error LangPack install on SuitCRM 7.10.4 " Specified directory '' for zip file 'upload://es-MX.zip' extraction does not exist. "

Hi, i downloaded and installed SuitCRM 7.10.4 (Latest) and tried to install the lang packs (several of them without success) and this is the error i got using Module Loader the official way, i downloaded the files from http://crowdin.com/project/suitecrmtranslations directly and from the link in sourceforge regarding the version i installed, the files are es-ES, es-VE, es-MX all of them same error:

Specified directory ‘’ for zip file ‘upload://es-MX.zip’ extraction does not exist. "

Any ideas?

Thanks.

Hi sicutdeux,

This is likely due to file permissions. I’d suggest setting the following permissions on the SuiteCRM directory (linux) and then retrying:

sudo chown -R www-data:www-data .
sudo chmod -R 755 .
sudo chmod -R 775 cache custom modules themes data upload
sudo chmod -R 775 config_override.php 2>/dev/null

1 Like

Hi, thanks, it was a permission issue but not directly on those files, browsing the error logs i found this:

Warning:  tempnam(): open_basedir restriction in effect. File(/tmp) is not within the allowed path(s): 

Added the “:/tmp” in open_basedir in the config file that was it.