Hello, I am facing a problem with GC. I need to add some info to a table and I am getting the error:
500 (Internal Server Error)
This is the code I have in the controller:
When I remove the "$crud->required_fields('A');" I am able to save the data, but when I activate the required_field conditions the system returns 500 (Internal Server Error). I have checked logs for errors but nothing found.
Can you help me?
Thanks for your help,