View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003831 | mantisbt | bugtracker | public | 2004-05-13 18:43 | 2004-07-08 07:19 |
Reporter | sohhos | Assigned To | int2str | ||
Priority | normal | Severity | feature | Reproducibility | random |
Status | closed | Resolution | duplicate | ||
Summary | 0003831: Every now and again I start getting this error everytime I try to add a ticket. | ||||
Description | APPLICATION ERROR #200 Please use the "Back" button in your web browser to return to the previous page. There you can correct whatever problems were identified in this error or select another action. You can also click an option from the menu bar to go directly to a new section. | ||||
Tags | No tags attached. | ||||
Try putting the following in your config_inc.php and see whether it will make a difference: |
|
This has to do with the fact that with file uploads a html form needs to have 'enctype="multipart/form-data"'. When you copy/paste text from (for example) MS Word you sometimes get non-ascii codes wich are not filtered by Mantis are therefore results in this behavior. Have a look at bug 0003776 . |
|
Try changing the character set in lang/strings_english.txt to: This is a work around for a bug in Internet Explorer. Let me know how it goes. |
|
Seems to work for me. Great, thanks! |
|