Gerard | 1 Mar 16:25
Picon
Favicon

Maybe problem with sessions???

Im currently running Chora 1.2, on FreeBSD 4.9 and php 4.3.4.
Sometimes when I click on a link within chora, 
I have to click it multiple times for the next page to load.
For example, if I go to the front page, then try to go
to a CVS module, I have to click the link sometimes 3-5 times
for the next page to load.
Meantime, in the /tmp directory, with each click, generates a new
session file.
Currently the browser is accepting cookies.
This behaviour is erratic, so I have no clue as to what may be going
on.

Any pointers would be appreciated..
Thanks

__________________________________
Do you Yahoo!?
Get better spam protection with Yahoo! Mail.
http://antispam.yahoo.com/tools
--

-- 
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 | 2 Mar 11:23
Favicon
Gravatar

SVN: Not finding moved/renamed files

Hi,

if files get moved/renamed in the svn repository, we still retrieve the
whole history fine. But if you want to get a version, diff or anything else
from the history *before* the file was moved, svn bails that it can't find
this file.

Someone with more svn knowledge can tell me how to retrieve certain versions
from a moved file?

Jan.

--
http://www.horde.org - The Horde Project
http://www.ammma.de - Neue Wege des Lernens
http://www.tip4all.de - Deine private Tippgemeinschaft
--

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

bianc6 | 2 Mar 12:08
Picon

(no subject)

Hey all,

I'm having a lot of difficulty trying to figure out how to make authentication
work via SQL. I have set up all the necessary databases, and added the entries
to the config files, and turned off imp authentication. How do I set up a new
user?

After entering a user into my MySQL horde_users table then logging in, I don't 
get any error message. It just takes me back to the login page with nothing
changed to enter the password again.

Any idea?

(Horde 2.2, Chora 1.2, php 4.1.2 on Redhat 7.3) 
I'm setting up Horde to use Chora
my horde.php file looks like :

$conf['auth']['driver'] = 'sql';
// An array holding any parameters that the Auth object will need to
// function correctly.
$conf['auth']['params'] = array();
$conf['auth']['params']['phptype'] = 'mysql';
$conf['auth']['params']['hostspec'] = 'localhost';
$conf['auth']['params']['username'] = 'horde';
$conf['auth']['params']['password'] = 'xxxxx';
$conf['auth']['params']['database'] = 'horde';
$conf['auth']['params']['table'] = 'horde_users';

Thanks,
Remi
(Continue reading)

Chuck Hagenbuch | 2 Mar 15:57
Favicon
Gravatar

Re: (no subject)

Quoting bianc6 <at> etumail.uhp-nancy.fr:

> After entering a user into my MySQL horde_users table then logging 
> in, I don't get any error message. It just takes me back to the login 
> page with nothing changed to enter the password again.

Did you md5() the password? Did you check your Horde logfile?

-chuck

--
"Regard my poor demoralized mule!" - Juan Valdez
--

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

tim | 3 Mar 14:35

Re: (no subject)

Remi:

I do think Chuck is right.  I ran into that at first also.  Then I changed
the password to md5(password), and WOW everything started to work.

Tim

> Quoting bianc6 <at> etumail.uhp-nancy.fr:
>
>> After entering a user into my MySQL horde_users table then logging
>> in, I don't get any error message. It just takes me back to the login
>> page with nothing changed to enter the password again.
>
> Did you md5() the password? Did you check your Horde logfile?
>
> -chuck
>
> --
> "Regard my poor demoralized mule!" - Juan Valdez
> --
> 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

--

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

bianc6 | 3 Mar 20:21
Picon

Re: Horde Authentication via sql

>> After entering a user into my MySQL horde_users table then logging 
>> in, I don't get any error message. It just takes me back to the login 
>> page with nothing changed to enter the password again.

>> Did you md5() the password? Did you check your Horde logfile?

>> -chuck

Thank you Chuck! I did it and the problem was resolved.
But I still have a problem,
I have my page with : Welcome, remi 
but there is too this message :
Warning: Undefined property: _iv in /var/www/horde/lib/Cipher.php on line 89

I have Php 4.1.2 and probably my problem is that I don't have php-mcrypt 
installed on my system. But I didn't find the package fot redhat 7.3...

Thanks a lot!

Remi
(trainee)

--

-- 
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 | 3 Mar 20:20
Favicon
Gravatar

Re: Re: Horde Authentication via sql

Quoting bianc6 <at> etumail.uhp-nancy.fr:

> But I still have a problem,
> I have my page with : Welcome, remi
> but there is too this message :
> Warning: Undefined property: _iv in /var/www/horde/lib/Cipher.php on line 89

http://www.horde.org/faq/admin/trouble/index.php#t60

-chuck

--
"Regard my poor demoralized mule!" - Juan Valdez
--

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

Christopher Baus | 7 Mar 02:58
Picon
Favicon

Re: Chora?

>  > I have CVS chora running with no problems on
> 0.37.
>  > I've been sending in patches to the horde team as
> I find bugs,
>  > so let me know if you encounter any.
> 
> I also have svn 0.37 and chora CVS.... Chora works
> fine with my CVS tree 
> but not with my svn repository.
> 
> When I select the svn repository, I get the
>   File    Rev    Author    Date  Last Log
> header but nothing below.
> 
> I disabled ssl and auth in case they were not
> supported but it still 
> doesn't work.
> The server access log is empty.
> 
> Any idea where I should look?
> 
> JL
> 
I got it to work, but it is pretty slow.  I also found
some problems with file moves.  

Actually this might be a general problem with svn.  It
isn't possible to find out where a file has been moved
from.  Say you want to look at version 5 of
/src/foo.cpp, but in revision 6 it is /foo/bar.cpp. 
(Continue reading)

Jan Schneider | 9 Mar 00:15
Favicon
Gravatar

Chora 1.2.1-RC2

The Horde Team is pleased to announce the second release candidate of the
Chora CVS Viewer version 1.2.1.

Chora is the module in the Horde application framework that provides a
read-only WWW interface to any number of CVS repositories. Advanced features
include a visual branch view of the repository history, pretty-printing output
via the Horde framework, annotation, and output compression.

Barring any problems, this code will be released as Chora 1.2.1.
Testing is requested and comments are encouraged.
Updated translations would also be great.

Changes in this release:
    - Fixed sorting by date on systems that allow whitespace in user names.
    - Added translations: Romanian, Simplified Chinese and Traditional Chinese.
    - Updated translations: Dutch, German and Swedish.

The full list of changes (from version 1.2) can be viewed here:

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

The Chora 1.2.1-RC2 distribution is available from the following locations:

    ftp://ftp.horde.org/pub/chora/chora-1.2.1-RC2.tar.gz
    http://ftp.horde.org/pub/chora/chora-1.2.1-RC2.tar.gz

Or, for quicker access, download from your nearest mirror:

    http://www.horde.org/mirrors.php

(Continue reading)

Nemesis | 12 Mar 03:28

permissions problem :(

Hi,

I've put Chora (latest) on apache 1.3 & latest horde. Configured directories
and everything; fine, it reads them, shows versions, etc... the problem
arises when i try to Annotate, then I get a blank screen. I tried getting
differences and and showed me following error:

===================================================================
RCS file: /home/cvs/project/ImageProcessor.java,v
retrieving revision 1.1
Unable to create temp directory: Permission denied

I'm breaking my head trying to figure it out. If I paste command into
prompt - runs fine. I already added apache's group to cvs's group and it
still won't work. I know it dn seem to be chora's problem; but maybe someone
knows.

Thanx

--

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


Gmane