Summary | SyncML from Funambol to Horde contacts have anniversary='--' |
Queue | Synchronization |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | |
Requester | szimszon (at) oregpreshaz (dot) eu |
Created | 09/28/2011 (5029 days ago) |
Due | |
Updated | 12/19/2011 (4947 days ago) |
Assigned | 10/10/2011 (5017 days ago) |
Resolved | 12/19/2011 (4947 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
[jan] Fix importing vCards with empty X-ANNIVERSARY attributes (
Bug #10557).3 files changed, 8 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/8eaf5b308394e04921611c6eed9b6ac4ad345d78
Catch exceptions from Horde_Date ctor (
Bug #10557).1 files changed, 10 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/ba67c17595c52a2354256116511cf0d13f11665b
mail it private to some address, there are a lot of data I don't like
to expose in public :-o
Could you please PM me an address.
Thanks.
I see no errors in sync itself I just end up after phone to horde in db with:
$ psql -c "select object_id,object_anniversary from turba_objects
where object_anniversary='--';" horde
object_id | object_anniversary
-------------------------+--------------------
li9DBP6Wb3FOspUpBQSkYHA | --
Please read http://wiki.horde.org/SyncMLProblemReport and follow the
steps to generate complete SyncML debugging information.
State ⇒ Feedback
Please read http://wiki.horde.org/SyncMLProblemReport and follow the
steps to generate complete SyncML debugging information.
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ SyncML from Funambol to Horde contacts have anniversary='--'
Queue ⇒ Synchronization
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
anniversary='--' and I got a lot error displaying them on Horde.
I have in DB::turba_objects '--' in object_anniversary column after
the contact is synced from funambol client (phone) to Horde Turba
3.0.9 and I get an error like this:
--
Évforduló
Helyrehozhatatlan hiba történt
Failed to parse time string (--)
1. Turba_View_Contact->html()
/srv/www/oregpreshaz.eu/ssl/horde2.oregpreshaz.eu/turba/contact.php:113
2. Horde_Form->renderInactive()
/srv/www/oregpreshaz.eu/ssl/horde2.oregpreshaz.eu/turba/lib/View/Contact.php:58
3. Horde_Form_Renderer->renderFormInactive() /usr/share/php/Horde/Form.php:531
4. Horde_Form_Renderer->_renderForm()
/usr/share/php/Horde/Form/Renderer.php:226
5. Horde_Core_Ui_VarRenderer->render()
/usr/share/php/Horde/Form/Renderer.php:276
6. Horde_Core_Ui_VarRenderer_Html->_renderVarDisplay_monthdayyear()
/usr/share/php/Horde/Core/Ui/VarRenderer.php:85
7. Horde_Form_Type_monthdayyear->formatDate()
/usr/share/php/Horde/Core/Ui/VarRenderer/Html.php:1356
8. Horde_Form_Type_monthdayyear->getDateOb()
/usr/share/php/Horde/Form/Type.php:2897
9. Horde_Date->__construct() /usr/share/php/Horde/Form/Type.php:2879
Details
The full error message is logged in Horde's log file, and is shown
below only to administrators. Non-administrative users will not see
error details.
Horde_Date_Exception Object
(
[details] =>
[message:protected] => Failed to parse time string (--)
[string:Exception:private] =>
[code:protected] => 0
[file:protected] => /usr/share/php/Horde/Date.php
[line:protected] => 253
[trace:Exception:private] => Array
(
[0] => Array
(
[file] => /usr/share/php/Horde/Form/Type.php
[line] => 2879
[function] => __construct
[class] => Horde_Date
[type] => ->
[args] => Array
(
[0] => --
)
)