[rt-users] RT::Interface::Web::QueryBuilder::Tree errors?
Gavin Henry
ghenry at suretecsystems.com
Wed Mar 22 16:57:49 EST 2006
<quote who="Gavin Henry">
> Dear List,
>
> Just noticed no e-mails are getting sent out since yesterday
> (auto-replies) and we have this error when trying to search tickets:
>
> error: Can't locate object method "new" via package
> "RT::Interface::Web::QueryBuilder::Tree" at
> /opt/rt3/share/html/Search/Build.html line 509.
> context:
> ...
> 505: if (@current_values) {
> 506: foreach my $value (@current_values) {
> 507: my $parent = $value->getParent();
> 508: my $grandparent = $parent->getParent();
> 509: if ( !$grandparent->isRoot ) {
> 510: my $index = $parent->getIndex();
> 511: $parent->removeChild($value);
> 512: $grandparent->insertChild( $index, $value );
> 513: if ( $parent->isLeaf() ) {
> ...
> code stack: /opt/rt3/share/html/Search/Build.html:509
> /opt/rt3/share/html/Search/Build.html:260
> /opt/rt3/share/html/autohandler:215
Rebuilding and installing:
Scalar-List-Utils-1.18
Fixed it.
Was getting "Undefined subroutine &Scalar::Util::weaken called at" in the
logs.
Just for others, in case they search the archives ;-)
>
> --
> Kind Regards,
>
> Gavin Henry.
> Managing Director.
>
> T +44 (0) 1224 279484
> M +44 (0) 7930 323266
> F +44 (0) 1224 742001
> E ghenry at suretecsystems.com
>
> Open Source. Open Solutions(tm).
>
> http://www.suretecsystems.com/
>
>
> _______________________________________________
> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
>
> Community help: http://wiki.bestpractical.com
> Commercial support: sales at bestpractical.com
>
>
> Discover RT's hidden secrets with RT Essentials from O'Reilly Media.
> Buy a copy at http://rtbook.bestpractical.com
>
>
> We're hiring! Come hack Perl for Best Practical:
> http://bestpractical.com/about/jobs.html
>
More information about the rt-users
mailing list