[ingo] RELENG_1 feedback

Balazs GAL balsa at rit.bme.hu
Sun May 18 11:13:25 PDT 2003


2003-05-18, v keltezéssel Jan Schneider ezt írta:
Zitat von Balazs GAL <balsa at rit.bme.hu>:
> 
> > The lib/Ingo.php contains a call to is_a function, I think
> > it should be replaced with PEAR::isError.
> 
> Fixed in CVS.
>
 
Thanks.
I yust backported php4 (version 4.2.3) and all related stuff from sid to
woody but ingo doesn't work with it. If I want add a new rule it says:

Notice: Undefined index: edit in /$horde_base/ingo/rule.php on line 22

Can it depend from any php.ini settings?
Can anybody send to me a php.ini which seems to work with ingo?
I use file based sessions with php4.

Here are my ingo setting:

ingo related stuff from $horde_base/config/registry.php:

$this->applications['ingo'] = array(
    'fileroot' => dirname(__FILE__) . '/../ingo',
    'webroot' => $this->applications['horde']['webroot'] . '/ingo',
    'icon' => $this->applications['horde']['webroot'] .
'/ingo/graphics/ingo.gif',
    'name' => _("Filters"),
    'allow_guests' => false,
    'status' => 'active',
);

$horde_base/ingo/config/backends.php:

$backends['timsieved'] = array(
    'driver' => 'timsieved',
    'preferred' => 'webmail.mydomain.hu',
    'script' => 'sieve',
    'hordeauth' => 'user',
    'params' => array('hostspec' => 'localhost',
                      'port' => 2000));


$horde_base/ingo/config/conf.php:

$conf['storage']['driver'] = 'prefs';
$conf['menu']['apps'] = array('imp');

$horde_base/ingo/config/prefs.php (and tests.php too:) is the default
from cvs.

Are my configs correct?

output from $horde_base/test.php says 'Yes' for all test.
(of course for MySQL support 'No')

- Horde: 2.2.3
- Ingo the latest cvs from RELENG_1 branch

Ingo can store it's settings in horde_prefs table.

# dpkg -l 'php4*' | grep ii
ii  php4           4.2.3-13.woody A server-side, HTML-embedded scripting
ii  php4-domxml    4.2.3-13.woody XMLv2 module for php4
ii  php4-imap      4.2.3-13.woody IMAP module for php4
ii  php4-ldap      4.2.3-13.woody LDAP module for php4
ii  php4-mcal      4.2.3-13.woody MCAL calendar module for php4
ii  php4-mcrypt    4.2.3-1.woody. MCrypt module for php4
ii  php4-pgsql     4.2.3-0.woody. PostgreSQL module for php4


I'm really at a loss.

Thanks for all help!!

balsa




More information about the ingo mailing list