11 Nov 18:59
"Can't check path..."
Eric <spamsink <at> scoot.netis.com>
2006-11-11 17:59:56 GMT
2006-11-11 17:59:56 GMT
Good afternoon...
New Chora user and fairly new Horde user... Horde is version 3.1.3 and
Chora is version 2.0.1. I am using it exclusively with Subversion
repositories.
I searched the mailing list archives for a solution to my problem and was
not able to find one. There was a question on the topic from another user
but I could not find an answer.
I installed and configured Chora per config/INSTALL, and set it up as the
Horde admin user.
Now when I start it up as a regular user, the first thing I get is:
svn: Can't check path '/root/.subversion': Permission denied
Chora is supposed to run as the apache user (right?), so how come it's
looking for things in /root?
Eric
--
--
Chora mailing list - Join the hunt: http://horde.org/bounties/#chora
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: chora-unsubscribe <at> lists.horde.org
I've gotten as far as the second call to checkError( ) in browse.php, at
line 23 (using the source for Chora version 2.0.1). That one errors out at
line 238 in lib/Chora.php
/**
* Given a return object from a VC:: call, make sure
* that it's not a PEAR_Error object.
*
* @param mixed $e Return object from a VC:: call.
*/
function checkError($e)
{
if (is_a($e, 'PEAR_Error')) {
Chora::fatal($e->getMessage()); // << errors out here
}
}
So, apparently $dir->browseDir($cache, true, $atticFlags) returns some kind
of a pear error object that is interpreted as "'/root/.subversion':
Permission denied".
I'm not getting these kinds of errors in any of the other horde
RSS Feed