Summary | Couldn't sync my Outlook with Funambol |
Queue | Kronolith |
Queue Version | 2.2 |
Type | Bug |
State | No Feedback |
Priority | 1. Low |
Owners | |
Requester | stk (at) gmx (dot) ch |
Created | 08/17/2008 (6139 days ago) |
Due | 08/17/2008 (6139 days ago) |
Updated | 08/24/2008 (6132 days ago) |
Assigned | 08/17/2008 (6139 days ago) |
Resolved | 08/24/2008 (6132 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Feedback
Patch ⇒ No
array - can you trace (using debug_backtrace) to see in what cases
$calendars is not an array?
Priority ⇒ 1. Low
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ Kronolith
Due ⇒ 08/17/2008
Summary ⇒ Couldn't sync my Outlook with Funambol
Type ⇒ Bug
State ⇒ Unconfirmed
to sync my Outlook with the installed Funambol plugin (version 7.0.7).
Someone descripted the error already:
http://www.nabble.com/Mysql-DB-Syntax-Error-td18839953.html
And indeed, the suggested error was an empty calendar_id. But why?
It lays in the line 421:
$values = array_merge($values, $calendars);
$calendars is not an array in every case! I just added a before this
line following command:
$calendars = array($calendars);
And now, after some tests it looks like it works like a charme.
I hope I could help and remove one bug ;-).
Thanks for this great software...