Question
I am using the beta version TWiki20040119beta with only the standard plugins
including the TABLE plugin.
I have a page with 16 tables on it and wanted to add TABLE statements for each of them.
I found out that if I add 7 TABLE statements, the page will render correctly.
With more than 7 TABLE statements the rendered page has a 4 character line sent prior to the html tag (3fd1) and contains a line following the /html tag with the string 0 in it.
3fd1
<html>
Rest of page data
</html>
0
Adding a TABLEATTRIBUTE in my preferences page achieved the same result but now the prefix line was (1fd1)
The other tables without TABLE statements still show but with only the default
table attributes.
It does not matter which table I add the eighth TABLE statement to, the results
are the same. Corrupt html tags.
The page that has this problem is an automatically generated page and I will attach
a copy which works. Adding the seventh TABLE generates a web page which looks like
the page attachment whish is also attached.
The addition of information before the html tag causes the browser to either
display the text contents or interpret them to be an executable file depending
on the prefix string added. It makes the debug process difficult.
The first version of the file
IncorrectHTML.txt uploaded was generated with
a TABLEATTRIBUTES setting in my personal preferences page. The second version
only has the corrupted data generated by the addition of one more TABLE statement
added to the first attachment
DiskSpaceUsage.txt file. If you remove the prefix
and suffix incorrectly added (as shown in
IncorrectHTML.txt file), the contents
of the generated page look correct with the eighth table correctly formated.
Environment
| TWiki version: |
TWikiBetaRelease |
| TWiki plugins: |
DefaultPlugin, SpreadSheetPlugin, EditTablePlugin, EmptyPlugin, InterwikiPlugin, RenderListPlugin, SlideShowPlugin, SmiliesPlugin, TablePlugin |
| Server OS: |
SunOS pintail 5.7 Generic_106541-17 sun4u sparc SUNW,Ultra-4 |
| Web server: |
iPlanet-WebServer-Enterprise/4.1 |
| Perl version: |
5.6.0 |
| Client OS: |
SunOS tecsun05 5.8 Generic_108528-15 sun4u sparc SUNW,Sun-Fire-280R |
| Web Browser: |
Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.5) Gecko/20031016 |
--
PhilipSchmidt - 08 Mar 2004
Answer
Does the problem show up just when you increase the number of tables, or is it simply the size of the topic text? It could be a web server setup issue where sent text claims to be HTTP/1.0 but is HTTP/1.1.
--
PeterThoeny - 02 Jun 2004