-
Notifications
You must be signed in to change notification settings - Fork 293
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
Evolution error "HTTP error 500 (Internal Server Error): 4.1.0" #929
Comments
Do you use php 7.4? If so, try 7.3. Looks like there is still an error, even though I thought that we can finally support 7.4... |
Yes I’m running on php 7.4. I’ll give it a try with 7.3 to crosscheck. |
I can confirm that the error does not occur with php7.3.
|
The bug still exists with php 7.4. Shouldn't the issue stay open then? |
@cscholz does the code in sabre-io/dav#1275 help? |
I still get the error. My system won't let me downgrade php to 7.3 so I'm without calendaring at the moment. |
@danastasio, you can just comment out the three lines mentioned in the original post. It works for me on Fedora 32 (php 7.4). |
Well I feel dumb. I really do try and read the whole post, but I missed that. Thanks @Yenya! That fixed it. |
Hi, Can anyone elaborate if there any specific issues to the sync reliability with this patch ? What are the cases a client request could cause fails or events lost/not sync after commenting that part of the code ? many thanks |
See also sabre-io/dav#1300. |
Should be fixed now in Baikal 0.8.0. If you still experience the problem, just let me know :) |
Baikal version: 0.7.0
Expected behaviour: Evolution 3.36.2-1 calender sync without errors
Current behaviour: Throwing exception.
Related code section. If uncommented, sync runs without any error.
The text was updated successfully, but these errors were encountered: