I got around the t2 static access file problem by copying
plugin_t2/static/* to apache doc-root then wrote an apache rewrite
rule:

RewriteRule ^/plugin_t2(.*) - [L]

and now the styles, etc. for t2 are working for now... web2py 1.49.1 and apache.

-wj

On Tue, Nov 11, 2008 at 4:47 PM, Wes James <[EMAIL PROTECTED]> wrote:
> I ran a test to see what my site looks like from another system.  The
> css is not begin applied.  In the source css is at:
>
> <link href="/plugin_t2/static/t2/styles/style.css"
>
> I then tried to get the css file
>
> http://site/plugin_t2/static/t2/styles/style.css
>
> i get an access denied error
>
> i also tried:
>
> http://site/web2py-app-name/plugin_t2/static/t2/styles/style.css
>
> but then an internal error occurs with this ticket:
>
> Error traceback
> Traceback (most recent call last):
>  File "gluon/main.pyc", line 215, in wsgibase
>  File "gluon/main.pyc", line 75, in serve_controller
>  File "gluon/compileapp.pyc", line 167, in run_controller_in
> TypeError: not all arguments converted during string formatting
>
> This all works fine from http://127.0.0.1/app/.....
>
> Where is the url  for t2 css supposed to be?
>
> -wj
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to