On Feb 10, 2011, at 12:07, zzella wrote: > 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?
Goodness, it sounds like your web server is occasionally forgetting to invoke the PHP interpreter, and is sending the PHP code directly to the browser. I would say that is rather wrong. What web server and version is this, what PHP version and SAPI (apache2, fastcgi, fpm), what OS and version? -- 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
