3263: Install fails with "AttributeError: 'Site' object has no attribute 'apache_auth'"

Teh****@gmai***** (Google Code) (Is this you? Claim this profile.)
david
david
Feb. 28, 2014
> What version are you running?
2.0beta3

> What's the URL of the page containing the problem?
None, during setup

> What steps will reproduce the problem?
1. Run setup process
2. Pick lighttpd as server

> What is the expected output? What do you see instead?
Expected: Completed setup
Actual:
Building site configuration files ... Traceback (most recent call last):
  File "/usr/local/bin/rb-site", line 9, in <module>
    load_entry_point('ReviewBoard==2.0beta3', 'console_scripts', 'rb-site')()
  File "/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0beta3-py2.7.egg/reviewboard/cmdline/rbsite.py", line 2111, in main
    command.run()
  File "/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0beta3-py2.7.egg/reviewboard/cmdline/rbsite.py", line 1524, in run
    self.show_install_status()
  File "/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0beta3-py2.7.egg/reviewboard/cmdline/rbsite.py", line 1806, in show_install_status
    site.generate_config_files)
  File "/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0beta3-py2.7.egg/reviewboard/cmdline/rbsite.py", line 992, in step
    func()
  File "/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0beta3-py2.7.egg/reviewboard/cmdline/rbsite.py", line 321, in generate_config_files
    os.path.join(conf_dir, web_conf_filename))
  File "/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0beta3-py2.7.egg/reviewboard/cmdline/rbsite.py", line 668, in process_template
    'apache_auth': self.apache_auth,
AttributeError: 'Site' object has no attribute 'apache_auth'

> What operating system are you using? What browser?
Ubuntu 12.04 LTS, Python 2.7
david
#1 david
  • +PendingReview
  • +Component-RB-Site
    +Milestone-Release2.0
  • +david
david
#2 david
Fixed in release-2.0.x (a6089ad). Thanks!
  • -PendingReview
    +Fixed