> One last question: while testing SQLite databases with cake, where are > they supposed to be found? Each time I run `Console/cake testsuite app > etc.' from the app directory, I always end up with an error (unable to > connect to one of the tested tables); moreover two databases are > created in the current directory, with names as set inside > Config/database. On the other hand, from the browser everything works > flawlessly. Have you got any hint about where to spot possible > configuration errors?
For those of you interested in such a problem, I managed to solve it by running the cake shell inside the app/webroot directory (assuming your *test* SQLite database configuration contains a _relative_ path the database file). Regards, Matteo -- http://www.matteolandi.net/ -- 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
