View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003776 | mantisbt | bugtracker | public | 2004-04-27 00:58 | 2004-07-08 06:02 |
Reporter | permutations | Assigned To | int2str | ||
Priority | normal | Severity | major | Reproducibility | sometimes |
Status | closed | Resolution | duplicate | ||
Summary | 0003776: Application Error #200 | ||||
Description | I'm starting to get APPLICATION ERROR #200 quite frequently when submitting bugs. This means that not all required fields are filled in, but it isn't true--they are. Has anyone seen this before? How do I get around it? I'm using Mantis 0.18.2, IE 6. | ||||
Tags | No tags attached. | ||||
Yeah, it is. As for me, it concers file uploads. In case it was file attached to bug on first report, it will end up with #200 error. |
|
It turns out to be caused by copying special characters (like special quotation marks) from Word into IE for posting on Mantis. Someone on the Help list posted a workaround. I'm posting this blindly--I didn't really read it and don't know if it works or why it does, if it does:
Ok, here is a simple hack!! for the special quotes problem: insert this line: <input type="hidden" name="dummy__6666"> into the bug_report_page.php under the line 239 : <input tabindex="11" type="checkbox" name="report_stay" <?php check_checked( $f_report_stay ) ?> /> (<?php echo lang_get( 'check_report_more_bugs' ) ?>) so there is a dummy var in the $_POST of php and then all other var are ok.... I don't know why... but now i can add Bug with copy and Paste from MS Word to Mantis via IE ... |
|
Is a quoting problem. Reported by me today. |
|