<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On May 10, 2008, at 3:53 AM, Andrew wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><table cellspacing="0" cellpadding="0" border="0" style="position: static; z-index: auto; "><tbody><tr><td style="font: inherit;">Using the Rockway's Catalyst book to help bring me up to speed on Catalyst and I've got a problem that I can't figure out.<br><br>On page 59, where it uses a database to store the session key, I've made all the code changes, but when I start the server it gives me the following error:<br><br>"Couldn't find a model named DBIC::Session at /usr/local/share/perl/5.8.8/Catalyst/Plugin/Session/Store/DBIC.pm line 143.<br>Compilation failed in require at script/addressbook_server.pl line 53."<br></td></tr></tbody></table></blockquote></div><br><div>You don't seem to have the Model you configured the session store to use. Do you have the MyApp/Model/DBIC/Session.pm file?</div><div><br></div><div><br></div><div>- andreas</div></body></html>