> > Have you read the manual, gone through the 15 min blog tutorial. Both > are pretty clear on what and where Views are. > > Come on, do at least a little research, this is one of the basic > premises of CakePHP. Come on, one good deed a day [multiply with x^n for additional grumpiness - ask your local grumpiness consultant if you are unsure what factor is good for you] ; ). > Apparently, I must create a thtml file... somewhere(?)... and named... > something(?). Both are unknown to me. Yes, I am brand new to > CakePHP. I have been reading through manual and playing with this > code for days. Would anyone mind throwing me a crumb here? On a normal (read unmodified) CakePHP install you should not get this error. In case you have written any code that could set the layout or have done something else slightly funky please paste some code here: http://bin.cakephp.org/add/
Otherwise try and add a /app/views/layouts/default.thtml file to your application. Read the manual about Views to find out how content is added to the layout. -- Felix -------------------------- My Blog: http://www.thinkingphp.org My Business: http://www.fg-webdesign.de Geoff Ford wrote: > Have you read the manual, gone through the 15 min blog tutorial. Both > are pretty clear on what and where Views are. > > Come on, do at least a little research, this is one of the basic > premises of CakePHP. > > Geoff > -- > http://lemoncake.wordpress.com > > On Jul 12, 10:45 am, gavin <[EMAIL PROTECTED]> wrote: > >> " >> Missing Layout >> >> You are seeing this error because the layout file can't be found or >> doesn't exist. >> >> Notice: If you want to customize this error message, create /cat/views/ >> errors/missing_layout.thtml. >> >> Fatal: Confirm you have created the file : >> " >> >> Apparently, I must create a thtml file... somewhere(?)... and named... >> something(?). Both are unknown to me. Yes, I am brand new to >> CakePHP. I have been reading through manual and playing with this >> code for days. Would anyone mind throwing me a crumb here? >> >> Very much appreciated. >> > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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 -~----------~----~----~----~------~----~------~--~---
