[Tickets #8267] Re: DIMP preview errors in folders other than Inbox
bugs at horde.org
bugs at horde.org
Mon May 18 23:04:42 UTC 2009
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/8267
------------------------------------------------------------------------------
Ticket | 8267
Updated By | Michael Slusarz <slusarz at horde.org>
Summary | DIMP preview errors in folders other than Inbox
Queue | DIMP
Version | 1.1.2
Type | Bug
State | Feedback
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
Michael Slusarz <slusarz at horde.org> (2009-05-18 19:04) wrote:
> "onException: TypeError-a is undefined"
You don't happen to be running IMP 5.0 (from git) on the same server, are you?
> The Dimp troubleshooting guide says to:
>
> "change ``horde/conf/registry.php`` to serve the
> javascript files from the ``js/src/`` directory rather than the ``js/``
> directory"
>
> Assuming it is supposed to be horde/config/registry.php, there is no
> setting for js path that I could see in the file... how do I make it
> use the source js?
Add something like this to the dimp config in horde/config/registry.php:
'jsuri' => '/path/to/horde/js/src',
'jsfs' => dirname(__FILE__) . '/../js/src',
More information about the bugs
mailing list