I have written a custom module for OTRS which is more or less a copy of an existing module (AgentTicketSearch). I placed it in Kernel\Modules\ like it was said in the developer manual.

When i try to use it, i get the following Errormessage:

"Module Kernel::Modules::AgentTicketMyModule not registered in Kernel/Config.pm!"

Question: How do i register custom modules in the config.pm?

link|improve this question
feedback

1 Answer

are you talking about an event handler or what type of module? you will need to add configuration items to the sysconfig for event handlers.

see also : http://forums.otterhub.org/viewtopic.php?f=64&t=10911

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.