Hi,
I just moved my cake app folder from windows to ubuntu and getting
this error : missing view (could not find .ctp)
In my controller I have two methods like this:
function foo1($viewtype = null) {
// loads data here...
$this->render($viewtype, 'ajax');
}
function foo2() {
$this->Session->write('abcd', "\\");
$this->foo1();
}
when I call gohome it throws the MissingView error.
It was working correctly in windows.
Anyone faced such problem?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---