When Ive created a new controller, ie in this case Authenticate
, Ive also created the folder and file application/views/scripts/authentication/index.phtml
Not a problem when hitting the url http://dev.local/authentication/
but when calling any action ie http://dev.local/authentication/login
, I get the error below.
Message: script 'authentication/login.phtml' not found in path (C:\Sites\application\views\scripts\)
Regardless of any changes Im going to make to the login action it shouldnt automatically ask for a new page right? or am I wrong?
A newbie zend programmer here.
Thanks