Quote Originally Posted by yakbuttertea View Post
Hope this thread is still going...I added successfully the contrib but I wa having this error message: Warning: move_uploaded_file(/usr/www/users/amellis/practitioners/import.csv) [function.move-uploaded-file]: failed to open stream: Permission denied in /usr/www/users/amellis/practitioners/admin/add_customers_backend.php on line 28

Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/usr/tmp/php1WwSF0' to '/usr/www/users/amellis/practitioners/import.csv' in /usr/www/users/amellis/practitioners/admin/add_customers_backend.php on line 28

I talked to my hosting company and they helped me to use cgiwrap to run PHP files as cgi (if I am correct). Now the error messages are gone but nothing happens. PHP 5.2.9 is used on the hosting server. What else can it be? MAny, many thanks
Actually, 2 things... Firstly, running PHP as a CGI requires special attention within your cart and module settings.

Secondly, the original error appears to be a permission/function related problem with your cart. Whether this is related to your hosting configuration or ZC could not properly move/import the file information.

Just like many other ZC functions, this file is uploaded... moved and then processed. Your site looks to be unable to write to the tmp directory.

~Melanie