meta data for this page
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| linux:sw:openproject:issues [2025/05/05 08:19] – created niziak | linux:sw:openproject:issues [2026/02/12 09:45] (current) – niziak | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
| Http failure response for http:// | Http failure response for http:// | ||
| </ | </ | ||
| + | |||
| + | ===== :arguments expected to be an Array of individual string args ===== | ||
| + | |||
| + | |||
| + | After upgrade to 17, email notification stop working. Trying to send test email: | ||
| + | < | ||
| + | An error occurred while sending mail (:arguments expected to be an Array of individual string args) | ||
| + | </ | ||
| + | |||
| + | Source of issue: [[https:// | ||
| + | |||
| + | Solution: | ||
| + | <code bash> | ||
| + | openproject config:set OPENPROJECT_SENDMAIL__ARGUMENTS=" | ||
| + | openproject configure | ||
| + | </ | ||
| + | |||
| + | More info: | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * | ||
| + | |||