> Gidday, > I've done a few sites in CakePHP about 6 months ago and I'm trying to > upload one of them to a new host and it's not working. Have a look for > yourself and see if it's something you recognize - nothing is working! > This site is working flawlessly on my Windows WAMP5 server, but not > now that it's on Linux. > > What I want from you is some pointers as to where I can begin > debugging the problem.
Hi. This sounds like it's probably unrelated for you in particular, but just for future reference, if someone moves a CakePHP-built site and it stops working, try emptying CakePHP's cache: rm app/tmp/*/*/* I have to always do this when moving a site from its development domain to its live domain, even when it's still on the same server. I hope that helps at least someone whose site breaks when they move it! Zoe. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
