hello there, I am trying to run the example for the Tutorial::AdvancedCRUD::FormFu tute. This is because I m trying to see how constraints work in HTML::FormFu.
I have the error below: [error] DBIx::Class::ResultSet::create(): DBI Exception: DBD::SQLite::st execute failed: not an error(21) at dbdimp.c line 376 [for Statement "INSERT INTO books (rating, title) VALUES (?, ?)"] at /home/anexiole/codes/CatalystTutorial/AdvancedCRUD/script/../lib/MyApp/Controller/Books.pm line 135 My myapp.db file is set to 777 and permissions to myself (including group). I got the error above as soon as I try to submit the page, "http://localhost:3000/books/form_create_do" Here's what myapp.db looks like in the eyes of "ls -la myapp.db" -rwxrwxrwx 1 kakimoto kakimoto 11264 2008-07-14 00:51 myapp.db Help please :) _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
