mich wrote:
> 
> .... They were created in 
> 
> ..square/application/views/scripts/index (in the same folder where there
> is the index.phtml).
> 

This is actually the correct location for the files, assuming they were
named add.phtml and edit.phtml.  These are view files which are loaded when
calling the matching functions in the index controller (hence the reason
they are in the views/scripts/index folder - they are view scripts belonging
to the controller named index).

This being fine (although you deleted the files, so maybe not now) your
problem seems to be coming from somewhere else.

Do you have a a public function indexAction() in the file
/application/controllers/IndexController.php?  Perhaps you edited the file
and inadvertently renamed or removed that file?


--
View this message in context: 
http://zend-framework-community.634137.n4.nabble.com/Newbie-Message-Invalid-controller-specified-tp3334842p3341433.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to