[Koha-bugs] [Bug 28474] Pass process_message_queue.pl params to before_send_messages plugin hooks

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Nov 1 18:55:08 CET 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28474

--- Comment #6 from Kyle M Hall <kyle at bywatersolutions.com> ---
(In reply to Katrin Fischer from comment #5)
> > 
> > Pass something parameter like "-t email" and you should see it in the plugin
> > output. That error on the report side shouldn't affect it, but I'll take a
> > look at that too!
> 
> Sorry... what and where is the plugin output?

if you run something like "./misc/cronjobs/process_message_queue.pl -t email"
you should see some output from the script like: 

Plugin hook before_send_message called with the params: $VAR1 = {
          'limit' => undef,
          'letter_code' => undef,
          'verbose' => undef,
          'type' => 'email'
        };

on the command line

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list