Forum Moderators: wheatpenny Forum Coordinators: Anim8dtoon
Community Center F.A.Q (Last Updated: 2025 Jan 22 10:24 am)
rcook, I think I found the reason. On the "preview" page, IE creates this snippet: < FORM action="messages.ez" method="post" > < INPUT type="hidden" name="Subject" value="Re: Preview Post bug" > < INPUT type="hidden" name="ForumID" value="12357" > < INPUT type="hidden" name="NotifyPost" value="Y" > < INPUT type="hidden" name="Body" value="test" > < INPUT type="hidden" name="LinkURL" value="http://" > < INPUT type="hidden" name="ImageURL" value="" > < INPUT type="hidden" name="ParentID" value="367924" > < INPUT type="hidden" name="Content" value="???" > < INPUT type="submit" name="SaveMessage" value="Post Message" > < /FORM > iCab creates this: < FORM action="messages.ez" method="post" > < INPUT type="hidden" name="Subject" value="Re: Preview Post bug" > < INPUT type="hidden" name="ForumID" value="12357" > < INPUT type="hidden" name="NotifyPost" value="Y" > < INPUT type="hidden" name="Body" value="test" > < INPUT type="hidden" name="LinkURL" value="http://" > < INPUT type="hidden" name="ImageURL" value="???" > < INPUT type="hidden" name="ParentID" value="367924" > < INPUT type="hidden" name="Content" value="???" > < INPUT type="submit" name="SaveMessage" value="Post Message" > < /FORM > So the reason for the bug is the ImageURL entry - if you don't specify a file with the button, IE leaves it empty, but iCab gets creative and sets the value to "???". I guess that your board software stumbles about the fact that "???" is no valid filename. Do you know if this "???" is legal behaviour for a browser, or a violation? If it's a bug I will tell the iCab folks about it.
This site uses cookies to deliver the best experience. Our own cookies make user accounts and other features possible. Third-party cookies are used to display relevant ads and to analyze how Renderosity is used. By using our site, you acknowledge that you have read and understood our Terms of Service, including our Cookie Policy and our Privacy Policy.
There is a long living bug in your board software with the "Preview Post" button. If you use it without adding a picture link, you will see a preview of the text as expected. But if you use the "Post Message" button from the preview, all you get is this error message: > Form validation error > Only .GIF, .JPG, .PNG or .TXT files can be uploaded > Please press Back, correct the errors, and try again. I would guess that the software checks for the picture name extension but fails to handle messages without pictures at all. We can live with this (the workaround is to use the browser "back" button and post from the previous page), but I think it would be better to either repair the button, or just to delete the button - having a button which creates nothing but the error message is not that useful... :-)