[Tickets #8267] Re: DIMP preview errors in folders other than Inbox

bugs at horde.org bugs at horde.org
Fri May 22 10:08:03 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         | simon at simonandkate.net
  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             |
------------------------------------------------------------------------------


simon at simonandkate.net (2009-05-22 06:08) wrote:

Thank you Jan. With respect, to most people other than developers  
(which nowhere in this bug have I claimed to be) a URI is a naming  
structure like http://www.something. In that context I know fine what  
a URI is - but thanks... :) Do I need to tell you everything else I  
don't know? (joke...).

"$this->applications['horde']['webroot'] . '/dimp/js/src'" does not  
look like what a non-developer would call a URI.

I'm trying here to help the Dimp community by debugging an error that  
occurs in certain browsers on my install. To do that, all I need from  
you guys (the developers) is what I put in registry.php to make Dimp  
get its JS from source.

I followed Michael's advice to "Add something like this to the dimp  
config in horde/config/registry.php:
      'jsuri' => '/path/to/horde/js/src',
      'jsfs' => dirname(__FILE__) . '/../js/src',"

Then something different from you, and now something different again.

Can someone please just tell me what I put in  
/usr/share/horde/config/registry.php to make Dimp get its JS from src.

Currently I have:

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

With your last post, are you now telling me that I also need to change  
the line that says:

    'webroot' => $this->applications['horde']['webroot'] . '/dimp',

to

   'webroot' => $this->applications['horde']['webroot'] . '/dimp/js/src'  ?

Or change that INSTEAD of the others, or as well as some of them...?

As I said in Comment 4:

"Happy to do more JS troubleshooting if someone can help point me in
the right direction of how to actually do it as the tips in the
INSTALL file don't work for me..."






More information about the bugs mailing list