On Wed, May 28, 2008 at 12:14 PM, Kyle Decot <[EMAIL PROTECTED]> wrote: > > Well, I uploaded the site to my servers and I still get the same > result. It just downloads a text file with the source code in it > instead of displaying the page.
That'll happen if your webserver isn't configured properly for PHP scripts. > I ran the page through the W3C > validator and it comes back with 90 some errors, but if I take out the > code, it has zero errors. Does anyone have any suggestions? Obviously, because the PHP code isn't HTML. > You can take a look at it here: > > http://walksdemo.loraincounty.com/dashboard The server appears to be parsing the script as PHP now but you have some other errors. I suggest you place a debug() statement in your controller to see if it's properly setting whatever the view is looking for. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
