Ver Mensaje Individual
  #2 (permalink)  
Antiguo 13/03/2013, 13:23
Avatar de masterpuppet
masterpuppet
Software Craftsman
 
Fecha de Ingreso: enero-2008
Ubicación: Montevideo, Uruguay
Mensajes: 3.550
Antigüedad: 16 años, 3 meses
Puntos: 845
Respuesta: Error en Proyecto Ejemplo

Seguramente te falta registrar el controller en el service manager correspondiente, en tu Module class deberías tener algo así:
Código PHP:
Ver original
  1. /**
  2.  * {@inheritdoc}
  3.  */
  4. public function getControllerConfig()
  5. {
  6.     return array(
  7.         'invokables' => array(
  8.             'Application\Controller\Index' => 'Application\Controller\IndexController'
  9.         )
  10.     );
  11. }

reemplázalo por el controller al que intentas acceder.


Saludos.
__________________
http://es.phptherightway.com/
thats us riders :)