You should not be running with DEBUG=True with Review Board 1.7. Doing so
will definitely break your site.

Run without that, and then check the review board log file to see if there
are any errors. You may need to use rb-site manage /path/to/site
set-siteconfig to enable logging if it was not set up already.

-David

On Sat, Sep 23, 2017 at 3:51 PM Praveen <praveen.kumar.jaya...@gmail.com>
wrote:

> Hi,
>
> I am trying to migrate review board (1v+ to 1.7v) from one host to another
> (EL6 x86_64).
> I was able to install and get running a fresh review board site.
>
> To migrate the content from old instance, followed below steps:
> 1) Installed a new reviewboard site (rb-site install /var/www/reviews)
> 2) Took mysql dump of reivewboard database from source instance
> 3) Dropped the database created newly for #1
> 4) Created databsae. Imported the mysql dump and granted permissions to
> database user.
> 5) Restored SECRET_KEY from old instance into
> /var/www/reviews/conf/settings_local.py
> 6) Ran upgrade (rb-site upgrade /var/www/reviews) and restarted apache.
>
> For a brief time, the server was listing the old review requests *although
> I was not able to create a new review request* (uploading patch was not
> taking me to the review page, instead it stayed on same "New review
> request" page itself).
>
> Now I am noticing "Something broke! (Error 500)" when try to reach the
> server. I have enabled Debug=True in
> /var/www/reviews/conf/settings_local.py but does not help.
>
> Apache logs from /etc/httpd/logs/error_log:
>
> [Sat Sep 23 18:16:22 2017] [warn] module wsgi_module is already loaded,
> skipping
> [Sat Sep 23 18:16:22 2017] [notice] Digest: generating secret for digest
> authentication ...
> [Sat Sep 23 18:16:22 2017] [notice] Digest: done
> [Sat Sep 23 18:16:22 2017] [notice] Apache/2.2.15 (Unix) DAV/2
> mod_wsgi/4.5.18 Python/2.6 configured -- resuming normal operations
> [Sat Sep 23 18:19:17 2017] [error] [client 10.191.196.61]
> /usr/lib/python2.6/site-packages/django/views/generic/list_detail.py:10:
> DeprecationWarning: Function-based generic views have been deprecated; use
> class-based views instead.
> [Sat Sep 23 18:19:17 2017] [error] [client 10.191.196.61]
> DeprecationWarning
> [Sat Sep 23 19:10:34 2017] [error] [client 10.191.196.61]
> */usr/lib/python2.6/site-packages/django/views/generic/list_detail.py:10:
> DeprecationWarning: Function-based generic views have been deprecated; use
> class-based views instead.*
> I don't see any other exception or errors. Where will be reviewboard log?
>
> Kindly shed some light what could be the issue and how to debug this.
>
> Thanks,
> Praveen
>
> --
> Supercharge your Review Board with Power Pack:
> https://www.reviewboard.org/powerpack/
> Want us to host Review Board for you? Check out RBCommons:
> https://rbcommons.com/
> Happy user? Let us know! https://www.reviewboard.org/users/
> ---
> You received this message because you are subscribed to the Google Groups
> "reviewboard" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to reviewboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to