6.0.0-alpha12
6/8/25

[#7213] Couldn't sync my Outlook with Funambol
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

History
08/24/2008 08:27:17 AM Jan Schneider State ⇒ No Feedback
 
08/17/2008 05:43:47 PM Chuck Hagenbuch Comment #2
State ⇒ Feedback
Patch ⇒ No
Reply to this comment
That's not the only place this function expects $calendars to be an 
array - can you trace (using debug_backtrace) to see in what cases 
$calendars is not an array?
08/17/2008 04:37:36 PM stk (at) gmx (dot) ch Comment #1
Priority ⇒ 1. Low
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ Kronolith
Due ⇒ 08/17/2008
Summary ⇒ Couldn't sync my Outlook with Funambol
Type ⇒ Bug
State ⇒ Unconfirmed
Reply to this comment
There is a bug in the SQL driver in the getByUID function if I tried 
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...

Saved Queries