did you check if your app contains any "hardcoded" paths - especially in your index.php? i never liked it that bake puts those in the files when baking a fresh app. this might be the source of your problem
anyway: make sure that deploy in debug > 0 (2 for example) in order to see all errors as soon as it runs smoothly again set it back to live (debug 0). Am Samstag, 3. März 2012 07:04:54 UTC+1 schrieb Michael: > > So I have been working on a site for a while now on my laptop (localhost) > and things pretty much worked the way I would expect. But when I tried to > deploy it to my host and thats where my problems started. When I go to my > site, a blank page shows up, even though the redirect to /users/login does > take place. I ran a few tests and the database info is being set even > though my error log says that "Unknown column 'user.id' in 'where > clause'" from the dbo_source.php. > > > That table does exist so I am kind of at a loss here. Anyone have any > suggestions about where to look next? Thanks in advance. > > > ~MG > -- 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
