Magento "Unable to list current working directory"

http://www.keciadesign.dk

I am trying to set up tables in Magento 1.6.2.0. The problem occurs when I try to upload a file with a table speed (CSV file). Then the error message “Unable to list the current working directory” appears, and I cannot go further.

The TMP, Media, and Var folders have perm. 777.

I read everything that needed to be found on the Internet on this problem - many seem to have encountered this problem, but I have not yet seen a solution.

Note: This is probably not very relevant, but I participate in Unoeuro hosting on a shared server.

+5
source share
4 answers

php.ini upload_tmp_dir ( echo ini_get('upload_tmp_dir') . , PHP , apache . , .

+1

(Wyomind Simple Google Shopping) , var/tmp Magento.

+10

The most common cause of this problem is incorrect permissions for the directory media. It should be 777.

+4
source

This error can also be reported if you run out of disk space.

0
source

All Articles