On Thu, May 14, 2009 at 1:07 AM, Breen Liblong <
breen.liblong@...> wrote:
>
> I've managed to work through the problems with the latest quickstart tutorial
> to this point, but no matter how I set permissions for the files (and parent
> directories) I still get the "General error: 14 ..." message.
>
> Any other ideas on how to get past here?
Help us, so we can help you.
For starters, let's say your app layout is:
/root/app/controllers
/root/app/models
/root/app/data
/root/www/index.php
/root/boostrap.php
Where is your SQLite database supposed to be, and are you sure it
matches the path used in your PHP code?
As Matthew pointed out, chmod the directory. I usually wouldn't
recommend it, but a 'chmod 777 directory/' may actually help you to
move forward, etc..
Till