by (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

by (14.9k points)
Provide us more details, please. OS, php version, etc...
by (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
...