AW: [rt-users] RT 3.4.3 / Can't locate object method "GetDisplayedNodes" via package "Tree::Simple" at /opt/rt3/share/html/Search/Build.html line 270.

Todd Chapman todd at chaka.net
Mon Sep 12 15:01:06 EDT 2005


On Mon, Sep 12, 2005 at 03:00:12AM -0400, Alex Vandiver wrote:
> On Mon, 2005-09-12 at 08:39 +0200, HAM-MI-IC Torsten Brumm wrote:
> > Fuck! This can be a big Show Stopper for my Migration. Hoepfully the
> > Bestpractical Guys knows to fix this....
> 
> What version of Tree::Simple are you running?  Does it occur when
> running under standalone_httpd?
>  - Alex

Alex,

In sub ParseQquery or Build.html, why is $$tree declared instead
of $tree?

$$tree = RT::Interface::Web::QueryBuilder::Tree->new;

When dereferencing a reference to an object are these equivalent?

$tree->GetDisplayedNodes

and

${$tree}->GetDisplayedNodes

Or am I on the wrong track here?

-Todd



More information about the rt-users mailing list