From bbaez at biospectra.com Thu Feb 13 21:56:39 2003 From: bbaez at biospectra.com (Benjamin Baez) Date: Thu Feb 13 21:56:35 2003 Subject: [chora] Undefined $where variable Message-ID: <3E4C8517.9040607@biospectra.com> Line 92 of lib/CVSLib/Directory.php has an undefined $where variable function browseDir($flags = CVSLIB_LOG_QUICK, $attic = CVSLIB_ATTIC_HIDE) { /* Make sure we are trying to list a directory */ if (!@is_dir($this->dirName)) { return new CVSLib_Error(CVSLIB_NOT_FOUND, "Unable to find directory"); } /* Open the directory for reading its contents */ if (!($DIR = @opendir($this->dirName))) { $errmsg = (!empty($php_errormsg)) ? $php_errormsg : 'Permission Denied'; return new CVSLib_Error(CVSLIB_PERMISSION_DENIED, "$where: $errmsg"); } From jan at horde.org Fri Feb 14 11:53:50 2003 From: jan at horde.org (Jan Schneider) Date: Fri Feb 14 02:54:04 2003 Subject: [chora] Undefined $where variable In-Reply-To: <3E4C8517.9040607@biospectra.com> References: <3E4C8517.9040607@biospectra.com> Message-ID: <1045220030.54c9ae804306b@jan.dip.ammma.net> Zitat von Benjamin Baez : > Line 92 of lib/CVSLib/Directory.php has an undefined $where variable Fixed in CVS, thanks. Jan. -- http://www.horde.org - The Horde Project http://www.ammma.de - discover your knowledge http://www.tip4all.de - Deine private Tippgemeinschaft From bbaez at biospectra.com Fri Feb 14 16:19:23 2003 From: bbaez at biospectra.com (Benjamin Baez) Date: Fri Feb 14 16:19:28 2003 Subject: [chora] Getting 404, Object not found error when clicking on any cvsroot subdirectories Message-ID: <1045268363.c19fc481b4a8d@www.biospectra.com> Someone else posted the same problem a few months ago. Here is a sample html code from the frame (using chora 2.0-cvs on RH 8.0), I have never seen a request like cvs.php/ad2ldap?login=2. Obviously it works since www.horde.org cvs web page has the same page request, but yours works. My cvsroot directory has permissions drwxrwsr-x with user/group cvs, the webserver is running as user apache. Do I need to make changes to httpd.conf or something? Don't know where to start troubleshooting. Thanks, Ben Baez [root@mail cvsroot]# ls -al total 20 drwxrwsr-x 5 cvs cvs 4096 Jan 3 14:46 . drwxr-xr-x 9 root root 4096 Feb 13 23:01 .. drwxrwsr-x 3 root cvs 4096 Jan 3 13:56 ad2ldap drwxrwsr-x 3 root cvs 4096 Jan 3 13:13 CVSROOT drwxrwsr-x 3 root cvs 4096 Jan 3 14:46 passwd2ldif From jan at horde.org Sat Feb 15 20:02:53 2003 From: jan at horde.org (Jan Schneider) Date: Sat Feb 15 11:03:18 2003 Subject: [chora] Getting 404, Object not found error when clicking on any cvsroot subdirectories In-Reply-To: <1045268363.c19fc481b4a8d@www.biospectra.com> References: <1045268363.c19fc481b4a8d@www.biospectra.com> Message-ID: <1045335773.eceef07cfa33e@jan.dip.ammma.net> Zitat von Benjamin Baez : > Someone else posted the same problem a few months ago. > > Here is a sample html code from the frame (using chora 2.0-cvs on RH > 8.0), I > have never seen a request like cvs.php/ad2ldap?login=2. Obviously it > works > since www.horde.org cvs web page has the same page request, but yours > works. My > cvsroot directory has permissions drwxrwsr-x with user/group cvs, the > webserver > is running as user apache. > > Do I need to make changes to httpd.conf or something? Don't know where > to start > troubleshooting. Thanks, > > Ben Baez > > Disable PATH_INFO in config.php Jan. -- http://www.horde.org - The Horde Project http://www.ammma.de - discover your knowledge http://www.tip4all.de - Deine private Tippgemeinschaft