Issue with PKP PN Plugin

Hi @Ana_N

so that last line, where it’s trying package deposit, what happened next? That can’t be the whole log - There should be a “Task Process Started” and a “Task Process Stopped” at the beginning and end. If you don’t see those, there’s a fatal error being generated some where, and that error is probably in your server error log. You can force this command to run from the command line with:

php tools/runScheduledTasks.php plugins/generic/pln/xml/scheduledTasks.xml

Although you may need to fudge the last run date for it in the scheduled_tasks database table. It’s set to run once a day and if you move the date back a few days it will run, otherwise it will not.

Jason