My first guess would be that there's a fatal error in your view which is preventing execution from continuing. If this is not a public site, I would suggest turning on debugging, and making sure errors are being displayed, and error reporting is on in your PHP configuration.
On Oct 12, 2:06 pm, ifcanduela <[EMAIL PROTECTED]> wrote: > I've been tinkering with it for a while with absolutely no success, so > if anybody has any insight, it would be great to hear it. > > -Igor > > On Oct 10, 5:00 pm, ifcanduela <[EMAIL PROTECTED]> wrote: > > > Hello everybody, > > > I have a strange problem: the HTML and PHP/Cake code in the layout > > THTML document is not being sent to the client. The page returned is > > just the lines in the view, without the doctype and the header tags, > > > If you take a look at the source code > > athttp://escaparatetactil.es/demoav/index.php/travels/display/223/1 > > you'll see everything's OK, but if you click on any of the six 'Tonga' > > dummy links and peek at source for the next page (o go > > tohttp://escaparatetactil.es/demoav/index.php/routes/display/4), you'll > > see it lacks the head information. > > > The controllers for the 'display' action are virtually identical, the > > layout names are correct in the $this->layout = 'layout_name'; > > assignments and the layout thtml files only differ in the document > > title and (obviously) filename. > > > Any help is greatly appreciated, thanks in advance. > > > -Igor --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
