-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
e-mail notifications for activities are not received #6204
Comments
What type of background job do you have configured? See https://docs.nextcloud.com/server/12/admin_manual/configuration_server/background_jobs_configuration.html for details about the differences and how to set them up. |
cron m h dom mon dow command*/15 * * * * php -f /var/www/nextcloud/cron.php edit: in addition I changed cron job to: from var/log/syslog I see now: I have re-done an chmod +x on cron.php but still no luck. Can somebody help me why the scheduled cron job does not work as I just used the standard functionality of what is documented in the nextcloud admin guide for enabling cron. |
For the cron issue please ask for help in the forums, because this seems to be a setup issue. For the icons it looks like you have not configured your servers URL properly. See the option |
@MorrisJobke I looked at my overwrite.cli.url and it was correctly name to 'https://myserver.info/nextcloud' I even changed it to 'http://myserver.info.nextcloud' but it did not help. Then I looked at my apache conf as there is what I do the static redirecto from http to https:: Then I noticed I was missing on the end of the redirect permanent the backslash "/". So I changed that to: Redirect permanent / https://cloud.nextcloud.com/ However I'm now still beeing confronted with app likes activity that does not show the activity icon correcty because my URL gets mapped server.infonextcloud/apps/announcementcenter/img/announcementcenter-dark.svg I have re-looked at my ssl redirect etc. but I'm now really lost where if forgot or need to add this / to get the announcement center icon to work. can you give me a little guidance? |
Steps to reproduce
Then do any of below actions:
a. make a new directory and share the directory with an existing user
b. make an reaction to an uploaded file from the user that uploaded it where e-mail noticiation for reactions is enabled
c. upload a new file to an folder shared by the other user to you
Expected behaviour
I should get an e-mail letting me know about the reaction, file uploaded or shared directory with me. Now I don't get anything. We only see e-mails coming in on new accounts created or for password resets.
Actual behaviour
nothing happens no e-mails nothing.
General server configuration
Operating system: Linux nextcloud 4.4.0-92-generic #115-Ubuntu SMP Thu Aug 10 09:04:33 UTC 2017 x86_64
Web server: Apache/2.4.18 (Ubuntu) (apache2handler)
Database: mysql 5.7.19
PHP version: 7.0.22-0ubuntu0.16.04.1
PHP-modules loaded
Nextcloud configuration
Nextcloud version: 12.0.2 - 12.0.2.0
**Updated from an older Nextcloud/ownCloud or fresh install: from 11.0 > 11.x > 12.0 > 12.0.1 12.0.2
Where did you install Nextcloud from: local storage
Are you using external storage, if yes which one: Array
(
[0] => \OC\Files\Storage\Local
[1] => \OCA\Files_External\Lib\Storage\FTP
[2] => \OC\Files\Storage\DAV
[3] => \OCA\Files_External\Lib\Storage\OwnCloud
[4] => \OCA\Files_External\Lib\Storage\SFTP
[5] => \OCA\Files_External\Lib\Storage\AmazonS3
[6] => \OCA\Files_External\Lib\Storage\Dropbox
[7] => \OCA\Files_External\Lib\Storage\Google
[8] => \OCA\Files_External\Lib\Storage\Swift
[9] => \OCA\Files_External\Lib\Storage\SFTP
[10] => \OCA\Files_External\Lib\Storage\SMB
[11] => \OCA\Files_External\Lib\Storage\SMB
)
Are you using encryption: no
Are you using an external user-backend, if yes which one: YOUR ANSWER HERE (LDAP/ActiveDirectory/Webdav/...)
Signing status
Enabled apps
Disabled apps
Content of config/config.php
Client configuration
Browser: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36
Operating system: YOUR ANSWER HERE
Logs
Web server error log
Nextcloud log (data/nextcloud.log)
Browser log
The text was updated successfully, but these errors were encountered: