Reviewboard 1.7 broke my site

2012-12-17 Thread Lee Laborczfalvi
I just did an upgrade from 1.6.14 to 1.7 and no styles are present. Only 
text is being shown and none of the styles are being applied.

I followed the steps on upgrading the reviewboard installation and then 
upgrading the site, restarted apache2, mysql and memcached yet the styles 
are not being applied - any tips?

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en




Re: Reviewboard 1.7 broke my site

2012-12-17 Thread Christian Hammond
Hi Lee,

Did you follow the steps to include the directive for /static/ on your
site? Can you show me your Apache configuration for the site, and also one
of the URLs it's trying to access in the page?

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
VMware, Inc. - http://www.vmware.com



On Mon, Dec 17, 2012 at 2:33 AM, Lee Laborczfalvi wrote:

> I just did an upgrade from 1.6.14 to 1.7 and no styles are present. Only
> text is being shown and none of the styles are being applied.
>
> I followed the steps on upgrading the reviewboard installation and then
> upgrading the site, restarted apache2, mysql and memcached yet the styles
> are not being applied - any tips?
>
> --
> Want to help the Review Board project? Donate today at
> http://www.reviewboard.org/donate/
> Happy user? Let us know at http://www.reviewboard.org/users/
> -~--~~~~--~~--~--~---
> To unsubscribe from this group, send email to
> reviewboard+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/reviewboard?hl=en
>
>
>

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en




Re: Reviewboard 1.7 broke my site

2012-12-17 Thread Lee Laborczfalvi
Hi Christian thanks for your reply - regarding the /static directive where 
can I read about that?

thanks
Lee

On Monday, December 17, 2012 11:35:13 AM UTC+1, Christian Hammond wrote:
>
> Hi Lee,
>
> Did you follow the steps to include the directive for /static/ on your 
> site? Can you show me your Apache configuration for the site, and also one 
> of the URLs it's trying to access in the page?
>
> Christian
>
> -- 
> Christian Hammond - chi...@chipx86.com 
> Review Board - http://www.reviewboard.org
> VMware, Inc. - http://www.vmware.com
>
>
>
> On Mon, Dec 17, 2012 at 2:33 AM, Lee Laborczfalvi 
> 
> > wrote:
>
>> I just did an upgrade from 1.6.14 to 1.7 and no styles are present. Only 
>> text is being shown and none of the styles are being applied.
>>
>> I followed the steps on upgrading the reviewboard installation and then 
>> upgrading the site, restarted apache2, mysql and memcached yet the styles 
>> are not being applied - any tips?
>>  
>> -- 
>> Want to help the Review Board project? Donate today at 
>> http://www.reviewboard.org/donate/
>> Happy user? Let us know at http://www.reviewboard.org/users/
>> -~--~~~~--~~--~--~---
>> To unsubscribe from this group, send email to 
>> reviewboard...@googlegroups.com 
>> For more options, visit this group at 
>> http://groups.google.com/group/reviewboard?hl=en
>>  
>>  
>>
>
>

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en




Re: Reviewboard 1.7 broke my site

2012-12-17 Thread Lee Laborczfalvi
Here is my apache config:


ServerName mobile-dev
DocumentRoot "/var/www/mobile.reviews/htdocs"

# Error handlers
ErrorDocument 500 /errordocs/500.html

WSGIPassAuthorization On
WSGIScriptAlias "/reviews" 
"/var/www/mobile.reviews/htdocs/reviewboard.wsgi/reviews"


AllowOverride All
Options -Indexes FollowSymLinks
Allow from all


# Alias static media requests to filesystem
Alias /reviews/media "/var/www/mobile.reviews/htdocs/media"
Alias /reviews/errordocs "/var/www/mobile.reviews/htdocs/errordocs"
Alias /reviews/favicon.ico 
"/var/www/mobile.reviews/htdocs/media/rbcommons/images/favicon.png"
Alias /static "/var/www/mobile.reviews/htdocs/static"


~  

On Monday, December 17, 2012 11:58:35 AM UTC+1, Lee Laborczfalvi wrote:
>
> Hi Christian thanks for your reply - regarding the /static directive where 
> can I read about that?
>
> thanks
> Lee
>
> On Monday, December 17, 2012 11:35:13 AM UTC+1, Christian Hammond wrote:
>>
>> Hi Lee,
>>
>> Did you follow the steps to include the directive for /static/ on your 
>> site? Can you show me your Apache configuration for the site, and also one 
>> of the URLs it's trying to access in the page?
>>
>> Christian
>>
>> -- 
>> Christian Hammond - chi...@chipx86.com
>> Review Board - http://www.reviewboard.org
>> VMware, Inc. - http://www.vmware.com
>>
>>
>>
>> On Mon, Dec 17, 2012 at 2:33 AM, Lee Laborczfalvi wrote:
>>
>>> I just did an upgrade from 1.6.14 to 1.7 and no styles are present. Only 
>>> text is being shown and none of the styles are being applied.
>>>
>>> I followed the steps on upgrading the reviewboard installation and then 
>>> upgrading the site, restarted apache2, mysql and memcached yet the styles 
>>> are not being applied - any tips?
>>>  
>>> -- 
>>> Want to help the Review Board project? Donate today at 
>>> http://www.reviewboard.org/donate/
>>> Happy user? Let us know at http://www.reviewboard.org/users/
>>> -~--~~~~--~~--~--~---
>>> To unsubscribe from this group, send email to 
>>> reviewboard...@googlegroups.com
>>> For more options, visit this group at 
>>> http://groups.google.com/group/reviewboard?hl=en
>>>  
>>>  
>>>
>>
>>

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en




Re: Reviewboard 1.7 broke my site

2012-12-17 Thread Christian Hammond
rb-site explained it during upgrade, and the Manual Updates page should
have told you what to do as well. It would have required that you run an
rb-site manage command to mark it as fixed, but that should only be done
after you make the change.

Basically, go in your Apache config for the site, find the references to
the "media" directory, and add copies that change "media" to "static".

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
VMware, Inc. - http://www.vmware.com



On Mon, Dec 17, 2012 at 2:58 AM, Lee Laborczfalvi wrote:

> Hi Christian thanks for your reply - regarding the /static directive where
> can I read about that?
>
> thanks
> Lee
>
>
> On Monday, December 17, 2012 11:35:13 AM UTC+1, Christian Hammond wrote:
>
>> Hi Lee,
>>
>> Did you follow the steps to include the directive for /static/ on your
>> site? Can you show me your Apache configuration for the site, and also one
>> of the URLs it's trying to access in the page?
>>
>> Christian
>>
>> --
>> Christian Hammond - chi...@chipx86.com
>>
>> Review Board - http://www.reviewboard.org
>> VMware, Inc. - http://www.vmware.com
>>
>>
>>
>> On Mon, Dec 17, 2012 at 2:33 AM, Lee Laborczfalvi wrote:
>>
>>>  I just did an upgrade from 1.6.14 to 1.7 and no styles are present.
>>> Only text is being shown and none of the styles are being applied.
>>>
>>> I followed the steps on upgrading the reviewboard installation and then
>>> upgrading the site, restarted apache2, mysql and memcached yet the styles
>>> are not being applied - any tips?
>>>
>>> --
>>> Want to help the Review Board project? Donate today at
>>> http://www.reviewboard.org/**donate/
>>> Happy user? Let us know at 
>>> http://www.reviewboard.org/**users/
>>> -~--~~~~--**~~--~--~---
>>> To unsubscribe from this group, send email to reviewboard...@**
>>> googlegroups.com
>>>
>>> For more options, visit this group at http://groups.google.com/**
>>> group/reviewboard?hl=en
>>>
>>>
>>>
>>
>>  --
> Want to help the Review Board project? Donate today at
> http://www.reviewboard.org/donate/
> Happy user? Let us know at http://www.reviewboard.org/users/
> -~--~~~~--~~--~--~---
> To unsubscribe from this group, send email to
> reviewboard+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/reviewboard?hl=en
>
>
>

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en




Re: Reviewboard 1.7 broke my site

2012-12-17 Thread Christian Hammond
Okay, there's your problem. The Alias /static should, in your case, be
Alias /reviews/static.

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
VMware, Inc. - http://www.vmware.com



On Mon, Dec 17, 2012 at 3:07 AM, Lee Laborczfalvi wrote:

> Here is my apache config:
>
> 
> ServerName mobile-dev
> DocumentRoot "/var/www/mobile.reviews/htdocs"
>
> # Error handlers
> ErrorDocument 500 /errordocs/500.html
>
> WSGIPassAuthorization On
> WSGIScriptAlias "/reviews"
> "/var/www/mobile.reviews/htdocs/reviewboard.wsgi/reviews"
>
> 
> AllowOverride All
> Options -Indexes FollowSymLinks
> Allow from all
> 
>
> # Alias static media requests to filesystem
> Alias /reviews/media "/var/www/mobile.reviews/htdocs/media"
> Alias /reviews/errordocs "/var/www/mobile.reviews/htdocs/errordocs"
> Alias /reviews/favicon.ico
> "/var/www/mobile.reviews/htdocs/media/rbcommons/images/favicon.png"
> Alias /static "/var/www/mobile.reviews/htdocs/static"
>
> 
> ~
>
> On Monday, December 17, 2012 11:58:35 AM UTC+1, Lee Laborczfalvi wrote:
>>
>> Hi Christian thanks for your reply - regarding the /static directive
>> where can I read about that?
>>
>> thanks
>> Lee
>>
>> On Monday, December 17, 2012 11:35:13 AM UTC+1, Christian Hammond wrote:
>>>
>>> Hi Lee,
>>>
>>> Did you follow the steps to include the directive for /static/ on your
>>> site? Can you show me your Apache configuration for the site, and also one
>>> of the URLs it's trying to access in the page?
>>>
>>> Christian
>>>
>>> --
>>> Christian Hammond - chi...@chipx86.com
>>> Review Board - http://www.reviewboard.org
>>> VMware, Inc. - http://www.vmware.com
>>>
>>>
>>>
>>> On Mon, Dec 17, 2012 at 2:33 AM, Lee Laborczfalvi wrote:
>>>
 I just did an upgrade from 1.6.14 to 1.7 and no styles are present.
 Only text is being shown and none of the styles are being applied.

 I followed the steps on upgrading the reviewboard installation and then
 upgrading the site, restarted apache2, mysql and memcached yet the styles
 are not being applied - any tips?

 --
 Want to help the Review Board project? Donate today at
 http://www.reviewboard.org/**donate/
 Happy user? Let us know at 
 http://www.reviewboard.org/**users/
 -~--~~~~--**~~--~--~---
 To unsubscribe from this group, send email to
 reviewboard...@googlegroups.**com
 For more options, visit this group at http://groups.google.com/**
 group/reviewboard?hl=en



>>>
>>>  --
> Want to help the Review Board project? Donate today at
> http://www.reviewboard.org/donate/
> Happy user? Let us know at http://www.reviewboard.org/users/
> -~--~~~~--~~--~--~---
> To unsubscribe from this group, send email to
> reviewboard+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/reviewboard?hl=en
>
>
>

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en




Re: Reviewboard 1.7 broke my site

2012-12-17 Thread Lee Laborczfalvi
Ah thanks that did it.  

Thank you so much for your help. Reviewboard is an awesome product and my 
team has benefited enormously from your hard work.

Lee

On Monday, December 17, 2012 12:08:07 PM UTC+1, Christian Hammond wrote:
>
> Okay, there's your problem. The Alias /static should, in your case, be 
> Alias /reviews/static.
>
> Christian
>
> -- 
> Christian Hammond - chi...@chipx86.com 
> Review Board - http://www.reviewboard.org
> VMware, Inc. - http://www.vmware.com
>
>
>
> On Mon, Dec 17, 2012 at 3:07 AM, Lee Laborczfalvi 
> 
> > wrote:
>
>> Here is my apache config:
>>
>> 
>> ServerName mobile-dev
>> DocumentRoot "/var/www/mobile.reviews/htdocs"
>>
>> # Error handlers
>> ErrorDocument 500 /errordocs/500.html
>>
>> WSGIPassAuthorization On
>> WSGIScriptAlias "/reviews" 
>> "/var/www/mobile.reviews/htdocs/reviewboard.wsgi/reviews"
>>
>> 
>> AllowOverride All
>> Options -Indexes FollowSymLinks
>> Allow from all
>> 
>>
>> # Alias static media requests to filesystem
>> Alias /reviews/media "/var/www/mobile.reviews/htdocs/media"
>> Alias /reviews/errordocs 
>> "/var/www/mobile.reviews/htdocs/errordocs"
>> Alias /reviews/favicon.ico 
>> "/var/www/mobile.reviews/htdocs/media/rbcommons/images/favicon.png"
>> Alias /static "/var/www/mobile.reviews/htdocs/static"
>>
>>  
>> ~  
>>
>> On Monday, December 17, 2012 11:58:35 AM UTC+1, Lee Laborczfalvi wrote:
>>>
>>> Hi Christian thanks for your reply - regarding the /static directive 
>>> where can I read about that?
>>>
>>> thanks
>>> Lee
>>>
>>> On Monday, December 17, 2012 11:35:13 AM UTC+1, Christian Hammond wrote:

 Hi Lee,

 Did you follow the steps to include the directive for /static/ on your 
 site? Can you show me your Apache configuration for the site, and also one 
 of the URLs it's trying to access in the page?

 Christian

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



 On Mon, Dec 17, 2012 at 2:33 AM, Lee Laborczfalvi wrote:

> I just did an upgrade from 1.6.14 to 1.7 and no styles are present. 
> Only text is being shown and none of the styles are being applied.
>
> I followed the steps on upgrading the reviewboard installation and 
> then upgrading the site, restarted apache2, mysql and memcached yet the 
> styles are not being applied - any tips?
>  
> -- 
> Want to help the Review Board project? Donate today at 
> http://www.reviewboard.org/**donate/
> Happy user? Let us know at 
> http://www.reviewboard.org/**users/
> -~--~~~~--**~~--~--~---
> To unsubscribe from this group, send email to 
> reviewboard...@googlegroups.**com
> For more options, visit this group at http://groups.google.com/**
> group/reviewboard?hl=en
>  
>  
>

  -- 
>> Want to help the Review Board project? Donate today at 
>> http://www.reviewboard.org/donate/
>> Happy user? Let us know at http://www.reviewboard.org/users/
>> -~--~~~~--~~--~--~---
>> To unsubscribe from this group, send email to 
>> reviewboard...@googlegroups.com 
>> For more options, visit this group at 
>> http://groups.google.com/group/reviewboard?hl=en
>>  
>>  
>>
>
>

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en




Re: Reviewboard 1.7 broke my site

2012-12-17 Thread Christian Hammond
Thanks Lee! I'm glad it's working for you :) Please let me know if you run
into any other issues.

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
VMware, Inc. - http://www.vmware.com



On Mon, Dec 17, 2012 at 3:15 AM, Lee Laborczfalvi wrote:

> Ah thanks that did it.
>
> Thank you so much for your help. Reviewboard is an awesome product and my
> team has benefited enormously from your hard work.
>
> Lee
>
>
> On Monday, December 17, 2012 12:08:07 PM UTC+1, Christian Hammond wrote:
>
>> Okay, there's your problem. The Alias /static should, in your case, be
>> Alias /reviews/static.
>>
>> Christian
>>
>> --
>> Christian Hammond - chi...@chipx86.com
>> Review Board - http://www.reviewboard.org
>> VMware, Inc. - http://www.vmware.com
>>
>>
>>
>> On Mon, Dec 17, 2012 at 3:07 AM, Lee Laborczfalvi wrote:
>>
>>> Here is my apache config:
>>>
>>> 
>>> ServerName mobile-dev
>>> DocumentRoot "/var/www/mobile.reviews/**htdocs"
>>>
>>> # Error handlers
>>> ErrorDocument 500 /errordocs/500.html
>>>
>>> WSGIPassAuthorization On
>>> WSGIScriptAlias "/reviews" "/var/www/mobile.reviews/**
>>> htdocs/reviewboard.wsgi/**reviews"
>>>
>>> 
>>> AllowOverride All
>>> Options -Indexes FollowSymLinks
>>> Allow from all
>>> 
>>>
>>> # Alias static media requests to filesystem
>>> Alias /reviews/media "/var/www/mobile.reviews/**htdocs/media"
>>> Alias /reviews/errordocs "/var/www/mobile.reviews/**
>>> htdocs/errordocs"
>>> Alias /reviews/favicon.ico "/var/www/mobile.reviews/**
>>> htdocs/media/rbcommons/images/**favicon.png"
>>> Alias /static "/var/www/mobile.reviews/**htdocs/static"
>>>
>>>  
>>> ~
>>>
>>> On Monday, December 17, 2012 11:58:35 AM UTC+1, Lee Laborczfalvi wrote:

 Hi Christian thanks for your reply - regarding the /static directive
 where can I read about that?

 thanks
 Lee

 On Monday, December 17, 2012 11:35:13 AM UTC+1, Christian Hammond wrote:
>
> Hi Lee,
>
> Did you follow the steps to include the directive for /static/ on your
> site? Can you show me your Apache configuration for the site, and also one
> of the URLs it's trying to access in the page?
>
> Christian
>
> --
> Christian Hammond - chi...@chipx86.com
> Review Board - http://www.reviewboard.org
> VMware, Inc. - http://www.vmware.com
>
>
>
> On Mon, Dec 17, 2012 at 2:33 AM, Lee Laborczfalvi 
> wrote:
>
>> I just did an upgrade from 1.6.14 to 1.7 and no styles are present.
>> Only text is being shown and none of the styles are being applied.
>>
>> I followed the steps on upgrading the reviewboard installation and
>> then upgrading the site, restarted apache2, mysql and memcached yet the
>> styles are not being applied - any tips?
>>
>> --
>> Want to help the Review Board project? Donate today at
>> http://www.reviewboard.org/**don**ate/
>> Happy user? Let us know at 
>> http://www.reviewboard.org/**use**rs/
>> -~--~~~~--~~--~--~---
>> To unsubscribe from this group, send email to
>> reviewboard...@googlegroups.**co**m
>> For more options, visit this group at http://groups.google.com/**
>> group**/reviewboard?hl=en
>>
>>
>>
>
>  --
>>> Want to help the Review Board project? Donate today at
>>> http://www.reviewboard.org/**donate/
>>> Happy user? Let us know at 
>>> http://www.reviewboard.org/**users/
>>> -~--~~~~--**~~--~--~---
>>> To unsubscribe from this group, send email to reviewboard...@**
>>> googlegroups.com
>>> For more options, visit this group at http://groups.google.com/**
>>> group/reviewboard?hl=en
>>>
>>>
>>>
>>
>>  --
> Want to help the Review Board project? Donate today at
> http://www.reviewboard.org/donate/
> Happy user? Let us know at http://www.reviewboard.org/users/
> -~--~~~~--~~--~--~---
> To unsubscribe from this group, send email to
> reviewboard+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/reviewboard?hl=en
>
>
>

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en




Re: Reviewboard 1.7 broke my site

2013-01-07 Thread flash
I have the same problem
Here is my apache config 

ServerName review.
DocumentRoot "/var/www/review./htdocs"

# Error handlers
ErrorDocument 500 /errordocs/500.html

WSGIPassAuthorization On
WSGIScriptAlias "/" "/var/www/review./htdocs/reviewboard.wsgi/"


AllowOverride All
Options -Indexes FollowSymLinks
Allow from all


# Alias static media requests to filesystem
Alias /media "/var/www/review./htdocs/media"
Alias /static "/var/www/review./htdocs/static"
Alias /errordocs "/var/www/review./htdocs/errordocs"
Alias /favicon.ico 
"/var/www/review./htdocs/media/rbcommons/images/favicon.png"



 - I just replaced our real domain name here

Any ieda what the problem ?





On Monday, December 17, 2012 1:16:08 PM UTC+2, Christian Hammond wrote:
>
> Thanks Lee! I'm glad it's working for you :) Please let me know if you run 
> into any other issues.
>
> Christian
>
> -- 
> Christian Hammond - chi...@chipx86.com 
> Review Board - http://www.reviewboard.org
> VMware, Inc. - http://www.vmware.com
>
>
>
> On Mon, Dec 17, 2012 at 3:15 AM, Lee Laborczfalvi 
> 
> > wrote:
>
>> Ah thanks that did it.  
>>
>> Thank you so much for your help. Reviewboard is an awesome product and my 
>> team has benefited enormously from your hard work.
>>
>> Lee
>>
>>
>> On Monday, December 17, 2012 12:08:07 PM UTC+1, Christian Hammond wrote:
>>
>>> Okay, there's your problem. The Alias /static should, in your case, be 
>>> Alias /reviews/static.
>>>
>>> Christian
>>>
>>> -- 
>>> Christian Hammond - chi...@chipx86.com
>>> Review Board - http://www.reviewboard.org
>>> VMware, Inc. - http://www.vmware.com
>>>
>>>
>>>
>>> On Mon, Dec 17, 2012 at 3:07 AM, Lee Laborczfalvi wrote:
>>>
 Here is my apache config:

 
 ServerName mobile-dev
 DocumentRoot "/var/www/mobile.reviews/**htdocs"

 # Error handlers
 ErrorDocument 500 /errordocs/500.html

 WSGIPassAuthorization On
 WSGIScriptAlias "/reviews" "/var/www/mobile.reviews/**
 htdocs/reviewboard.wsgi/**reviews"

 
 AllowOverride All
 Options -Indexes FollowSymLinks
 Allow from all
 

 # Alias static media requests to filesystem
 Alias /reviews/media "/var/www/mobile.reviews/**htdocs/media"
 Alias /reviews/errordocs "/var/www/mobile.reviews/**
 htdocs/errordocs"
 Alias /reviews/favicon.ico "/var/www/mobile.reviews/**
 htdocs/media/rbcommons/images/**favicon.png"
 Alias /static "/var/www/mobile.reviews/**htdocs/static"

  
 ~  

 On Monday, December 17, 2012 11:58:35 AM UTC+1, Lee Laborczfalvi wrote:
>
> Hi Christian thanks for your reply - regarding the /static directive 
> where can I read about that?
>
> thanks
> Lee
>
> On Monday, December 17, 2012 11:35:13 AM UTC+1, Christian Hammond 
> wrote:
>>
>> Hi Lee,
>>
>> Did you follow the steps to include the directive for /static/ on 
>> your site? Can you show me your Apache configuration for the site, and 
>> also 
>> one of the URLs it's trying to access in the page?
>>
>> Christian
>>
>> -- 
>> Christian Hammond - chi...@chipx86.com
>> Review Board - http://www.reviewboard.org
>> VMware, Inc. - http://www.vmware.com
>>
>>
>>
>> On Mon, Dec 17, 2012 at 2:33 AM, Lee Laborczfalvi 
>> wrote:
>>
>>> I just did an upgrade from 1.6.14 to 1.7 and no styles are present. 
>>> Only text is being shown and none of the styles are being applied.
>>>
>>> I followed the steps on upgrading the reviewboard installation and 
>>> then upgrading the site, restarted apache2, mysql and memcached yet the 
>>> styles are not being applied - any tips?
>>>  
>>> -- 
>>> Want to help the Review Board project? Donate today at 
>>> http://www.reviewboard.org/**don**ate/
>>> Happy user? Let us know at 
>>> http://www.reviewboard.org/**use**rs/
>>> -~--~~~~--~~--~--~---
>>> To unsubscribe from this group, send email to 
>>> reviewboard...@googlegroups.**co**m
>>> For more options, visit this group at http://groups.google.com/**
>>> group**/reviewboard?hl=en
>>>  
>>>  
>>>
>>
>>  -- 
 Want to help the Review Board project? Donate today at 
 http://www.reviewboard.org/**donate/
 Happy user? Let us know at 
 http://www.reviewboard.org/**users/
 -~--~~~