[dev] Bug in ingo or bad config?

Joel Vandal jvandal at infoteck.qc.ca
Mon Jun 16 05:24:59 PDT 2003


These change work for me and now the error message doesn't appear...

Index: menu/menu.inc
===================================================================
RCS file: /repository/ingo/templates/menu/menu.inc,v
retrieving revision 1.12
diff -r1.12 menu.inc
16c16
<     in_array(INGO_STORAGE_ACTION_VACATION,
$_SESSION['ingo']['script_categories'])) {
---
>     @in_array(INGO_STORAGE_ACTION_VACATION,
$_SESSION['ingo']['script_categories'])) {
19c19
< if ($_SESSION['ingo']['script_generate'] &&
$prefs->getValue('show_script')) {
---
> if (@$_SESSION['ingo']['script_generate'] &&
$prefs->getValue('show_script')) {


----- Original Message ----- 
From: "Michael M Slusarz" <slusarz at bigworm.colorado.edu>
To: <dev at lists.horde.org>
Sent: Monday, June 16, 2003 12:59 AM
Subject: Re: [dev] Bug in ingo or bad config?


> Quoting Argimiro Veiga <argimiro at realdepiasca.com>:
>
> | I am install CVS HEAD of ingo (2003-06-12). When select ingo display
this
> | errors (copy and paste) Help, please:
> |
> | Notice: Undefined index: script_categories in
> | /var/www/html/test/horde/ingo/templates/menu/menu.inc on line 16
>
> This has been mentioned before, and appears for some people but not (the
> majority) of others.  Once again, nothing I do on my side allows me to see
> this behavior, so it is up to those people that see this error to
> debug/suggest fixes.
>



More information about the dev mailing list