Content
Issues with email notifications, package inst on debian
Added by Michael Buchholz over 3 years ago
Hello dear forum community,
this problem seems to occur on many installations; also with us.
The current version is installed under Debian 10 on its own small computer for test purposes. So the whole thing is native. Send out Testmail works well...
I got the two threads ...
https://community.openproject.org/topics/6429
... and ...
https://community.openproject.org/topics/6616
... read through, but got no further.
When I call "Delayed :: Job.count" in the console, I see eight jobs waiting there. If I follow the instructions from the thread and enter "RAILS_ENV = production bundle exec rake jobs:workoff", I get the following message:
Traceback (most recent call last):
1: from (irb): 20
NameError (undefined local variable or method `workoff 'for main: Object)
So that doesn't work, as you can see from the jobs that are still waiting. Only the value in "1: from (irb): 20" is always incremented; otherwise nothing happens.
Could someone please help me here?
Greetz
Micha
Update:
Based on the article https://community.openproject.org/topics/6429, I was able to determine that the paths specified there no longer match the current version at all. Many of the paths specified there simply do not exist (or no longer exist).