Troubleshooting

I'm getting a 404 for every page
In most cases, this points to a configuration error in your web server configuration. If you're using lighttpd and encounter this, a...
Wed, 16 Sep, 2015 at 4:41 AM
When I go to my site, I just see a directory listing
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
I get a page telling me to run syncdb, but I've done that already
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 upgrade...
Mon, 2 Sep, 2013 at 9:56 PM
I installed a site using SQLite and every page generates an OperationalError
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 "Edit Review" page is really slow on Firefox
The "It's all Text" extension is known to have problems with Review Board. If you're encountering problems related to text areas or slowdo...
Mon, 2 Sep, 2013 at 10:00 PM
I'm having trouble installing post-review / rbtools on Windows Vista
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
I'm using post-review / rbtools (or a third party program) with Review Board on WSGI and can't log in.
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
URLs are shown with an internal host/post and not the URL configured in settings
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
I'm seeing the error "'module' object has no attribute 'HAVE_DECL_MPZ_POWM_SEC"
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
Cannot post commits on GitLab through the New Review Request page
Review Board allows you to browse commits and post them for review on many hosting services. This was once supported on GitLab for public and private reposi...
Mon, 22 Jun, 2020 at 11:43 PM