Zend - error when trying to delete from database.
Posted: Mon Jul 23, 2012 4:38 am
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',
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',