kdav does not sync correctly - 500 internal Server Error
-
How much max ram are you allowing to php?
-
Hello,
i have the same problem. All configured like the default. -> PHP Ram 256M.
I have 300 contacts, some with photo. It this error a ram problem? or invalid vcards?I’ve deleted some of the contacts that are experiencing the problem, but this is an infinite story.
-
Hi proficleaner,
“same problem” is a very vague description.
Which versions of kdav, Kopano, OS are you using?
Are you able to open some contacts in the browser and some not? Or are you using some other client?
Are there any errors in kdav and apache logs?
Manfred
-
Sorry for the late reply. I didn’t get any notification.
No Apache Errors. There are definitely bad contacts, i have delete all contacts an imported 5 for test. It is working fine. But as error i see only that xml, not the id of the bad vcards. Memory Limit is @128MB should i increase that?
-
So, i’ve setuped here a brand new kopanoserver with subscription, so with actual packages. I’ve install kdav. What have i tested:
- Sync with KDE’s Kontact
- Sync with Android’s davX5
On Kontact i never seen any addressbookentry. On Android some files are synced, about 15 of 40. After changing a few contacts, 3 or 6 more were synced. Really strange, whats going wrong here? Have anyone the plugin successfully running? It would help a lot. Because the contactpicture issue. Zpush damage all pictures, so nice big pictures, are reduced in unusable quality. The kopano support talked to the zpush dev’s, they known about the issue, but they can’t find the reason.
All logs from the sync are here, maybe someone can help me to configure the plugin right.
https://darkdevil.osit.cc/index.php/s/eEcJASaynDLrmyG?path=%2Fshares for forums%2FKdav-LogsVery thanks
-
Hi @boospy,
please update KDAV to the latest master branch version. I’ve added more logging in order to figure out why sabre is complaining about line 12 in the generated vcard data.
Manfred
-
Thanks for the information. I give this to us dev.
-
I encountered the same problem. I don’t know if it’s for the same reason. We finally found out that the user had an Adresslist entry in his Kopano-Contacts and this caused the error. Once removed it worked.
After a little debugging, i saw that an Addresslist item returns an empty VCF (strlen 0) and SabreDAV does not handle it. So i simple added those three lines
if ($r['size']==0) { return false; }
just before the return of the
public function getCard($addressBookId, $cardUri, $mapifolder = null)
(around line 199 in the actual code) oflib/KopanoCardDavBackend.php
.Perhaps this helps someone out…
Clemens.
-
Sorry, but we give up with this. To much time, did not work.
-
The 500 Internal Server Error is the general catch all error when the server throws an exception. The first thing you need to know about an “Internal Server Error” is that the error can only be resolved by fixes to the Web server software. It is not a client-side problem meaning that the problem is not with your browser, your computer, or your internet connection. There are a number of causes for a 500 Internal Server Error to display in a web browser. Consider some debugging tips to help diagnose and fix common causes of this problem.
- Refresh the URL that you have requested. The error may be for the short term.
- Clear all the website cache from your web browser
- Delete website cookies because error 500 can be obstructed by clearing the website cookies. Restart your web browser after clearing cookies.
- Create a new .htaccess file. Sometimes the incorrect code and command in .htaccess file cause error 500 on the website. Rename the file with another name; it will automatically become invalid. Then create a new .htaccess file and upload it to the server.
- Finally, Ask your Hosting Provider