<div dir="ltr">Did you delete your .db (sqlite db file) by accident?<div><br></div><div>What happens if you try manually:</div><div>$ sqlite3 myapp.db</div><div>$ select * from books;</div><div><br></div><div>Best,</div><div>

Dimitar</div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Apr 29, 2014 at 11:39 AM, mi ja <span dir="ltr">&lt;<a href="mailto:moje_meno2000@yahoo.com" target="_blank">moje_meno2000@yahoo.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div style="font-size:12pt;font-family:HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif"><div>

While learning from catalysts tutorial I got this massage in Chapter03(code from tutorial not mine)<br></div><div><br></div><div style="font-style:normal;font-size:16px;background-color:transparent;font-family:HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif">

DBIx::Class::ResultSet::all(): DBI Exception: DBD::SQLite::db prepare_cached failed: no such table: book [for Statement &quot;SELECT <a>me.id</a>, me.title, me.rating FROM book me&quot;] at /home/mike/Documents/catalyst/CatalystTutorial/Final/Chapter03/MyApp/script/../lib/MyApp/Controller/Books.pm line 45</div>

<div style="font-style:normal;font-size:16px;background-color:transparent;font-family:HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif"><br></div><div style="font-style:normal;font-size:16px;background-color:transparent;font-family:HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif">

I know for sure that example in Chapter03 worked before but now is not. I am rather new in this technology, does anybody have a clue what is wrong?<br></div><div style="font-style:normal;font-size:16px;background-color:transparent;font-family:HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif">

<br></div><div style="font-style:normal;font-size:16px;background-color:transparent;font-family:HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif">Thanks<br></div><div style="font-style:normal;font-size:16px;background-color:transparent;font-family:HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif">

<br></div></div></div><br>_______________________________________________<br>
List: <a href="mailto:Catalyst@lists.scsys.co.uk">Catalyst@lists.scsys.co.uk</a><br>
Listinfo: <a href="http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst">http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst</a><br>
Searchable archive: <a href="http://www.mail-archive.com/catalyst@lists.scsys.co.uk/">http://www.mail-archive.com/catalyst@lists.scsys.co.uk/</a><br>
Dev site: <a href="http://dev.catalyst.perl.org/">http://dev.catalyst.perl.org/</a><br>
<br></blockquote></div><br></div>