Perhaps you have an old(er) version of Mason installed?&nbsp; I think 1.29_01 is the first version to support HTML::Mason::Plugin support.<br><br><div><span class="gmail_quote">On 7/24/06, <b class="gmail_sendername">Richard Lippmann
</b> &lt;<a href="mailto:horshack@lisa.franken.de">horshack@lisa.franken.de</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;">
C:\temp\x\Customer&gt;perl bin/jifty schema --setup<br>The following parameter was passed in the call to<br>Jifty::View::Mason::Handler-&gt;new() but was not listed in the validation<br>options: plugins<br><br>My first thought was to remove this from 
config.yml:<br><br>Plugins: []<br><br>but this does not help. I do not even find the string &quot;The following<br>parameter was passed&quot;... ok, it seems that this string comes from Mason<br>somehow.<br><br>The error happens in Jifty\View\Mason\Handler.pm, there is this line:
<br><br>sub new {<br>&nbsp;&nbsp;&nbsp;&nbsp; my $package = shift;<br><br>&nbsp;&nbsp;&nbsp;&nbsp; my %p = @_;<br>&nbsp;&nbsp;&nbsp;&nbsp; my $self = $package-&gt;SUPER::new(<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; request_class =&gt; 'HTML::Mason::Request::Jifty',<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; out_method =&gt; \&amp;out_method,
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; %p );<br>...<br><br>When being in the debugger is see this:<br><br>&nbsp;&nbsp; DB&lt;1&gt; x \%p<br>0&nbsp;&nbsp;HASH(0x34df600)<br>&nbsp;&nbsp;&nbsp;&nbsp;'allow_globals' =&gt; ARRAY(0x40d115c)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;'$JiftyWeb'<br>&nbsp;&nbsp;&nbsp;&nbsp;'autoflush' =&gt; 0<br>
&nbsp;&nbsp;&nbsp;&nbsp;'comp_root' =&gt; ARRAY(0x40d11b0)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;ARRAY(0x40d10a8)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;'application'<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1&nbsp;&nbsp;'C:\\temp\\x\\Customer2\\share\\web\\templates'<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp;ARRAY(0x40d1168)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;'jifty'<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1&nbsp;&nbsp;'C:\\Perl\\site\\lib\\auto\\Jifty/web/templates'
<br>&nbsp;&nbsp;&nbsp;&nbsp;'data_dir' =&gt; 'C:\\temp\\x\\Customer2\\var\\mason'<br>&nbsp;&nbsp;&nbsp;&nbsp;'default_escape_flags' =&gt; 'h'<br>&nbsp;&nbsp;&nbsp;&nbsp;'error_format' =&gt; 'text'<br>&nbsp;&nbsp;&nbsp;&nbsp;'error_mode' =&gt; 'fatal'<br>&nbsp;&nbsp;&nbsp;&nbsp;'plugins' =&gt; ARRAY(0x40cf130)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;'Jifty::Mason::Halo' &lt;&lt;&lt;&lt;&lt;&lt;&lt;--------------------
<br>&nbsp;&nbsp;&nbsp;&nbsp;'preprocess' =&gt; CODE(0x30f1ec8)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&gt;<br>&amp;Jifty::Handler::__ANON__[C:/Perl/site/lib/Jifty/Handler.pm:117] in C:<br>Perl/site/lib/Jifty/Handler.pm:112-117<br>&nbsp;&nbsp;&nbsp;&nbsp;'static_source' =&gt; 0<br>&nbsp;&nbsp;&nbsp;&nbsp;'use_object_files' =&gt; 0
<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>