hi! on way to create my first app on phalcon framework i need simple crud for model named Messages (have author, phone, email and text fields) i'm used phalcon developer tools for create scaffold of table Messages, but when i'm try create message from frontend i'm receive 500 internal server error and no debug data i'm try to fix it, and find place, where debug data is missing after creating model server return 500 error sample:
throw new Exception("ex1"); //that exception is throw $message = new Messages(); throw new Exception("ex2"); //that not