Replaced 'required'=>1 with 'required'=>0
Have you changed the code just like example below from
$fields = array('type'=>'string', 'required'=>1,
become
$fields = array('type'=>'string', 'required'=>0,
in class.ticket.php file?
Best regards,
Masino Sinaga