Summary | Kolab backend: Re-import fails |
Queue | Nag |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org, mrubinsk (at) horde (dot) org |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 10/17/2012 (4641 days ago) |
Due | |
Updated | 10/27/2012 (4631 days ago) |
Assigned | 10/22/2012 (4636 days ago) |
Resolved | 10/22/2012 (4636 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit 8d2a1e8cbc175f069aa4a5a90087a99e4b4a0218
Author: Jan Schneider <jan@horde.org>
Date: Mon Oct 22 18:49:22 2012 +0200
Cast to integer (
Bug #11541).nag/lib/Driver/Kolab.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/8d2a1e8cbc175f069aa4a5a90087a99e4b4a0218
commit 300fec5ce252eaa5833513aa88e67debaab1c6fd
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Thu Oct 18 12:23:28 2012 -0400
Explicitly set empty datetime fields to 0 when importing.
Possible fix for
Bug: 11541nag/data.php | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/300fec5ce252eaa5833513aa88e67debaab1c6fd
commit f7bf4be76d468e59bcf2420c22d93c29c32854c4
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Wed Oct 17 14:36:35 2012 -0400
These are also datetime fields.
Possible fix for
Bug: 11541nag/data.php | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/f7bf4be76d468e59bcf2420c22d93c29c32854c4
Thanks.
commit 8d2a1e8cbc175f069aa4a5a90087a99e4b4a0218
Author: Jan Schneider <jan@horde.org>
Date: Mon Oct 22 18:49:22 2012 +0200
Cast to integer (
Bug #11541).nag/lib/Driver/Kolab.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/8d2a1e8cbc175f069aa4a5a90087a99e4b4a0218
Assigned to Jan Schneider
'There was an error importing the data: Failed writing the Kolab
object: Invalid integer input ""!'
-> Still fails for the Kolab backend. The same CSV imports just fine
with the SQL backend.
Assigned to Michael Rubinsky
Taken from Jan Schneider
http://lists.horde.org/archives/commits/2012-October/016576.html)?
commit 300fec5ce252eaa5833513aa88e67debaab1c6fd
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Thu Oct 18 12:23:28 2012 -0400
Explicitly set empty datetime fields to 0 when importing.
Possible fix for
Bug: 11541nag/data.php | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/300fec5ce252eaa5833513aa88e67debaab1c6fd
http://lists.horde.org/archives/commits/2012-October/016571.html
Fixes it for you?
--------------------------------
There was an error importing the data: Failed writing the Kolab
object: Invalid integer input ""!
--------------------------------
Perhaps the empty "completed" date field?
State ⇒ Feedback
http://lists.horde.org/archives/commits/2012-October/016571.html
Fixes it for you?
Assigned to Jan Schneider
Taken from Michael Rubinsky
DateTime::__construct() [<a
href='datetime.--construct'>datetime.--construct</a>]: Failed to parse
time string (@1970-01-01 13:05:23) at position 8 (-): Double timezone
specification
1. Nag_Driver->add() /datastore/DEVEL/horde/nag/data.php:133
2. Nag_Driver_Kolab->_add() /datastore/DEVEL/horde/nag/lib/Driver.php:131
3. Nag_Driver_Kolab->_getObject()
/datastore/DEVEL/horde/nag/lib/Driver/Kolab.php:196
4. DateTime->__construct() /datastore/DEVEL/horde/nag/lib/Driver/Kolab.php:283
Assigning to Jan since you probably can't test the Kolab stuff.
State ⇒ Feedback
Assigned to Michael Rubinsky
commit f7bf4be76d468e59bcf2420c22d93c29c32854c4
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Wed Oct 17 14:36:35 2012 -0400
These are also datetime fields.
Possible fix for
Bug: 11541nag/data.php | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/f7bf4be76d468e59bcf2420c22d93c29c32854c4
Priority ⇒ 1. Low
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒
Summary ⇒ Kolab backend: Re-import fails
Type ⇒ Bug
Queue ⇒ Nag
I just export a bunch of tasks into a CSV file.
Now I tried to reimport those tasks into a newly created tasklist
and got this backtrace:
DateTime::__construct() [<a
href='datetime.--construct'>datetime.--construct</a>]: Failed to parse
time string (@2012-10-30 14:16:00) at position 8 (-): Double timezone
specification
1. Nag_Driver->add() /datastore/DEVEL/horde/nag/data.php:129
2. Nag_Driver_Kolab->_add() /datastore/DEVEL/horde/nag/lib/Driver.php:131
3. Nag_Driver_Kolab->_getObject()
/datastore/DEVEL/horde/nag/lib/Driver/Kolab.php:196
4. DateTime->__construct() /datastore/DEVEL/horde/nag/lib/Driver/Kolab.php:286
Thomas