-1
I am trying to use the postLink method to delete images using the name of these. However Cake gives me an error saying :Warning (512): Method Htmlhelper::postLink does not exist [CORE Cake View Helper.php, line 192]. But after seeing the Cake Logs, and the Cakephp 2.4.4 documentation itself, that I’m using, there’s nothing to indicate that this method is gone. How to solve this problem?
Code
echo $this->Html->postLink('gallery/'.$gallery_image['GalleryImage']['path'], array('controller' =>'Gallery', 'action'=>'admin_del_image'),array(), "tem a certeza que quer apagar esta Fotografia?");