Ver Mensaje Individual
  #15 (permalink)  
Antiguo 31/05/2011, 06:50
cbenitez
 
Fecha de Ingreso: julio-2006
Mensajes: 17
Antigüedad: 17 años, 9 meses
Puntos: 1
Respuesta: Configuracion Application Module

Saludos, he puesto SetEnv APPLICATION_ENV "development" en el .htaccess y nada aun, sinembargo a la hora de solicitar
http://localhost/notasZF/public/
me muestra la vista de default->index.phtml

pero si solicito algo diferente como:
http://localhost/notasZF/public/administrador/index

se muestra lo siguiente:
An error occurred

Page not found

Exception information:

Message: Invalid controller specified (notasZF)

Stack trace:

#0 C:\xampp\htdocs\notaszf\library\Zend\Controller\Fr ont.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#1 C:\xampp\htdocs\notaszf\library\Zend\Application\B ootstrap\Bootstrap.php(97): Zend_Controller_Front->dispatch()
#2 C:\xampp\htdocs\notaszf\library\Zend\Application.p hp(366): Zend_Application_Bootstrap_Bootstrap->run()
#3 C:\xampp\htdocs\notaszf\public\index.php(26): Zend_Application->run()
#4 {main}
Request Parameters:

array (
'controller' => 'notasZF',
'action' => 'public',
'administrador' => 'index',
'module' => 'default',
)

El modulo deberia ser administrador y el controlador index

gracias