[rt-users] Problem customising RT at a glance global config

Andrew Lewis alewis at systemsfusion.com
Wed Jul 11 04:06:08 EDT 2007


On my shiny new 3.6.3 system I'm busy setting up.

Config -> Global -> RT at a glance produces an error:

error:   	Can't call method "Content" on an undefined value at /opt/csw/rt3/share/html/Admin/Global/MyRT.html line 50.
context:  	
...  	
46:  	my ( $conf, $pane ) = @_;
47:  	$default_portlets->SetContent( $conf );
48:  	push @actions, loc( 'Global portlet [_1] saved.', $pane );
49:  	}
50:  	);
51:  	
52:  	$m->comp( '/Widgets/SelectionBox:process', %ARGS, self => $_, nojs => 1 )
53:  	for @panes;
54:  	
...  	
code stack:  	/opt/csw/rt3/share/html/Admin/Global/MyRT.html:50
/opt/csw/rt3/share/html/Admin/autohandler:47
/opt/csw/rt3/share/html/autohandler:292

Can't call method "Content" on an undefined value at /opt/csw/rt3/share/html/Admin/Global/MyRT.html line 50.

[raw error as follows]

Trace begun at /opt/csw/share/perl/csw/HTML/Mason/Exceptions.pm line 129
HTML::Mason::Exceptions::rethrow_exception('Can\'t call method "Content" on an undefined value at /opt/csw/rt3/share/html/Admin/Global/MyRT.html line 50.^J') called at /opt/csw/rt3/share/html/Admin/Global/MyRT.html line 50
HTML::Mason::Commands::__ANON__ at /opt/csw/share/perl/csw/HTML/Mason/Component.pm line 135
HTML::Mason::Component::run('HTML::Mason::Component::FileBased=HASH(0xac0e72c)') called at /opt/csw/share/perl/csw/HTML/Mason/Request.pm line 1251
eval {...} at /opt/csw/share/perl/csw/HTML/Mason/Request.pm line 1245
HTML::Mason::Request::comp(undef, undef) called at /opt/csw/share/perl/csw/HTML/Mason/Request.pm line 914
HTML::Mason::Request::call_next('HTML::Mason::Request::ApacheHandler=HASH(0xac02e8c)') called at /opt/csw/rt3/share/html/Admin/autohandler line 47
HTML::Mason::Commands::__ANON__ at /opt/csw/share/perl/csw/HTML/Mason/Component.pm line 135
HTML::Mason::Component::run('HTML::Mason::Component::FileBased=HASH(0xa90caa8)') called at /opt/csw/share/perl/csw/HTML/Mason/Request.pm line 1251
eval {...} at /opt/csw/share/perl/csw/HTML/Mason/Request.pm line 1245
HTML::Mason::Request::comp(undef, undef, undef) called at /opt/csw/rt3/share/html/autohandler line 292
HTML::Mason::Commands::__ANON__ at /opt/csw/share/perl/csw/HTML/Mason/Component.pm line 135
HTML::Mason::Component::run('HTML::Mason::Component::FileBased=HASH(0x9f7cc18)') called at /opt/csw/share/perl/csw/HTML/Mason/Request.pm line 1246
eval {...} at /opt/csw/share/perl/csw/HTML/Mason/Request.pm line 1245
HTML::Mason::Request::comp(undef, undef, undef) called at /opt/csw/share/perl/csw/HTML/Mason/Request.pm line 459
eval {...} at /opt/csw/share/perl/csw/HTML/Mason/Request.pm line 459
eval {...} at /opt/csw/share/perl/csw/HTML/Mason/Request.pm line 411
HTML::Mason::Request::exec('HTML::Mason::Request::ApacheHandler=HASH(0xac02e8c)') called at /opt/csw/share/perl/csw/HTML/Mason/ApacheHandler.pm line 168
HTML::Mason::Request::ApacheHandler::exec('HTML::Mason::Request::ApacheHandler=HASH(0xac02e8c)') called at /opt/csw/share/perl/csw/HTML/Mason/ApacheHandler.pm line 826
HTML::Mason::ApacheHandler::handle_request('HTML::Mason::ApacheHandler=HASH(0x9bd1140)', 'Apache=SCALAR(0xabb6564)') called at /opt/csw/rt3/bin/webmux.pl line 123
eval {...} at /opt/csw/rt3/bin/webmux.pl line 123
RT::Mason::handler('Apache=SCALAR(0xabb6564)') called at /dev/null line 0
eval {...} at /dev/null line 0

Any pointers as to a potential cause of this would be appreciated. :)

Best Regards,
Andrew Lewis



More information about the rt-users mailing list