Application theme does not load!

47 views
Skip to first unread message

morteza neishaboori

unread,
May 18, 2014, 12:19:34 PM5/18/14
to revie...@googlegroups.com
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? :)     

David Trowbridge

unread,
May 18, 2014, 6:18:08 PM5/18/14
to revie...@googlegroups.com
How did you install everything?

-David
--
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 reviewboard...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

morteza neishaboori

unread,
May 19, 2014, 5:11:59 AM5/19/14
to revie...@googlegroups.com
yes I installed everything as it's mentioned in the manual.


Morteza Neishaboori




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 reviewboard...@googlegroups.com.

David Trowbridge

unread,
May 19, 2014, 3:57:42 PM5/19/14
to reviewboard
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

morteza neishaboori

unread,
May 19, 2014, 5:47:55 PM5/19/14
to revie...@googlegroups.com
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


David Trowbridge

unread,
May 19, 2014, 5:53:22 PM5/19/14
to reviewboard
Please check the Review Board and apache log files for errors.

-David

Christian Hammond

unread,
May 19, 2014, 6:30:51 PM5/19/14
to revie...@googlegroups.com
When you set up the site install, it looks like you used a local file system path for the site root, instead of a subdirectory on the domain. It needs to be / or a subdirectory, like /rb/ (for example.com/rb/) and not any filesystem path.

You'll need to delete the site directory and start over.

Christian
--
Christian Hammond - chi...@chipx86.com
Review Board - http://www.reviewboard.org
Beanbag, Inc. - http://www.beanbaginc.com

Reply all
Reply to author
Forward
0 new messages