[chora] 500 Internal Error

Simon Hamilton [4sol] Simon.Hamilton at 4sol.com
Tue May 13 01:19:42 PDT 2003


Hi all

It's been a while since I been here.  I just set up Horde and chora on
Redhat 9 and am having some problems displaying the CVS content, or more
the CVS Root.

The rest of the error message goes:

CVSROOT not found! This could be a misconfiguration by the server
administrator, or the server could be having temporary problems. Please
try again later.

My cvsroots.php file looks like:
<?php

$cvsroots['project1'] = array(
    'name' => 'project1',
    'location' => '/home/simon/CVS/cvsroot/project1',
    'title' => 'project1 CVS Repository',
    'intro' => '',
    'default' => true
);

$cvsroots['project2'] = array(
    'name' => 'project2',
    'location' => '/home/simon/CVS/cvsroot/project2',
    'title' => 'project2 CVS Repository',
    'intro' => '',
    'default' => false
);
?>

I'm guesssing this is a permissions problem or wrong paths.  I checked
the location of cvs, rcs, etc and all are in /usr/bin.

My conf.php looks like:

<?php

require_once dirname(__FILE__) . '/../lib/constants.php';

$conf['paths']['co']          = '/usr/bin/co';
$conf['paths']['rcs']         = '/usr/bin/rcs';
$conf['paths']['rcsdiff']     = '/usr/bin/rcsdiff';
$conf['paths']['rlog']        = '/usr/bin/rlog';
$conf['paths']['cvs']         = '/usr/bin/cvs';

$conf['options']['adminName'] = 'Development Team';
$conf['options']['adminEmail'] = 'dev at example.com';

$conf['options']['shortLogLength'] = 75;

$conf['options']['defaultsort'] = CVSLIB_SORT_NAME;

$conf['options']['use_path_info'] = true;
$conf['restrictions'] = array();
$conf['hide_restricted'] = false;

$conf['menu']['apps'] = array();

?>

Now this is an old repository that I moved here and re-init.

Anyone have any ideas?

Is it permissions and if so is it with the repository, the binaries,
Apache, Chora files?

Any help would be much appreciated.

RedHat 9
Apache/2.0.40 (Red Hat Linux)
PHP Version 4.2.2
Horde/Chora Latest (13 May 2003) - not RPM

Best Regards

--
Simon H
========================================================================
This email disclaimer was generated by Sybari Antigen which has scanned
the email and attachments using 6 scanning engines for all known virii.
------------------------------------------------------------------------
4sol Ltd are authorised resellers of Sybari solutions in the UK. Sybari
Antigen can use up to 6 scanning engines from major vendors to provide
the highest levels of protection for your mail server. For further
information on Sybari solutions please call 4sol on +44 (0) 28 9024 0205
========================================================================

This message contains confidential information and is intended only for
the individual named. If you are not the named addressee you should not
disseminate, distribute or copy this e-mail. Please note that any views
or opinions presented in this email are solely those of the author and
do not necessarily represent those of the company. Please notify the
sender immediately by e-mail if you have received this e-mail by mistake
and delete this e-mail from your system. E-mail transmission cannot be 
guaranteed to be secure or error-free as information could be
intercepted, corrupted, lost, destroyed, arrive late or incomplete, or
contain viruses. The sender therefore does not accept liability for any
errors or omissions in the contents of this message, which arise as a
result of e-mail transmission. If verification is required please
request a hard-copy version.
------------------------------------------------------------------------
4sol Ltd, Unit 13, Ormeau Business Park, 8 Cromac Avenue, 
Gasworks, Belfast, BT7 2JA
------------------------------------------------------------------------


More information about the chora mailing list