Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我为 OTRS 编写了一个自定义模块,它或多或少是现有模块(AgentTicketSearch)的副本。Kernel\Modules\我按照开发人员手册中的说明放置它。
Kernel\Modules\
当我尝试使用它时,我收到以下错误消息:
“模块 Kernel::Modules::AgentTicketMyModule 未在 Kernel/Config.pm 中注册!”
问题:如何在 config.pm 中注册自定义模块?
您是在谈论事件处理程序还是什么类型的模块?您需要将配置项添加到事件处理程序的 sysconfig。
另见:http ://forums.otterhub.org/viewtopic.php?f=64&t=10911