Hi, Do you have SELinux enabled? That might be causing the problems.
Also, just in general, it'd be worth looking into moving away from fastcgi and toward wsgi. Fastcgi isn't going to be supported for too much longer, as the whole Python world has standardized on wsgi over the past few years. Christian -- Christian Hammond - [email protected] Review Board - https://www.reviewboard.org Beanbag, Inc. - https://www.beanbaginc.com -----Original Message----- From: [email protected] <[email protected]> Reply: [email protected] <[email protected]>> Date: July 6, 2015 at 8:01:18 PM To: [email protected] <[email protected]>> Subject: It suddenly comes to "Data directory changes" > > > I have used ReviewBoard for 2 months. It ran well till last > friday(2015.07.03). It suddenly shows "Data directory changes" and ask me > to check the the data folder in htdocs and the configuration file as below: > > If using fastcgi or wsgi, you want to check the reviewboard.fcgi or > reviewboard.wsgi file in your site's htdocs directory and add the following > if missing: > > os.environ['HOME'] = '/var/www/rb.91laiqian.cn/data' > > I didn't change any code in reviewboard. The only difference is I install > ReviewBoard based on nginx+fastcgi following the link: How to install > ReviewBoard under Nginx? > > > Please help me~~ > > > > > below is more information if you need. > > What version are you running? ReviewBoard-1.7.27-py2.6.egg-info > > What's the URL of the page containing the problem? http://rb.91laiqian.cn > > What steps will reproduce the problem? 1.visit http://rb.91laiqian.cn 2.it > comes to "Data directory changes" 3.before that, we have used reviewboard > for 2 months and made no changes to environment or rb's code > > What is the expected output? What do you see instead? it should come to the > main page. > > What operating system are you using? What browser? Server: centos 6.5 > client: chrome 40.0.2214.115 > > -- > 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 [email protected]. > 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
