Hi All, after re-imaging my laptop I reinstalled Python 2.5.2 (on XP), TurboGears (upgrading from 1.0.6 to 1.0.7), easy-installed tgwebservices etc.
I pulled my TurboGears app down from the linux server where it also runs quite nicely. And now it suddenly (on the XP laptop) serves truncated pages. The HTML is arbitrarily (but consistently) cut somewhere around 14K into the page. See access log below. I created a new quickstart project and it looks fine. Has anyone seen an issue like that ? I don't even know where to start looking - if kid generates the content it must be proper XML in my templates and my code seems to be working OK. It is as if somewhere between kid and the web server the page gets mangled. Thanks a lot ! Patrick 2008-10-01 16:58:42,405 turbokid.kidsupport DEBUG Applying template ncc.templates.welcome 127.0.0.1 - - [01/Oct/2008:16:58:42] "GET /ncc/index? servername=localhost&port=5051 HTTP/1.1" 200 13446 "http://localhost: 8888/ncc" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.13 (KHTML, like Gecko) Chrome/0.2.149.30 Safari/525.13" 127.0.0.1 - - [01/Oct/2008:16:58:42] "GET /ncc/tg_widgets/ turbogears.widgets/tabber/tabber_cookie.js HTTP/1.1" 304 - "http:// localho st:8888/ncc/index?servername=localhost&port=5051" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.13 (KHTML, like G ecko) Chrome/0.2.149.30 Safari/525.13" 127.0.0.1 - - [01/Oct/2008:16:58:42] "GET /ncc/tg_widgets/ turbogears.widgets/tabber/tabber.css HTTP/1.1" 304 - "http://localhost: 888 8/ncc/index?servername=localhost&port=5051" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.13 (KHTML, like Gecko) Chrome/0.2.149.30 Safari/525.13" 127.0.0.1 - - [01/Oct/2008:16:58:42] "GET /ncc/tg_widgets/ turbogears.widgets/autocompletefield.css HTTP/1.1" 304 - "http:// localhost :8888/ncc/index?servername=localhost&port=5051" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.13 (KHTML, like Gec ko) Chrome/0.2.149.30 Safari/525.13" 127.0.0.1 - - [01/Oct/2008:16:58:42] "GET /ncc/tg_widgets/turbogears/ js/MochiKit.js HTTP/1.1" 304 - "http://localhost:8888/ncc/index ?servername=localhost&port=5051" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.13 (KHTML, like Gecko) Chrome/0.2. 149.30 Safari/525.13" 127.0.0.1 - - [01/Oct/2008:16:58:42] "GET /ncc/tg_widgets/ turbogears.widgets/autocompletefield.js HTTP/1.1" 304 - "http:// localhost: 8888/ncc/index?servername=localhost&port=5051" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.13 (KHTML, like Geck o) Chrome/0.2.149.30 Safari/525.13" 127.0.0.1 - - [01/Oct/2008:16:58:42] "GET /ncc/tg_widgets/ turbogears.widgets/tabber/tabber-minimized.js HTTP/1.1" 304 - "http:// loca lhost:8888/ncc/index?servername=localhost&port=5051" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.13 (KHTML, lik e Gecko) Chrome/0.2.149.30 Safari/525.13" --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

