Summary | Undefined property: SyncML_Command_Status::$_Data |
Queue | Synchronization |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | jan (at) horde (dot) org |
Requester | bigmichi1 (at) bigmichi1 (dot) de |
Created | 11/18/2008 (6083 days ago) |
Due | |
Updated | 08/26/2009 (5802 days ago) |
Assigned | 12/07/2008 (6064 days ago) |
Resolved | 08/26/2009 (5802 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | Yes |
State ⇒ Resolved
Patch ⇒ Yes
http://cvs.horde.org/diff.php/framework/SyncML/SyncML/Command/Status.php?rt=horde&r1=1.32&r2=1.33&ty=u
is most likely meant)
--- lib/SyncML/Command/Status.php.orig 2009-04-30 19:34:28.000000000 +0200
+++ lib/SyncML/Command/Status.php.neu 2009-08-26 12:00:24.000000000 +0200
@@ -140,7 +140,7 @@
* wasn't found on the client. Try an Add
* instead. */
if ($this->_Cmd == 'Replace' &&
- $this->_Data == RESPONSE_NOT_FOUND) {
+ $this->_Status == RESPONSE_NOT_FOUND) {
$sync->setServerChange('add',
$id[0], $id[1]);
}
if (isset($this->_SourceRef) ||
isset($this->_TargetRef)) {
State ⇒ Assigned
Queue ⇒ Synchronization
in the /tmp/sync directory, because i looked through some of them and
find references in many places that shouldn't be viewable by everyone
here
the /tmp/sync directory, because i looked through some of them and
find references in many places that shouldn't be viewable by everyone
here
i encountered that this warning only comes up in the logs when i
update a contact and then sync
no errors are logged in the file that is configured in php.ini (error_log)
State ⇒ Feedback
steps to generate complete SyncML debugging information.
Priority ⇒ 2. Medium
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒
Queue ⇒ Horde Framework Packages
Type ⇒ Bug
Summary ⇒ Undefined property: SyncML_Command_Status::$_Data
outlook contacts with the funambol plugin over rpc
Nov 17 06:28:52 HORDE [warning] [horde] Caught output: <br />
<b>Notice</b>: Undefined property: SyncML_Command_Status::$_Data in
<b>/var/www/horde/lib/SyncML/Command/Status.php</b> on line
<b>143</b><br />
<br />
<b>Notice</b>: Undefined property: SyncML_Command_Status::$_Data in
<b>/var/www/horde/lib/SyncML/Command/Status.php</b> on line
<b>143</b><br />
[pid 28078 on line 192 of "/var/www/horde/lib/SyncML.php"]