[horde] [Horde CVS]: edit.php errors
Dale Bewley
dlbewley at ucdavis.edu
Wed Nov 27 09:17:53 PST 2002
I'm not bitter or complaining per se. Just waiting patiently :) I'm
probably going to wipe out my installation and start over when I get a
chance. I've offered to try any testing that might help. This is one
message I posted.
http://marc.theaimsgroup.com/?l=kronolith&m=103775127031456&w=2
It's apparent that the $share object is not instantiating, but I don't
know why.
I did a little digging and found the following in lib/Share.php which
leads me to believe it may be related to categories?
function &getShareById($cid)
{
$share = $this->_shares->getCategoryById($cid,
'CategoryObject_Share');
if (!is_a($share, 'PEAR_Error')) {
$share->setShareOb($this);
}
return $share;
}
I have the following category related config
$conf['category']['driver'] = 'none';
$conf['category']['params'] = array();
On Wed, 2002-11-27 at 08:54, Chuck Hagenbuch wrote:
> Quoting Dale Bewley <dlbewley at ucdavis.edu>:
>
> > Welcome to the club. :)
> > There are several of us with this problem, but everyone else says it
> > just works.
>
> No one with the problem has been able to provide a developer with enough
> information to track anything down. So it's a special case or a
> misconfiguration. If it works on all developer systems, it's pretty hard for
> us to do anything about it.
More information about the horde
mailing list