OK I upped the memory limit and it didn't fail as fast, but it still failed on that same error.
I checked my Palm and it was syncing at SyncML 1.1 protocol, so I swapped to SyncML 1.2 and now it works fine.
So if patching with this new SyncML eGW patch, make sure you use that protocol on your handheld device.
ralfbecker wrote:
gholm schrieb:
> [on line 150 of "/var/www/html/eGroupware/syncml/calendar/lib/api.php"]
> [Fri Jul 03 20:43:58 2009] [error] [client 58.111.4.109] EGWSYNC:
> [egwcalendarsync] SymcML: egwcalendarsync listBy startDate=0, endDate=0 [on
> line 180 of "/var/www/html/eGroupware/syncml/calendar/lib/api.php"]
> Allowed memory size of 33554432 bytes exhausted (tried to allocate 72 bytes)
>
> What is this all about?
You run out of memory, need to set a higher memory_limit in your php.ini
(and restart Apache).