Jan Schneider | 2 Nov 14:55
Favicon
Gravatar

Chora H3 (2.0-BETA)

The Horde Team is pleased to announce the first beta release of the Chora
Repository Viewer version 2.0.

Chora is built upon the Horde Application Framework and provides a read-only
browser interface to any number of version control repositories.  Advanced
features include a visual branch view of the repository's history,
pretty-printed output, annotation, patchsets and basic statistics.

This is a preview version that should not be used on production
systems.  This version is considered feature complete but there are still a
few bugs, some of which are listed below.  You should not use this preview
version over existing production data.

We encourage widespread testing and feedback via the mailing lists or our bug
tracking system.  Updated translations are very welcome, though some strings
will still change before the final release.

The major changes compared to the Chora 2.0-ALPHA version are:
    * Access keys.
    * mod_rewrite support for prettier URLs.

Known issues:
    * Upgrade instructions and scripts have not been written yet.
    * Subversion: access to old revisions of cp'ed and mv'ed files does
      not work.

The full list of changes (from version 2.0-ALPHA) can be viewed here:

http://cvs.horde.org/diff.php/chora/docs/CHANGES?r1=1.83&r2=1.90&ty=h

(Continue reading)

Vipin Chandran | 10 Nov 12:36
Picon

Newbie

hi,
can someone guide me thru the step by step installation procedure for
chora.. i have horde and chora installed in my server .. but i am
getting a configuration error .. have renamed all the files in the
config folder ...

-- 
Regards,
vip
--

-- 
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

Rob S.i.k.l.o.s | 11 Nov 16:05
Picon

chora not including PEAR.php

Hi Guys,

I'm having a problem with Chora not including PEAR.php (using latest HEAD 
horde, framework, and chora from CVS).

I get errors like:

Notice: Use of undefined constant OS_WINDOWS - assumed 'OS_WINDOWS' in 
/var/www/cvs/horde/chora/cvsgraph.php on line 69

It may have something to do with my configuration, in that some files which 
are typically loaded aren't:
- $conf['auth']['driver'] = 'auto';
- I don't display the navigation tree

Anyways, my temporary workaround was to just include PEAR.php from 
chora/lib/base.php.

Cheers,

Rob. 

--

-- 
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

Chuck Hagenbuch | 11 Nov 18:11
Favicon
Gravatar

Re: chora not including PEAR.php

Quoting "Rob S.i.k.l.o.s" <rob2 <at> siklos.ca>:

> I'm having a problem with Chora not including PEAR.php (using latest HEAD
> horde, framework, and chora from CVS).
>
> I get errors like:
>
> Notice: Use of undefined constant OS_WINDOWS - assumed 'OS_WINDOWS' in
> /var/www/cvs/horde/chora/cvsgraph.php on line 69

Fixed in CVS.

> It may have something to do with my configuration, in that some files which
> are typically loaded aren't:
> - $conf['auth']['driver'] = 'auto';
> - I don't display the navigation tree

Yeah, that probably did it.

-chuck

-- 
"But she goes not abroad in search of monsters to destroy." - John 
Quincy Adams
--

-- 
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

(Continue reading)

Rob S.i.k.l.o.s | 11 Nov 20:33
Picon

Re: chora not including PEAR.php

Thanks Chuck,

I also get the following from co.php:

Notice: Use of undefined constant OS_WINDOWS - assumed 'OS_WINDOWS' in 
/usr/share/pear/Horde/VC/cvs.php on line 214

Notice: Use of undefined constant OS_WINDOWS - assumed 'OS_WINDOWS' in 
/usr/share/pear/Horde/VC.php on line 64

Warning: popen(/usr/bin/co -p1.36 
"/home/cvs/cvsroot//adexa/bugzilla/buglist.cgi,v" 2>&1,rb): Invalid argument 
in /usr/share/pear/Horde/VC/cvs.php on line 223

Fatal error: Undefined class name 'pear' in /usr/share/pear/Horde/VC/cvs.php 
on line 224

Rob.

----- Original Message ----- 
From: "Chuck Hagenbuch" <chuck <at> horde.org>
To: <chora <at> lists.horde.org>
Sent: Thursday, November 11, 2004 12:11 PM
Subject: Re: [chora] chora not including PEAR.php

> Quoting "Rob S.i.k.l.o.s" <rob2 <at> siklos.ca>:
>
>> I'm having a problem with Chora not including PEAR.php (using latest HEAD
>> horde, framework, and chora from CVS).
>>
(Continue reading)

Chuck Hagenbuch | 11 Nov 20:47
Favicon
Gravatar

Re: chora not including PEAR.php

Quoting "Rob S.i.k.l.o.s" <rob2 <at> siklos.ca>:

> Notice: Use of undefined constant OS_WINDOWS - assumed 'OS_WINDOWS' in
> /usr/share/pear/Horde/VC/cvs.php on line 214
>
> Notice: Use of undefined constant OS_WINDOWS - assumed 'OS_WINDOWS' in
> /usr/share/pear/Horde/VC.php on line 64

These should have gone away already if you updated your VC package.

> Warning: popen(/usr/bin/co -p1.36
> "/home/cvs/cvsroot//adexa/bugzilla/buglist.cgi,v" 2>&1,rb): Invalid argument
> in /usr/share/pear/Horde/VC/cvs.php on line 223

... fixing that.

> Fatal error: Undefined class name 'pear' in /usr/share/pear/Horde/VC/cvs.php
> on line 224

Let me know if this one is still there once you update.

-chuck

-- 
"But she goes not abroad in search of monsters to destroy." - John 
Quincy Adams
--

-- 
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
(Continue reading)

Rob S.i.k.l.o.s | 11 Nov 21:35
Picon

Re: chora not including PEAR.php

Ok - all good.

Thanks!

----- Original Message ----- 
From: "Chuck Hagenbuch" <chuck <at> horde.org>
To: <chora <at> lists.horde.org>
Sent: Thursday, November 11, 2004 2:47 PM
Subject: Re: [chora] chora not including PEAR.php

> Quoting "Rob S.i.k.l.o.s" <rob2 <at> siklos.ca>:
>
>> Notice: Use of undefined constant OS_WINDOWS - assumed 'OS_WINDOWS' in
>> /usr/share/pear/Horde/VC/cvs.php on line 214
>>
>> Notice: Use of undefined constant OS_WINDOWS - assumed 'OS_WINDOWS' in
>> /usr/share/pear/Horde/VC.php on line 64
>
> These should have gone away already if you updated your VC package.
>
>> Warning: popen(/usr/bin/co -p1.36
>> "/home/cvs/cvsroot//adexa/bugzilla/buglist.cgi,v" 2>&1,rb): Invalid 
>> argument
>> in /usr/share/pear/Horde/VC/cvs.php on line 223
>
> ... fixing that.
>
>> Fatal error: Undefined class name 'pear' in 
>> /usr/share/pear/Horde/VC/cvs.php
>> on line 224
(Continue reading)

Gerard Samuel | 13 Nov 07:51

Chora 2/Horde 3

Im trying to do a basic setup using
php 5.0.2
mysql 4.1.7

I keep getting this ->
A fatal error has occurred
DB Error: extension not found
Details have been logged for the administrator.

I manually edited horde's config file,
$conf['sql']['phptype'] = 'mysqli';
and Im getting ->
A fatal error has occurred
DB Error: connect failed
Details have been logged for the administrator.

Any help would be appreciated.
Thanks
--

-- 
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

Jan Schneider | 13 Nov 10:31
Favicon
Gravatar

Re: Chora 2/Horde 3

Zitat von Gerard Samuel <chora <at> trini0.org>:

> Im trying to do a basic setup using
> php 5.0.2
> mysql 4.1.7
>
> I keep getting this ->
> A fatal error has occurred
> DB Error: extension not found
> Details have been logged for the administrator.

Then look at the log. You don't have the DB extension installed that you
selected.

> I manually edited horde's config file,
> $conf['sql']['phptype'] = 'mysqli';
> and Im getting ->
> A fatal error has occurred
> DB Error: connect failed
> Details have been logged for the administrator.

Again, look at the logs.

Jan.

-- 
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/
--

-- 
Chora mailing list - Join the hunt: http://horde.org/bounties/#chora
(Continue reading)

Gerard Samuel | 13 Nov 15:47

Re: Chora 2/Horde 3

Jan Schneider wrote:

> Zitat von Gerard Samuel <chora <at> trini0.org>:
>
>> Im trying to do a basic setup using
>> php 5.0.2
>> mysql 4.1.7
>>
>> I keep getting this ->
>> A fatal error has occurred
>> DB Error: extension not found
>> Details have been logged for the administrator.
>
>
> Then look at the log. You don't have the DB extension installed that you
> selected.
>
>> I manually edited horde's config file,
>> $conf['sql']['phptype'] = 'mysqli';
>> and Im getting ->
>> A fatal error has occurred
>> DB Error: connect failed
>> Details have been logged for the administrator.
>
>
> Again, look at the logs. 

The logs isn't saying much to me.  Maybe you can shed some light on it.

Nov 13 09:39:19 HORDE [emergency] [horde] DB Error: connect failed:  
(Continue reading)


Gmane