Found a possible new source for the problem:

it is mod_deflate und fastcgi...

"some" (i dont know which) css seems to be messed up by fastcgi and
deflate buffer handling.

i found some tipps with "fastcgiconfig -flush" and " SetEnvIf
Request_URI "^/trac/.*/chrome/.*\.css$" no-gzip dont-vary " but
nothing work for me yet...

Anybody any tipps?

On Oct 28, 10:59 am, wegdamit <[EMAIL PROTECTED]> wrote:
> Im on debian etch an installed trac 0.11 with some (many) plugins.
>
> But now i get strange errors in my Log an the trac web pages hang for
> a few seconds in each request. (about 10sec, for each request)
>
> In the trac log are errors like the following:
>
>   ERROR: 'NoneType' object has no attribute 'has_key'
> Traceback (most recent call last):
>   File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 234,
> in dispatch
>     self._post_process_request(req)
>   File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 303,
> in _post_process_request
>     f.post_process_request(req, *(None,)*extra_arg_count)
>   File "build/bdist.linux-i686/egg/clients/client.py", line 29, in
> post_process_request
> AttributeError: 'NoneType' object has no attribute 'has_key'
>
> 2008-10-28 10:15:22,421 Trac[__init__] ERROR: 'NoneType' object has no
> attribute 'has_key'
> Traceback (most recent call last):
>   File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 425,
> in _dispatch_request
>     dispatcher.dispatch(req)
>   File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 226,
> in dispatch
>     self._post_process_request(req)
>   File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 303,
> in _post_process_request
>     f.post_process_request(req, *(None,)*extra_arg_count)
>   File "build/bdist.linux-i686/egg/clients/client.py", line 29, in
> post_process_request
> AttributeError: 'NoneType' object has no attribute 'has_key'
>
> and some of
>  DEBUG: Trying to render HTML preview using PygmentsRenderer [No
> annotations]
>  Trac[__init__] ERROR: text/x-php
>  Trac[__init__] ERROR: text/x-php
>
> The request ist always for "[...]/pygments/trac.css" or "http://server/
> trac/mytrac/chrome/tracnav/css/tracnav.css".
>
> This req seems to be redirect by some dispatcher and apache magic to
> the files in the filesystem.
> A direct call of this url in the browser works flawless.
> But trac seems to needs a few (about 15) sec to get the url right as
> forebug net panel shows ...
>
> I installed that css also in the root URLhttp://server//pygments/trac.css
> etc.
>
> But i can not figure out whts going wrong...
>
> Any help appreciated...
>
> tia

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" 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/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to