| Welcome to the Zimbra - Forums! | |
Welcome, if you would like to post a comment please register.
We also encourage you to explore all things Zimbra with our team and members of the community.
|  | 
03-02-2008, 01:10 PM
| | | [SOLVED] Reading pane blank in AJAX mode 5.0.2 I recently upgraded an install from FC4 zimbra 4.5.11 to CentOS 5 zimbra 5.0.2.
I have gotten virtually everything working, except for a major bug in AJAX view. Currently clicking on an email in AJAX results in a blank reading pane, and double clicking a message results in nothing. Standard HTML view works fine, however.
How do I go about diagnosing the problem, and in the interum can I disable AJAX so I don't have 3000 confused students complaining to me? Thanks! | 
03-02-2008, 01:30 PM
| | Zimbra Consultant | |
Posts: 5,814
| | Quick things to do while you continue to troubleshoot: Quote:
su - zimbra
zmprov mc default zimbraPrefClientType standard
| (apply to other COS's as needed)
OR
Using whatever solution you have handy automatically redirect them (or change your website links etc) to http:// server.domain..com/h/ and that will invoke the basic client on logins.
Now to the actual problem:
-Browser version & full zmcontrol -v?
-Can you read the emails if you open them just not in the reading pane? (press o)
-Is your double click set to open the message in a new window and it just never seems to load?
To help you debug: Web Client URL Tricks - Zimbra :: Wiki
Firebug: https://addons.mozilla.org/en-US/firefox/addon/1843 | 
03-02-2008, 01:39 PM
| | | It is happening in both Firefox 2.0 and IE 6.
I'm running "Release 5.0.2_GA_1975.RHEL5_20080130221917 CentOS5 FOSS edition"
If I hit o it just toggles between displaying the conversation as a single entry and the conversation as threaded, the actual message never displays.
My double click is not set to open in a new window.
Also, if I right click and edit I can see all the text.
Last edited by jterhune : 03-02-2008 at 01:42 PM.
| 
03-02-2008, 07:54 PM
| | | http://fqdn/zimbra/?client=advanced&dev=1
Yields a debug window that remains blank. Here are all the javascript errors and warnings a session throws: Code: Warning: Expected color but found ';'. Error in parsing value for property 'background-color'. Declaration dropped.
Source File: http://fqdn/zimbra/css/images,common,dwt,msgview,login,zm,spellcheck,wiki,skin?v=080130222506&debug=1&skin=waves
Line: 1332
Warning: Expected ':' but found '}'. Declaration dropped.
Source File: http://fqdn/zimbra/css/images,common,dwt,msgview,login,zm,spellcheck,wiki,skin?v=080130222506&debug=1&skin=waves
Line: 2836
Warning: Unknown property 'Xborder'. Declaration dropped.
Source File: http://fqdn/zimbra/css/images,common,dwt,msgview,login,zm,spellcheck,wiki,skin?v=080130222506&debug=1&skin=waves
Line: 2839
Error: this._appCtxt has no properties
Source File: http://fqdn/service/zimlet/com_zimbra_email/email.js?v=080130222506
Line: 24
Error: ZmEmailAddress is not defined
Source File: http://fqdn/service/zimlet/com_zimbra_email/email.js?v=080130222506
Line: 32 | 
03-02-2008, 10:47 PM
| | Zimbra-Yahoo Consultant | |
Posts: 5,608
| | Hmm
Looks like there's a problem with the email zimlet Code: su - zimbra
zmzimletctl undeploy com_zimbra_email
zmcontrol stop
rm -rf /opt/zimbra/jetty/work/*
zmcontrol start
cd /opt/zimbra/zimlets
zmzimletctl deploy com_zimbra_email.zip | 
03-02-2008, 11:16 PM
| | | Woohoo! I owe you both a beer, where do I send it?
Thanks a ton for all the help. | | Thread Tools | | | | Display Modes | Linear Mode | | Why Join? Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.  |