1684: Error: Please correct the error below <django.utils.functional.__proxy__ object at 0x257dfd0>

Jan.Ko*******@gmai***** (Google Code) (Is this you? Claim this profile.)
Aug. 30, 2010
What version are you running?
ReviewBoard 1.5 beta 2

What's the URL of the page containing the problem?
http://devel.zhr.pl/reviewboard/admin/db/scmtools/repository/add/

What steps will reproduce the problem?
1. Install ReviewBoard 1.5 beta2
2. Try add git repository filling only name and path
3.

What is the expected output? What do you see instead?
Some informations which fields are missing.
I see what 

What operating system are you using? What browser?
Debian stable
Python 2.5.2

Please provide any additional information below.
There is one additional issue. When I fill only name I get Apache 500 error instead appropriate Django message.
chipx86
#1 chipx86
Can you verify the version of Django installed?

Does this only happen when entering nonsense URLs, or when entering real URLs? If the latter, I need to know what URL you used.
  • +NeedInfo
#2 Jan.Ko*******@gmai***** (Google Code) (Is this you? Claim this profile.)
This is independent from URL. Django is in version 1.2.1
But I noticed that Apache user doesn't have access to git repository - was blocked on filesystem permissions. This could cause a problem.
#3 Jan.Ko*******@gmai***** (Google Code) (Is this you? Claim this profile.)
Now I can't reproduce. Before - change git repository owner helps.
david
#4 david
Assuming that it was a deployment problem.
  • -NeedInfo
    +SetupIssue
#5 robert.*******@gmai***** (Google Code) (Is this you? Claim this profile.)
I had the same problem - resolved when added www-data (Debian installation apache2 default user) to the group that has access to the git repository.
#6 lukasz.r*********@gmai***** (Google Code) (Is this you? Claim this profile.)
path to repo in RB must be path to .git directory in your repo (/path/to/project/.git/)
or repo must be clone with --bare options