Zip the log file since the max upload is 1M. can be changed by admin by open php.ini and change: post_max_size = 1M upload_max_filesize = 1M and in htaccess file: php_value upload_max_filesize 1M php_value post_max_size 1M to something bigger, but that is not appropriate in this case