<font size=2 face="sans-serif">I do not understand this error at all.
It is tacking the DB user name onto the model name. Any hints why this
is happening?</font>
<br>
<br><font size=2 face="sans-serif">This is my list sub:</font>
<br>
<br><font size=2 face="sans-serif">sub list :Local {</font>
<br><font size=2 face="sans-serif"> my
($self, $c) = @_;</font>
<br><font size=2 face="sans-serif"> $c->stash(accounts
=> $c->model('ORANGES::AccountView')->all);</font>
<br><font size=2 face="sans-serif"> $c->stash(template
=> 'accountview/list.tt2');</font>
<br><font size=2 face="sans-serif">}<br>
</font>
<br><font size=2 face="sans-serif">The model exists, if I remove the "->all"
I get a different error but at least the stash gets populated with a bunch
of info ABOUT the model, not the actual data. With it left in I never get
anything but the error.</font>
<br>
<br><font size=2 face="sans-serif">Any help appreciated.</font>