[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:34:40 PDT 2004


On Fri, 2004-08-06 at 11:22, Jan Schneider wrote:
> Zitat von John P Reber <John.P.Reber at mail.jci.tju.edu>:
> 
> > 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
> 
> This directory doesn't match any of your settings, are you sure the error
> message and the registry entries are correct?
> 
> Jan.

Sorry, cut and pasted from wrong window. The following is the correct
error message:

Notice: Constant DELETE_MESSAGES already defined in /usr/local/apache2/htdocs/horde-2.2.4/imp-3.2.5/lib/constants.php

with DELETE_MESSAGES substituted by other constants over and over.

The original imp entry works.



More information about the imp mailing list