I have trouble installing Dutch language pack. When using module installer, I get following error when uploading my nl.zip language file:
Warning: tempnam() [function.tempnam]: open_basedir restriction in effect. File(/tmp) is not within the allowed path(s): (/srv:/tmp/upload:/dev/shm:/var/php5/lib/php:/var/php5.3/etc) in /srv/accountname/www/location of websitefiles/include/utils/file_utils.php on line 103
Specified directory ‘’ for zip file ‘upload://nl.zip’ extraction does not exist.
Simply modify your servers php.ini file(different location for different web services used such as nginx/apache etc.) and make the modification so that notices and warnings are suppressed/do not show. Please search the forums or google if you need more information on how to do this.
Thanks for the reply. In the end I never found a way to use the upload function. I now just copied the files through FTP and added Dutch nl-NL to the languages in my config.php file. This finally worked !