avibitton Posted July 23, 2012 Share Posted July 23, 2012 Hi im trying to make the tutorial of http://akrabat.com/zend-framework-tutorial/ its making an album , suppose to be easy one , but i guess i can mass it up , if some can help me understand what i was doing wrong it will be great .thanks in advanced .Avi. in the step of delte album from this tutrial , im getting error as soon as i click on the delte action . thats the error : An error occurred Page not found Exception information: Message: Action "delete" does not exist and was not trapped in __call() Stack trace: #0 /var/www/_zend/library/Zend/Controller/Action.php(518): Zend_Controller_Action->__call('deleteAction', Array) #1 /var/www/_zend/library/Zend/Controller/Dispatcher/Standard.php(295): Zend_Controller_Action->dispatch('deleteAction') #2 /var/www/_zend/library/Zend/Controller/Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http)) #3 /var/www/_zend/library/Zend/Application/Bootstrap/Bootstrap.php(97): Zend_Controller_Front->dispatch() #4 /var/www/_zend/library/Zend/Application.php(366): Zend_Application_Bootstrap_Bootstrap->run() #5 /var/www/contact/public/index.php(26): Zend_Application->run() #6 {main} Request Parameters: array ( 'controller' => 'index', 'action' => 'delete', 'id' => '1', 'module' => 'default', Link to comment https://forums.phpfreaks.com/topic/266109-zend-error-when-trying-to-delete-from-database/ Share on other sites More sharing options...
avibitton Posted July 23, 2012 Author Share Posted July 23, 2012 i found the problem , i misspelled it, i wrote delteAction(missing "e" after the "l") and not deleteAction. Link to comment https://forums.phpfreaks.com/topic/266109-zend-error-when-trying-to-delete-from-database/#findComment-1363640 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.