I can only guess that their's something minute wrong with your model. Can you post it? If that's not the case, then something could be wrong elsewhere in your app that's causing a failure that's not being reported. There's also a chance that something about those plugins is broken in trunk.
<br><br>When schema --setup runs, you
should see a line in the output like:
<br><br>INFO - Using App::Model::User, as it appears to be new.<br><br>and it should end with:<br><br>INFO - Set up version v0.0.1, jifty version 0.701290<br><br>(where your actual version numbers, at least for jifty, should be different).
<br><br>If you don&#39;t see that output, something isn&#39;t working correctly (or you&#39;ve turned the log level up to WARN or higher, which I&#39;d recommend against during development).<br><br>Cheers,<br>Andrew<br><br>
<div><span class="gmail_quote">On 7/1/07, <b class="gmail_sendername">Matthew Lenz</b> &lt;<a href="mailto:matthew@nocturnal.org">matthew@nocturnal.org</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Mon, 2007-07-02 at 01:13 +0100, Chia-liang Kao wrote:<br>&gt; 於 日,2007-07-01 於 18:13 -0500,Matthew Lenz 提到:<br>&gt; &gt; Following instructions in the trunk version of Manual::AccessControl<br>&gt; &gt; which details the use of the Authentication::Password plugin.&nbsp;&nbsp;No errors
<br>&gt; &gt; are returned upon schema --setup but looking in the db there is no users<br>&gt; &gt; table (and the interface confirms the problem when attempting to sign<br>&gt; &gt; up).<br>&gt; &gt;<br>&gt; &gt; I assume that additional columns are not a requirement in the
<br>&gt; &gt; *::Model::User when attempting to use this plugin?<br>&gt;<br>&gt; You probably want to use Jifty::Plugin::User::Mixin::Model::User from<br>&gt; your user model.<br>&gt;<br>&gt; Cheers,<br>&gt; CLK<br><br>Yeah I already have:
<br><br>use Jifty::Plugin::User::Mixin::Model::User;<br>use Jifty::Plugin::Authentication::Password::Mixin::Model::User;<br><br>Per the instructions in Manual::AccessControl<br><br>&gt;<br>&gt; _______________________________________________
<br>&gt; jifty-devel mailing list<br>&gt; <a href="mailto:jifty-devel@lists.jifty.org">jifty-devel@lists.jifty.org</a><br>&gt; <a href="http://lists.jifty.org/cgi-bin/mailman/listinfo/jifty-devel">http://lists.jifty.org/cgi-bin/mailman/listinfo/jifty-devel
</a><br><br>_______________________________________________<br>jifty-devel mailing list<br><a href="mailto:jifty-devel@lists.jifty.org">jifty-devel@lists.jifty.org</a><br><a href="http://lists.jifty.org/cgi-bin/mailman/listinfo/jifty-devel">
http://lists.jifty.org/cgi-bin/mailman/listinfo/jifty-devel</a><br></blockquote></div><br>