
Originally Posted by
andywhy
Mine
Code:
05/28/10 12:54:10 [6371] START GetMessageList { folderid = f2; cutoffdate = 0; virtual = 0 }
05/28/10 12:54:10 [6371] START GetFolderIndex { devid = f2 }
05/28/10 12:54:10 [6371] END GetFolderIndex { index = 42 }
..... MESSAGES ....
05/28/10 12:54:10 [6371] SOAP response: <soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope"><soap:Header><context xmlns="urn:zimbra"><change token="32077"/$
05/28/10 12:54:10 [6371] /var/www/z-push/backend/zimbra.php:889 Undefined index: f (8)
......
05/28/10 12:54:10 [6371] /var/www/z-push/backend/zimbra.php:889 Undefined index: f (8)
05/28/10 12:54:10 [6371] END GetMessageList { count = 30 }
05/28/10 12:54:10 [6371] Found 0 message changes Hope this helps,
Andreas
What version of the script is this from ?
There is nothing referencing index f around line 889 of any of the recent releases as far as I can see.
Can you find the Setup function in your script. It should have a first line
Code:
debugLog('START Setup { userid = ' . $userid . '; devid = ' . $devid . '; protocolversion = ' . $protocolversion . ' }'); Add another line after this with
Code:
debugLog('Script version 36'); Then check your debug log for the changes.
It almost looks like the script is not running from the same location as where you are placing the updates if that's possible.
EDIT: Added ; on end of debugLog line