[imp] Re: Migration of IMP filters to ingo (soon)

Michael M Slusarz slusarz at bigworm.colorado.edu
Tue Jun 10 23:28:05 PDT 2003


Quoting Ruben van der Steenhoven <ruben_donotspamme at webmeesters.net>:

| This is where i already gathered that something went wrong:
| tests this weekend (repeated last 5 minutes) showed a problem in
| $imp(filteravail): it is FALSE, so i went to imp/lib/Session.php lines
| around 210:
|
| /* Is the 'mail/canApplyFilters' API call available? */
| if ($registry->hasMethod('mail/canApplyFilters')) {
|      $_SESSION['imp']['filteravail'] =
| $registry->call('mail/canApplyFilters');
| } else {
|      $_SESSION['imp']['filteravail'] = false;
| }
|
| as you saw in my registry.php this should result in an assigned value
| instead of false, but i cannot debug this piece of code because i don't
| kwow exactly how to get the output on screen.
|
| BTW: I always startup a new session, clear my /tmp directory of all
| caching info etc...

Hmmm... maybe there is something wrong with your ingo config files that is
causing the ingo APIs not to show up.  Try running 'php -l xxxxx.php' on
all config files in the ingo/config directory.

michael

______________________________________________
Michael Slusarz [slusarz at bigworm.colorado.edu]
The University of Colorado at Boulder


More information about the imp mailing list