-
-
Notifications
You must be signed in to change notification settings - Fork 122
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
Error: Undefined constant "SIGCLD" in ... #1147
Comments
alternatively you can comment out SIGCLD in line 34 of this file, but ...... |
I had to comment out this one and a few others to be able to activate the app again : SIGCLD, SIGPOLL, SIGPWR, SIGSTKFLT I'm running 26.0.1, PHP 8.0.28, PostgreSQL 13.11 |
Is there going to be a release with commit? or do I have to manually edit the file so my users can access their emails through Nextcloud. Thanks. |
I will make new release |
Describe the bug
upgrading to v2.28.0 will crash nextcloud
installing v2.28.0 will fail
To Reproduce
Steps to reproduce the behavior:
Expected behaviorScreenshotsPlease complete the following information:
Debug/logging information
Additional context
Additional context
In case anyone else happens to experience the same issue, here's a couple of simple steps to roll back to the previous version: (assuming you are on nextcloud docker)
occ app:disable snappymail
docker exec -it -u www-data <your nextcloud instance> bash
cd /var/www/html/custom_apps/
rm -fr snappymail
curl https://snappymail.eu/repository/nextcloud/snappymail-2.27.3-nextcloud.tar.gz | tar -xzvf -
occ app:enable snappymail
The text was updated successfully, but these errors were encountered: