Yes, thanks to liverpoolfcfan, everything is sorted out...
Damn Croatian characters![]()
Yes, thanks to liverpoolfcfan, everything is sorted out...
Damn Croatian characters![]()
So how do I setup my server to use the latest SVN as never done this. I need to get the html working corretly on iphones and understand these files are avaliable now but not in the current veriosn I have installed which is 51
Thanks
Many thank liverpoolfcfan. I now have the latest zimbra.php installed and set hmtl to true but still unable to get it working.
I looked in the debug.txt and found it was requesting a file I did not have z_RTF.php. I managed to find this file on the net and now seem to have no error messages at all but still no working html mail.
How is the best way to diagnose why it's not running correctly.
Many thanks
Glenn
The problem was adding the define ZIMBRA_HTML to true at the bottom of the config.php file when there was already a define ZIMBRA_HTML to false further up.
In php once you define something you cannot undefine or redefine it. The code simply ignored the redefine attempt.
Removing the first define statement fixed the issue.
Sent from my GT-I9000 using Tapatalk
I've installed the most recent backend (51) and have managed to get as far as successfully logging in from my mobile, but sync is failing. The error log contains the following error (undefined index) resulting from an invalid folder id of -1. Suggestions?
Error log snippet below:
01/31/12 20:12:04 [530] [matt] POST cmd: GetItemEstimate
01/31/12 20:12:04 [530] [matt] Initializing message diff engine
01/31/12 20:12:04 [530] [matt] 0 messages in state
01/31/12 20:12:04 [530] [matt] START GetMessageList { folderid = -1; cutoffdate = 1327803124; virtual = 0; offset = 0 }
01/31/12 20:12:04 [530] [matt] /var/www/z-push/backend/zimbra.php:2135 Undefined index: (8)
01/31/12 20:12:04 [530] [matt] /var/www/z-push/backend/zimbra.php:2135 Trying to get property of non-object (8)
01/31/12 20:12:04 [530] [matt] /var/www/z-push/backend/zimbra.php:2136 Undefined index: (8)
01/31/12 20:12:04 [530] [matt] /var/www/z-push/backend/zimbra.php:2136 Trying to get property of non-object (8)
Was it shipped as an ICS phone ? Or is it a custom ROM ?
If you look in the Outbox on the phone - is there any email stuck in there ?
If there is try deleting it, and re-starting the sync.
If not, the only thing I can suggest you try is to add a check for folderid == -1 at the top of GetMessageList
The first two lines of the function are
$limit = 100;
$output = array();
Insert the following lines immediately after these and before the $index = ...
if ($folderid < 0) {
debugLog( "Device calling GetMessageList on Outbox ???" );
return $output;
}
Just came across this one, can't see anyone else mentioning it so I thought I'd just point it out.
I've just tested my first Android client on z-push and the username field is formatted DOMAIN\username as one string. If you then try to wipe/delete this client through provisioning, the '\' in that field means that the form will not display. If I manually amend the address (remove one of the two '\'s) the form will display but, understandably, the wipe/delete will not work.
Admittedly I have a sample size of one, and that's not an OEM android build (American Android booted from SD on HTC HD2 - Gingerbread w/cyanogen) so I don't know if it applies to any other handsets.
There are currently 1 users browsing this thread. (0 members and 1 guests)