2006-06-15 14:21:54
Uploaded html is truncated on ATcontenttext
I have created a long html for the content. When I upload a long html content from a new course it is saved on column "text" on AT_content. I can check (by doing a select text from AT_conten where content_id=...) that my uploaded html has truncated some final part of the <body> tag! It seems that ATutor removes the <head>..</head> tags and preserves the text inside the <body>..</body> tag but it seems that it has eaten the tail if it (about 200 lines of the <body>, in fact). What can be the problem?
My system:
Debian Sarge Linux 3.1.
mysql Ver 12.22 Distrib 4.0.16, for pc-linux (i686)
Apache/2.0.55 (Debian) mod_python/3.1.3 Python/2.3.5 PHP/4.4.2-1 mod_perl/2.0.2 Perl/v5.8.
I have root user access to the remote server with the ATutor installed.
Php-info url: http://148.204.74.44/ATutor/phpinfo.php
The source page at: http://148.204.74.44/ATutor/source.html
The converted page, as found on AT_content.text: http://148.204.74.44/ATutor/dest.html
I do not include the converted page as it is show on the course but I think it is enoug to put the dump of AT_content.text.
But you can see it in the course:
http://148.204.74.44/ATutor/browse.php?cat=0&show_course=107#info
And the content is:
http://148.204.74.44/ATutor/content.php?cid=279
If you see strange characters you can use UTF-8 as the encoding. I have not included it on the htmls to show these exactly as they were played.
I hope you can guide me on a right way to solve this problem. If more information is needed i'll be happy to provide it.