Re: Application theme does not load!

2014-05-19 Thread Christian Hammond
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


On Monday, May 19, 2014, morteza neishaboori 
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:
>
> ===
>
> 
>   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"
>
>   
>   AllowOverride All
>   Options -Indexes +FollowSymLinks
>   Allow from all
>   
>
>   # Prevent the server from processing or allowing the rendering of
>   # certain file types.
>   
>   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
>
>   
>   php_flag engine off
>   
>   
>
>   # 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"
> 
>
> ===
>
>
> Morteza Neishaboori
>
>
>
>
> On Mon, May 19, 2014 at 9:57 PM, David Trowbridge 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 <
> morteza.neishabo...@gmail.com> 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 wrote:
>
> How did you install everything?
>
> -David
>
> On May 18, 2014, at 9:19 AM, morteza neishaboori <
> morteza.neishabo...@gmail.com> 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 reviewboard+unsubscr...@googlegroups.com.
> 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
> reviewboard+unsubscr...@googlegroups.com.
>
> 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 m
>
>  --
> Get the Review Board Power Pa

Re: Application theme does not load!

2014-05-19 Thread David Trowbridge
Please check the Review Board and apache log files for errors.

-David


On Mon, May 19, 2014 at 2:47 PM, morteza neishaboori <
morteza.neishabo...@gmail.com> 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:
>
> ===
>
> 
>   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"
>
>   
>   AllowOverride All
>   Options -Indexes +FollowSymLinks
>   Allow from all
>   
>
>   # Prevent the server from processing or allowing the rendering of
>   # certain file types.
>   
>   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
>
>   
>   php_flag engine off
>   
>   
>
>   # 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"
> 
>
> ===
>
>
> Morteza Neishaboori
>
>
>
>
> On Mon, May 19, 2014 at 9:57 PM, David Trowbridge 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 <
>> morteza.neishabo...@gmail.com> 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 
>>> wrote:
>>>
 How did you install everything?

 -David

 On May 18, 2014, at 9:19 AM, morteza neishaboori <
 morteza.neishabo...@gmail.com> 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 reviewboard+unsubscr...@googlegroups.com.
 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
 reviewboard+unsubscr...@googlegroups.com.

 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 Googl

Re: Application theme does not load!

2014-05-19 Thread morteza neishaboori
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:

===


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"


AllowOverride All
Options -Indexes +FollowSymLinks
Allow from all


# Prevent the server from processing or allowing the rendering of
# certain file types.

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


php_flag engine off



# 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"


===


Morteza Neishaboori




On Mon, May 19, 2014 at 9:57 PM, David Trowbridge 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 <
> morteza.neishabo...@gmail.com> 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 wrote:
>>
>>> How did you install everything?
>>>
>>> -David
>>>
>>> On May 18, 2014, at 9:19 AM, morteza neishaboori <
>>> morteza.neishabo...@gmail.com> 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 reviewboard+unsubscr...@googlegroups.com.
>>> 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
>>> reviewboard+unsubscr...@googlegroups.com.
>>>
>>> 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 reviewboard+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>  --
> Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
> ---
> Sign up fo

Re: Application theme does not load!

2014-05-19 Thread David Trowbridge
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 <
morteza.neishabo...@gmail.com> 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 wrote:
>
>> How did you install everything?
>>
>> -David
>>
>> On May 18, 2014, at 9:19 AM, morteza neishaboori <
>> morteza.neishabo...@gmail.com> 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 reviewboard+unsubscr...@googlegroups.com.
>> 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
>> reviewboard+unsubscr...@googlegroups.com.
>>
>> 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 reviewboard+unsubscr...@googlegroups.com.
> 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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Application theme does not load!

2014-05-19 Thread morteza neishaboori
yes I installed everything as it's mentioned in the manual.


Morteza Neishaboori




On Mon, May 19, 2014 at 12:18 AM, David Trowbridge wrote:

> How did you install everything?
>
> -David
>
> On May 18, 2014, at 9:19 AM, morteza neishaboori <
> morteza.neishabo...@gmail.com> 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 reviewboard+unsubscr...@googlegroups.com.
> 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
> reviewboard+unsubscr...@googlegroups.com.
> 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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Application theme does not load!

2014-05-18 Thread David Trowbridge
How did you install everything?

-David

> On May 18, 2014, at 9:19 AM, morteza neishaboori 
>  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 reviewboard+unsubscr...@googlegroups.com.
> 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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Application theme does not load!

2014-05-18 Thread morteza neishaboori
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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.