Open your /include/class.ticket.php file, and find this code:
$fields = array('type'=>'string', 'required'=>1, 'error'=>'Subject required');
then replace it with this following:
$fields = array('type'=>'string', 'required'=>0, 'error'=>'Subject required');
Hope it helps.
Sincerely,
Masino Sinaga