Troubleshooting
In most cases, this points to a configuration error in your web server configuration.
If you're using lighttpd and encounter this, ...
Wed, 16 Sep, 2015 at 4:41 AM
This may be due to your apache installation using your /var/www directory as a global document root for your virtual hosts by default. Look for a file calle...
Mon, 2 Sep, 2013 at 9:53 PM
Generally, this page is there to let you know when we've updated the database schema so you can make appropriate changes. Be sure to run rb-site upgrad...
Mon, 2 Sep, 2013 at 9:56 PM
Note that we recommend not using sqlite in production.
If you see "OperationalError: attempt to write to a readonly database" in your Apache...
Mon, 2 Sep, 2013 at 9:59 PM
The "It's all Text" extension is known to have problems with Review Board. If you're encountering problems related to text areas or slow...
Mon, 2 Sep, 2013 at 10:00 PM
Note: these instructions were tested with simplejson 1.9.2. They may not be needed in more recent versions, but you should give them a try if you have probl...
Mon, 2 Sep, 2013 at 10:05 PM
By default, mod_wsgi filters out authentication requests that are used for logging in with our API. Any brand-new installations using Review Board 1.5.2 or ...
Wed, 16 Sep, 2015 at 4:43 AM
This is caused by a security-related change in Django 1.3.1. You can disable this behavior by adding the following to your settings_local.py file:
US...
Wed, 16 Sep, 2015 at 4:42 AM
This is coming from PyCrypto, a cryptography library used by Review Board (prior to 2.5.10) and Power Pack (prior to 1.4.4). It can occur if you have two ve...
Sun, 9 Apr, 2017 at 10:09 PM