Hi everyone, I've finished my cake site in a dev local environment and now i'm trying to move it across to the production web server with is commercial host, theres no ssh so i'm doing everything through sftp.
I moved my app folder across and cake folder across behind the webroot, set up the paths in the index.php in the public html (for ref my public html dir is outside the app folder) Yet when i go to the web address it states: Missing Database Table Error: Database table tables for model table was not found. I've set up the database exactly the same way from dev, in fact its just a database dump with some tweaks. It's reconising the correct controller to load up first but it cant find the table for it, yet the table exists in the db and the db connection is connecting to it. Can anyone understand why this might be happening? Appreciate your help! Chris Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. 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
