Re: Enabling Searching on RB 1.5.5

2011-06-20 Thread Christopher Hahn
Hey, I have yet to find out how to enable to "Enable Search" checkbox in my ReviewBoard settings page. I checked my setting_local.py, and I see (munged): # Database configuration DATABASE_ENGINE = 'mysql' DATABASE_NAME = 'reviewboard' DATABASE_USER

Re: Password recovery

2011-06-20 Thread rfs
Thanks for the quick response. I've restored global_settings.py and have made the change as you suggested in my site's conf/settings_local.py. There was no DEFAULT_FROM_EMAIL so I added it there. Restarted web server and memcached, still getting the same error. SMTPSenderRefused: (504, 'Need Fully

Re: Password recovery

2011-06-20 Thread Christian Hammond
That setting needs to be set in your site's conf/settings_local.py, and the web server restarted. If you modified global_settings.py, you should probably change it back. If that still doesn't work, let me know, and we'll dig deeper. Christian -- Christian Hammond - chip...@chipx86.com Review Bo

Password recovery

2011-06-20 Thread rfs
I'm running ReviewBoard 1.5.5 and recently discovered that the "Recover Password" feature is not working. After entering the email address and submitting the form, I get "Something Broke! (Error 500)". Looking at the apache error log shows: ERROR:root:Exception thrown for user AnonymousUser at h

Re: post-reviews: The requested URL could not be retrieved

2011-06-20 Thread Leonel Togniolli
Hi ptrchen, I worked around this issue by adding two lines to .reviewboardrc import os os.environ["no_proxy"] = "*" On Fri, Jun 17, 2011 at 7:48 PM, ptrchen wrote: > Hi Christian, > > I think this page suggestions that should address my issues, correct? > http://groups.google.com/group/reviewbo