Not very experienced with Linux. But my first guess would be that Linux uses case-sensitive file names - check all your views to make sure they are correctly cased (I do not know what the correct casing is in this situtation).
On Jul 14, 8:24 am, Prabu <[email protected]> wrote: > 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 -~----------~----~----~----~------~----~------~--~---
