As I can see you are using views from a different directory.  This
might be the problem.

Please put this line at the end of the controller method:
$this->render('edit', 'default', '/materiali/edit');

I think that CakePHP is trying to render a view that doesn't exist.
Tell us if it works for you.

On Mar 24, 9:11 pm, fain182 <[email protected]> wrote:
> > OK, but what does the rendered HTML of the form opening tag look like?
>
> here is the html
>
> <form id="AnforaEditForm" enctype="multipart/form-data" method="post"
> action="/dianadobreva/anfore/edit/31">
> <fieldset style="display:none;">
>          <input type="hidden" name="_method" value="PUT" />
>           <input type="hidden" name="data[_Token][key]"
> value="3e38ac778dfdf47870d2a9c78afea0ad58a3280f" id="Token1602016440"
> />
>  </fieldset>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to