Please check the Review Board and apache log files for errors. -David
On Mon, May 19, 2014 at 2:47 PM, morteza neishaboori < [email protected]> wrote: > I use Fedora18 along with apache web server and mySql as database. > As I said before theme does not load and now I have problem when I want to > add a repository, I get following error :(I don't have problem for creating > users) > > ---------------------------------------------------------------------------------------------------------- > Something broke! (Error 500) > > It appears something broke when you tried to go to here. This is either a > bug in Review Board or a server configuration error. Please report this to > your administrator. > > ----------------------------------------------------------------------------------------------------------------- > > > > > > > I copied the configuration in conf folder of the reviewboard into apache > config file which looks like the following: > > =================================== > > <VirtualHost *:80> > ServerName LittleCats > DocumentRoot "/var/www/reviews.example.com/htdocs" > > # Error handlers > ErrorDocument 500 /errordocs/500.html > > WSGIPassAuthorization On > WSGIScriptAlias "/var/www/rb" > "/var/www/reviews.example.com/htdocs/reviewboard.wsgi/var/www/rb" > > <Directory "/var/www/reviews.example.com/htdocs"> > AllowOverride All > Options -Indexes +FollowSymLinks > Allow from all > </Directory> > > # Prevent the server from processing or allowing the rendering of > # certain file types. > <Location "/var/www/rb/media/uploaded"> > SetHandler None > Options None > > AddType text/plain .html .htm .shtml .php .php3 .php4 .php5 > .phps .asp > AddType text/plain .pl .py .fcgi .cgi .phtml .phtm .pht .jsp > .sh .rb > > <IfModule mod_php5.c> > php_flag engine off > </IfModule> > </Location> > > # Alias static media requests to filesystem > Alias /var/www/rb/media "/var/www/reviews.example.com/htdocs/media" > Alias /var/www/rb/static "/var/www/reviews.example.com/htdocs/static" > Alias /var/www/rb/errordocs > "/var/www/reviews.example.com/htdocs/errordocs" > Alias /var/www/rb/favicon.ico > "/var/www/reviews.example.com/htdocs/static/rb/images/favicon.png" > </VirtualHost> > > =================================== > > > Morteza Neishaboori > > > > > On Mon, May 19, 2014 at 9:57 PM, David Trowbridge <[email protected]>wrote: > >> That's not a very precise answer. >> >> Can you give us some details about how you set it up? What OS did you >> install on? What web server? What does your configuration look like? Is >> there anything in the logs? >> >> -David >> >> >> On Mon, May 19, 2014 at 2:11 AM, morteza neishaboori < >> [email protected]> wrote: >> >>> yes I installed everything as it's mentioned in the manual. >>> >>> >>> Morteza Neishaboori >>> >>> >>> >>> >>> On Mon, May 19, 2014 at 12:18 AM, David Trowbridge >>> <[email protected]>wrote: >>> >>>> How did you install everything? >>>> >>>> -David >>>> >>>> On May 18, 2014, at 9:19 AM, morteza neishaboori < >>>> [email protected]> wrote: >>>> >>>> Hello, I just installed review-board on my Fedora virtual machine, >>>> everything's going right but there's no theme. >>>> that means everything is loaded in raw HTML. I looked for relevant >>>> settings(css or something) but I couldn't find any. >>>> can anybody give me a hint? :) >>>> >>>> -- >>>> Get the Review Board Power Pack at >>>> http://www.reviewboard.org/powerpack/ >>>> --- >>>> Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ >>>> --- >>>> Happy user? Let us know at http://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. >>>> >>>> -- >>>> Get the Review Board Power Pack at >>>> http://www.reviewboard.org/powerpack/ >>>> --- >>>> Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ >>>> --- >>>> Happy user? Let us know at http://www.reviewboard.org/users/ >>>> --- >>>> You received this message because you are subscribed to a topic in the >>>> Google Groups "reviewboard" group. >>>> To unsubscribe from this topic, visit >>>> https://groups.google.com/d/topic/reviewboard/ACWCq4ePAkA/unsubscribe. >>>> To unsubscribe from this group and all its topics, send an email to >>>> [email protected]. >>>> >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>> >>> -- >>> Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ >>> --- >>> Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ >>> --- >>> Happy user? Let us know at http://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. >>> >> >> -- >> Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ >> --- >> Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ >> --- >> Happy user? Let us know at http://www.reviewboard.org/users/ >> --- >> You received this message because you are subscribed to a topic in the >> Google Groups "reviewboard" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/reviewboard/ACWCq4ePAkA/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to >> [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> > > -- > Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ > --- > Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ > --- > Happy user? Let us know at http://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. > -- Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ --- Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ --- Happy user? Let us know at http://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.
