Can't extract zip file to tmp directory

asked Jan 10, 2013 by emm888 (120 points)
I get this error when "I try to upload a theme. PHP 5.4.7 on Windows 7

1 Answer

answered Jan 10, 2013 by Andrey Budchenko (3,900 points)
Hello emm888.

Please, provide to us your error.log (or whatever php error log) file contents and also your phpinfo.

If you are running the Apache web server, add this to the .htaccess file in toaster root

php_flag log_errors On
php_flag ignore_repeated_errors On
php_value error_log /path/to/your/erro/log/file

Thank you.
commented Jun 24, 2013 by lmarshall1995 (430 points)
emm888, Did you ever solve this, as I am having the same issue?
...