View Issue Details

IDProjectCategoryView StatusLast Update
0003776mantisbtbugtrackerpublic2004-07-08 06:02
Reporterpermutations Assigned Toint2str  
PrioritynormalSeveritymajorReproducibilitysometimes
Status closedResolutionduplicate 
Summary0003776: 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.

TagsNo tags attached.

Relationships

duplicate of 0003833 closedint2str Special Chars entered in bug_report_page.php cause application error 

Activities

iogan18tm

iogan18tm

2004-04-27 07:07

reporter   ~0005441

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.

permutations

permutations

2004-04-27 09:42

reporter   ~0005442

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:

Hey i've found out that when i check the "Report Stay" checkbox then i
can report a bug with the special quotes and it work with the IE !!!

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 ...

robertoschwald

robertoschwald

2004-05-14 04:40

reporter   ~0005499

Is a quoting problem. Reported by me today.