You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While trying to install Snappymail for the first time, I was running into some issues with being unable to configure it due to server errors. I've not pinned that down, but there is one glaringly obvious error that the server log has pointed at:
Exception: Too few arguments to function SnappyMail\Log::warning(), 1 passed in /var/www/nextcloud/apps/snappymail/app/snappymail/v/2.21.0/app/libraries/RainLoop/Config/Application.php on line 44 and exactly 2 expected in file '/var/www/nextcloud/apps/snappymail/app/snappymail/v/2.21.0/app/libraries/snappymail/log.php' line 16
A quick grep through the plugin source suggests this is the only place where SnappyMail\Log::warning() gets only one argument. I'm not sure what the first parameter ought to be (I "patched" it locally by just putting in a first parameter of "config"), so this is a bug report rather than a pull request.
The text was updated successfully, but these errors were encountered:
While trying to install Snappymail for the first time, I was running into some issues with being unable to configure it due to server errors. I've not pinned that down, but there is one glaringly obvious error that the server log has pointed at:
Exception: Too few arguments to function SnappyMail\Log::warning(), 1 passed in /var/www/nextcloud/apps/snappymail/app/snappymail/v/2.21.0/app/libraries/RainLoop/Config/Application.php on line 44 and exactly 2 expected in file '/var/www/nextcloud/apps/snappymail/app/snappymail/v/2.21.0/app/libraries/snappymail/log.php' line 16
A quick grep through the plugin source suggests this is the only place where SnappyMail\Log::warning() gets only one argument. I'm not sure what the first parameter ought to be (I "patched" it locally by just putting in a first parameter of "config"), so this is a bug report rather than a pull request.
The text was updated successfully, but these errors were encountered: