Cant upload theme in zip file, says cant unzip in tmp folder

asked Jul 25, 2012 by joshua (120 points)
when I try to upload theme file in zip, it gives error message that 'cant unzip in tmp folder, please provide solution, whereas I have checked the tmp folder permissions are correct. Thanks.

2 Answers

answered Jul 27, 2012 by seotoaster (14,700 points)
Provide us more details, please. OS, php version, etc...
answered Jun 24, 2013 by lmarshall1995 (430 points)
Add the following to your .htaccess file:

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