Perhaps you have an old(er) version of Mason installed? 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> <<a href="mailto:horshack@lisa.franken.de">horshack@lisa.franken.de</a>> 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>perl bin/jifty schema --setup<br>The following parameter was passed in the call to<br>Jifty::View::Mason::Handler->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 "The following<br>parameter was passed"... 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> my $package = shift;<br><br> my %p = @_;<br> my $self = $package->SUPER::new(<br> request_class => 'HTML::Mason::Request::Jifty',<br> out_method => \&out_method,
<br> %p );<br>...<br><br>When being in the debugger is see this:<br><br> DB<1> x \%p<br>0 HASH(0x34df600)<br> 'allow_globals' => ARRAY(0x40d115c)<br> 0 '$JiftyWeb'<br> 'autoflush' => 0<br>
'comp_root' => ARRAY(0x40d11b0)<br> 0 ARRAY(0x40d10a8)<br> 0 'application'<br> 1 'C:\\temp\\x\\Customer2\\share\\web\\templates'<br> 1 ARRAY(0x40d1168)<br> 0 'jifty'<br> 1 'C:\\Perl\\site\\lib\\auto\\Jifty/web/templates'
<br> 'data_dir' => 'C:\\temp\\x\\Customer2\\var\\mason'<br> 'default_escape_flags' => 'h'<br> 'error_format' => 'text'<br> 'error_mode' => 'fatal'<br> 'plugins' => ARRAY(0x40cf130)<br> 0 'Jifty::Mason::Halo' <<<<<<<--------------------
<br> 'preprocess' => CODE(0x30f1ec8)<br> -><br>&Jifty::Handler::__ANON__[C:/Perl/site/lib/Jifty/Handler.pm:117] in C:<br>Perl/site/lib/Jifty/Handler.pm:112-117<br> 'static_source' => 0<br> 'use_object_files' => 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>