Ver Mensaje Individual
  #4 (permalink)  
Antiguo 23/09/2010, 17:16
daniko_013
 
Fecha de Ingreso: abril-2010
Ubicación: Lima-Peru
Mensajes: 94
Antigüedad: 14 años
Puntos: 2
Respuesta: Centrar la autenticacion con Zend Framework

hola GatorV hice lo q me pediste y este es el resultado despues de poner en el URL: http://localhost/Administrador/public/admin/order/new


Código:
An error occurred
Page not found
Exception information:

Message: Invalid controller specified (authenticate)
Stack trace:

#0 C:\wamp\www\testZF\library\Zend\Controller\Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#1 C:\wamp\www\testZF\library\Zend\Application\Bootstrap\Bootstrap.php(97): Zend_Controller_Front->dispatch()
#2 C:\wamp\www\testZF\library\Zend\Application.php(366): Zend_Application_Bootstrap_Bootstrap->run()
#3 C:\wamp\www\Administrador\public\index.php(26): Zend_Application->run()
#4 {main}  

Request Parameters:

array (
  'module' => 'admin',
  'controller' => 'order',
  'action' => 'new',
)
Ojala me puedas ayudar. Gracias

Saludos