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
Hi,
unfortunately I cannot upload my contacts from owncloud to fb. I get always this message:
Uploading Phonebook XML to MY_IP
PHP Warning: simplexml_load_string(): Entity: line 13: parser error : Opening and ending tag mismatch: meta line 4 and head in /home/admin/carddav2fb/lib/fritzbox_api_php/fritzbox_api.class.php on line 340
PHP Warning: simplexml_load_string(): </head><body id="%c"> in /home/admin/carddav2fb/lib/fritzbox_api_php/fritzbox_api.class.php on line 340
PHP Warning: simplexml_load_string(): ^ in /home/admin/carddav2fb/lib/fritzbox_api_php/fritzbox_api.class.php on line 340
PHP Warning: simplexml_load_string(): Entity: line 34: parser error : Opening and ending tag mismatch: hr line 18 and body in /home/admin/carddav2fb/lib/fritzbox_api_php/fritzbox_api.class.php on line 340
PHP Warning: simplexml_load_string(): </body></html> in /home/admin/carddav2fb/lib/fritzbox_api_php/fritzbox_api.class.php on line 340
PHP Warning: simplexml_load_string(): ^ in /home/admin/carddav2fb/lib/fritzbox_api_php/fritzbox_api.class.php on line 340
PHP Warning: simplexml_load_string(): Entity: line 34: parser error : Opening and ending tag mismatch: body line 13 and html in /home/admin/carddav2fb/lib/fritzbox_api_php/fritzbox_api.class.php on line 340
PHP Warning: simplexml_load_string(): </body></html> in /home/admin/carddav2fb/lib/fritzbox_api_php/fritzbox_api.class.php on line 340
PHP Warning: simplexml_load_string(): ^ in /home/admin/carddav2fb/lib/fritzbox_api_php/fritzbox_api.class.php on line 340
PHP Warning: simplexml_load_string(): Entity: line 35: parser error : Premature end of data in tag meta line 3 in /home/admin/carddav2fb/lib/fritzbox_api_php/fritzbox_api.class.php on line 340
PHP Warning: simplexml_load_string(): Entity: line 35: parser error : Premature end of data in tag head line 2 in /home/admin/carddav2fb/lib/fritzbox_api_php/fritzbox_api.class.php on line 340
PHP Warning: simplexml_load_string(): Entity: line 35: parser error : Premature end of data in tag html line 2 in /home/admin/carddav2fb/lib/fritzbox_api_php/fritzbox_api.class.php on line 340
ERROR: Response of initialization call /login_sid.lua in initSID was not xml-formatted.
I've substituted the IP in this message.
All messages before a OK, means the VCards have been read and the ftp uploads run without errors. Is this a failure of your code or what maybe the reason for this message?
Thanksand kind regards,
Michael
The text was updated successfully, but these errors were encountered:
Same problem here. For me this happened due to an SSL certificate error in the fritz API.
As a quick fix I included + curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); + curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false);
into the tree functions doPostForm, doPostFile and doGetPage ( lib/fritzbox_api_php/fritzbox_api.class.php ). It would have to be fixed upstream though. There is already some disabling of SSL verification going on based on the setting of config->getItem('enable_remote_config').
Hi,
unfortunately I cannot upload my contacts from owncloud to fb. I get always this message:
I've substituted the IP in this message.
All messages before a OK, means the VCards have been read and the ftp uploads run without errors. Is this a failure of your code or what maybe the reason for this message?
Thanksand kind regards,
Michael
The text was updated successfully, but these errors were encountered: