Hi Everyone, I'm having a problem with the ProductController line 101 of the Invo test application https://github.com/phalcon/invo/blob/master/app/controllers/ProductsController.php
...
if (!$form->isValid($data, $product)) {
...
For some reasons this is throwing an exception with message 'Wrong number of parameters'.
POST data is correctly received.
Someone has an idea of why I get this error?
Thanks!