Tags:
create new tag
, view all tags

Question

Every since we upgraded to Beijing we've been sporadically having a very strange problem occur, which now seems to be substantially increasing in frequency and thoroughly frustrating folks.

Occassionally when people click "Preview Changes" we get a bizarre preview page that is a weird combination of the registration page and the page being edited. It's really hard to describe, so I've attached a screen shot of one of these preview pages below.

People are getting pretty frustrated, and it's actually caused us to lose some good work, so any feedback would be greatly appreciated.

  • TWiki version: Beijing
  • Perl version: 5.8.0
  • Web server & version: Apache
  • Server OS: Debian Linux
  • Web browser & version: Mozilla 1.3
  • Client OS: Linux, Mac OS X

-- NicMcPhee - 19 Mar 2003

Answer

This is really odd, I have never seen that. In case you have mod_perl, does tuning it off solve the problem? In the view script, try also to dump the page content at different rendering stages to the debug.txt file. For example, use statements like:

TWiki::writeDebug( "======before xyz: $text" );

See also TWikiDebugging

-- PeterThoeny - 21 Mar 2003

Try setting the browser not to use HTTP 1.1 or keepalives - from the screenshot, it looks like you are getting two pages in a single HTTP 1.1 'keepalive' session, but the browser is unable to cope with this. Also, try different browsers, and try with and without proxies if possible. Mozilla 1.3 is pretty new, earlier Mozilla versions are worth trying as well.

-- RichardDonkin - 24 Mar 2003

Topic attachments
I Attachment Action Size Date Who Comment
PNGpng ScreenShot.png manage 97.5 K 2003-03-19 - 21:56 NicMcPhee Screen shot showing bizarre preview error
Topic revision: r4 - 2003-07-27 - PeterThoeny
 
Twitter Delicious Facebook Digg Google Bookmarks E-mail LinkedIn Reddit StumbleUpon    
  • Download TWiki
TWiki logo Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2012 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.