Yep that did the trick. Thanks. Andreas: Your solution works too, but it doesn't seem such a good idea to me to leave out initialisation procedures, so I went for the addition of the use statement.
Than my question still is why it doesn't work 'as is'. A 'use xxxx' is required to get it to work it seems. Looks like a bug so what to do with it? Will it be fixed (if it needs fixing that is) or shall i put a report in the bugtracker? Maarten -----Oorspronkelijk bericht----- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Namens Robert Kehl Verzonden: zondag 12 januari 2003 19:13 Aan: [EMAIL PROTECTED] Onderwerp: AW: [otrs] ArticleStorageInit error Hi Maarten, hi Martin! I solved this by adding the following line to Kernel/System/Ticket.pm use Kernel::System::Ticket::ArticleStorageDB; just behind use Kernel::System::Ticket::Article; Let me know if it works, Robert _______________________________________________ OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs _______________________________________________ OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
