Am 06.07.2013 15:51, schrieb [email protected]:
> Hi,
>
>
> 2013-04-30 Configurable.pm
> Configuration file check no longer activates clauses which could cause
> spurious error messages.
> Requested by Garry Shtern.
>
> ?
>
> could it just be that the configuration checker has a b0rkeness
> as the server runs okay when NOT using '-c' ?
yep, found in Configurable.pm
> #####################################################################
> # Load a particular class module and construct and return an instance
> # return undef if it didnt work
> sub load
> {
> my ($file, $class, @args) = @_;
>
> my $ret;
> return unless eval("require $class") && ($ret = $class->new($file,
> @args));
> $ret->activate() unless $ret->isCheckingConfiguration();
> return $ret;
> }
The object does no longer get activated if we are in check config mode,
and the WARNING comes from findAndUse() later on.
Best Regards
Charly
_______________________________________________
radiator mailing list
[email protected]
http://www.open.com.au/mailman/listinfo/radiator