[agora] Notice: Undefined index: -1 in horde/lib/Category.php on line 481

Andy andy at stronzo.d2g.com
Mon Jul 21 05:09:11 PDT 2003


Quoting Marko Djukic <marko at oblo.com>:

> did you install agora from scratch lately or you upgrading from an agora
> installation done a while ago?

Did an upgrade. The -1-error is gone after cleaning out all data of agora.

But when trying to reply to a message, I only can modify it. Is this also half
on the way? Would be a very nice app.

Andy



>
> things have changed a lot in agora lately so if you have any previous agora
> data
> it will give you a lot of undefined index errors. the only solution is to
> clear
> out the data. also you will need to have category_attributes table in your
> database if you haven't installed that already.
>
> as for this specific error, tell me at what point it comes up? home page
> forums?
> message threads? message? posting? etc.
>
> marko
>
>
> Quoting Andy <andy at stronzo.d2g.com>:
>
> >
> >
> > Hello,
> >
> > using latest CVS and getting this error:
> >
> > Notice: Undefined index: -1 in horde/lib/Category.php on line 481 only in
> > agora.
> >
> > Category.php:
> >
> >  }
> >             foreach ($cids as $id => $name) {
> >                 $this->_categories[$id]['name'] = $name;
> >                 $this->_categories[$id]['order'] = $corders[$id];
> >                 if (!empty($cparents[$id])) {
> >                     $parents = explode(':', substr($cparents[$id], 1));
> >                     $par = $parents[count($parents) - 1];
> >                     $this->_categories[$id]['parent'] = $par;
> >                     $this->_nameMap[$id] = '';
> >                     foreach ($parents as $parID) {
> >                         if (!empty($this->_nameMap[$id])) {
> >                             $this->_nameMap[$id] .= ':';
> >                         }
> >    line 481:               $this->_nameMap[$id] .= $cids[$parID];
> >                     }
> >                     $this->_nameMap[$id] .= ':' . $name;
> >                 } else {
> >                     $this->_categories[$id]['parent'] = '-1';
> >                     $this->_nameMap[$id] = $name;
> >                 }
> >
> >
> > Is there something wrong with agora or my config?
> >
> > Thank you,
> >
> > Andy
> >
> >
> > --
> > agora mailing list
> > Frequently Asked Questions: http://horde.org/faq/
> > To unsubscribe, mail: agora-unsubscribe at lists.horde.org
> >
>
>
>
> --
> agora mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: agora-unsubscribe at lists.horde.org
>





More information about the agora mailing list