On Thu, May 31, 2012 at 8:22 AM, johnny Chan <johnnychanforw...@gmail.com> wrote: > Hi > I'm a freshman for autotest. When I finished my autotest server > installation, I encountered some problem: > > When I was tring to edit any item on the page of autotest administration, > such as add a tests, then the page gose to a load failed page. The error > code is 324 (net::ERR_EMPTY_RESPONSE). What is wrong with that?
No idea, never tried to view the frontend using windows, ever... we do a good deal of testing with Fedora (currently 16, I'm updating to 17), and never did get this error. > And my page cannot fully displayed when I'm using IE9 > > So anyone can help me for these issues? Let's try... in global_config.ini (top of autotest tree), you can see the following config item: # Whether to enable django template debug mode template_debug_mode: False Please change that to True, so it reads # Whether to enable django template debug mode template_debug_mode: True Then I'd ask you to send the entire html page of the failure (should be a nice, rich page with tons of debug information). I hope we can figure something out from it. -- Lucas _______________________________________________ Autotest mailing list Autotest@test.kernel.org http://test.kernel.org/cgi-bin/mailman/listinfo/autotest