[imp] running 3.2.2 and 3.2.4 at same time
    John P Reber 
    John.P.Reber at mail.jci.tju.edu
       
    Fri Aug  6 08:14:31 PDT 2004
    
    
  
Is it possible to run 2 versions of IMP under the same horde directory?
We're running HORDE 2.2.4 and IMP 3.2.2.
I want to configure/test IMP 3.2.5 before making it the production
version.
I have the following in my horde/config/registry.php:
$this->applications['imp'] = array(
    'fileroot' => dirname(__FILE__) . '/../imp',
    'webroot' => $this->applications['horde']['webroot'] . '/imp',
    'icon' => $this->applications['horde']['webroot'] .
'/imp/graphics/imp.gif',
    'name' => _("Mail"),
    'allow_guests' => false,
    'status' => 'active'
);
$this->applications['imp-3.2.5'] = array(
    'fileroot' => dirname(__FILE__) . '/../imp-3.2.5',
    'webroot' => $this->applications['horde']['webroot'] . '/imp-3.2.5',
    'icon' => $this->applications['horde']['webroot'] .
'/imp-3.2.5/graphics/imp.gif',
    'name' => _("Mail (Testing)"),
    'allow_guests' => false,
    'status' => 'active'
);
When I select the "Mail (Testing)" i get a bunch of warnings:
Constant xxxxxxxxx already defined in
/xxxx/xxxx/xx/horde/imp-3.2/lib/constants.php
    
    
More information about the imp
mailing list