<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">&nbsp; &nbsp; &nbsp; &nbsp; my
($self, $c) = @_;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; $c-&gt;stash(accounts
=&gt; $c-&gt;model('ORANGES::AccountView')-&gt;all);</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; $c-&gt;stash(template
=&gt; '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 &quot;-&gt;all&quot;
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>