[Tickets #7398] Re: Empty Portal in internet explorer

bugs at horde.org bugs at horde.org
Fri Oct 3 20:53:37 UTC 2008


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/7398
------------------------------------------------------------------------------
  Ticket             | 7398
  Updated By         | leandro at c3systems.com.br
  Summary            | Empty Portal in internet explorer
  Queue              | Horde Groupware Webmail Edition
  Version            | 1.2-RC1
  Type               | Bug
  State              | Unconfirmed
  Priority           | 1. Low
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


leandro at c3systems.com.br (2008-10-03 16:53) wrote:

hi, discover and solved this problem...

add in your horde/config/registry.php

$this->applications['dimp'] = array(
     'fileroot' => dirname(__FILE__) . '/../dimp',
     'webroot' => $this->applications['horde']['webroot'] . '/dimp',
     'jsuri' => $this->applications['horde']['webroot'] . '/dimp/js/src',
     'name' => _("Dynamic Mail"),
     'status' => 'notoolbar',
);

comment your dimp/js/src/ DimpBase.js in line 1101 (head.insert  
(link))... that the problem is resolved.

Leandro





More information about the bugs mailing list