Summary | ActiveSync for inbox only works during setup |
Queue | Horde Framework Packages |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | michael (at) bigmichi1 (dot) de |
Created | 11/22/2012 (4617 days ago) |
Due | |
Updated | 12/03/2012 (4606 days ago) |
Assigned | 12/03/2012 (4606 days ago) |
Resolved | 12/03/2012 (4606 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
commit b095fab9dc19bd7e2d35ae992f54f4e6bfe6931d
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Mon Dec 3 13:25:43 2012 -0500
Flags should be an array. Hopefully fixes
Bug: 11741..../lib/Horde/ActiveSync/Connector/Importer.php | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
http://git.horde.org/horde-git/-/commit/b095fab9dc19bd7e2d35ae992f54f4e6bfe6931d
Horde::debug($change); as well?
That should be a sql statement... really confused if this is what is
being dumped for you.
Horde::debug($change); as well?
That should be a sql statement... really confused if this is what is
being dumped for you.
2012-12-03T09:01:11+01:00 DEBUG: Updating state during flags
2012-12-03T09:01:11+01:00 ERR: Parameter count mismatch, expecting 0, got 6
This means that the SQL statement that is updating the map table
thinks there should be no bound parameters, but we are passing 6 of
them. Looking at the code, I don't see any reason why it would think
that. The SQL statement, does, indeed, have 6 parameter placeholders.
Can you place:
Horde::debug($sql);
after the try on line 444 but before the $this->_db->insert($sql,
$params); on linke 445 in file
ActiveSync/lib/Horde/ActiveSync/State/Sql.php and post the results
(they will be output in a file named horde_debug.txt in your system's
temp directory).
New Attachment: androidc30255998.txt
Assigned to Michael Rubinsky
State ⇒ Feedback
everything is fine with sync my contacts and calendar, the only
problem is the inbox after the first sync. there i got everytime
"Connot open connection to server". i followed the debuing
descriptions in the wiki and the log on the phone is attached.
a HTTP 500 status code. Without more information in the
Horde/Webserver/Sync log, there's not much input I can give here.
should not call statically problems.
device you should have a sync log. Make sure that the directory you
have choosen is writable by the webserver.
If all else fails, a wiretrace of a non-ssl session could be useful.
reproducable by doing a manual refresh, switch to another folder
everything is fine, also after doing a refresh on the other folders
New Attachment: emaillog.txt
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ ActiveSync for inbox only works during setup
Queue ⇒ Horde Framework Packages
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
everything is fine with sync my contacts and calendar, the only
problem is the inbox after the first sync. there i got everytime
"Connot open connection to server". i followed the debuing
descriptions in the wiki and the log on the phone is attached.
switching to debug logging in horde didn't show anything accept many
should not call statically problems.
i also set up an extra activy sync log dir, but it remains empty.
apache logs are also empty and an extra configured error_log for php
in php.ini also remains empty.