Hello,
I am currently getting this message.
MailController cannot find the requested view "subscribe".
when i try to access this url
http://localhost/…/newsletter/subscribe
Now, there is a folder called ‘mail’ under views containing subscribe.php
my controller
public function actionSubscribe(){
.
.
.
.
$this->render('subscribe');
}
Can somebody tell me what’s wrong?
thanks