Update: When I view the source of the screen, I see the contents of the app/webroot/index.php file!
Everything seems to be an invisible comment until it hits the ">" of this line: $Dispatcher->dispatch(); Everything in the file after the ">" appears on the browser screen (ie "dispatch(); }" ) Would appreciate any ideas on why my page is getting served like this occasionally? On Feb 10, 6:20 pm, zzella <[email protected]> wrote: > Occasionally I get a blank screen instead of the view I should be > seeing. > The only thing on the screen is the text: > dispatch(); } > > No part of the view appears. When I refresh the page the > "dispatch(); } " text goes away and the normal view appears. > It happens randomly and to different views. > > Seems like some sort of strange caching issue.. has anybody else seen > this? > > I am running CakePHP 1.3.6 and I've seen the issue in various > browsers. > > Thanks! > Ella -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
