Problem with HelloWorld example

5 Jan
2010
5 Jan
'10
9:20 a.m.
I having a problem with HelloWorld example from documentation. I get a following message in a browser when I go to HelloWorld page: Can't call method "FatalError" on an undefined value at ../..//Kernel/Modules/AgentHelloWorld.pm line 31. And the code that make problem is (in a AgentHelloWorld.pm) # check needed objects for (qw(ParamObject DBObject TicketObject LayoutObject LogObject QueueObject ConfigObject EncodeObject MainObject)) { if ( !$Self->{$_} ) { $Self->{LayoutObject}->FatalError( Message => "Got no $_!" ); # LINE 31 } } Best regards -- Stevan Bogdanović
5703
Age (days ago)
5703
Last active (days ago)
0 comments
1 participants
participants (1)
-
Stevan Bogdanovic