Forums / Developer / Connection to server seems to be interrupted after post action
Iris Hoekstra - Roscam Abbing
Saturday 20 March 2004 9:17:47 am
Whenever I try to add a comment to an article in my site I get a message that the server broke the connection (in Opera) or a 'The page cannot be displayed' in IE or even a 'the document contains no data' (huh?) in Mozilla. And yet, oddly enough, when I go back to the page that contains the article I commented on, I see my comment displayed correctly.
I have changed the role permissions: anonymous user is allowed to create and edit (his own) comments.
I have made a template which overrides content/edit.tpl for objects of the comment class. It has a form which does this:<form enctype="multipart/form-data" method="post" action={concat("/content/edit/",$object.id,"/",$edit_version)|ezurl}>
What could be wrong?
Monday 22 March 2004 4:03:18 am
Does nobody have an idea? I have been trying to figure this out for several days now and have made absolutely no progress whatsoever.
Can anyone shine their light on this? Please?
Vaskin Kissoyan
Monday 14 June 2004 5:32:21 am
I'm getting this too, Document contains no data on file uploads all of a sudden it seems that that's the common denominator for me. Did you ever figure your problem out?