View Issue Details

IDProjectCategoryView StatusLast Update
0003831mantisbtbugtrackerpublic2004-07-08 07:19
Reportersohhos Assigned Toint2str  
PrioritynormalSeverityfeatureReproducibilityrandom
Status closedResolutionduplicate 
Summary0003831: Every now and again I start getting this error everytime I try to add a ticket.
Description

APPLICATION ERROR #200
A required parameter to this page was not found.

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.

TagsNo tags attached.

Relationships

duplicate of 0003833 closedint2str Special Chars entered in bug_report_page.php cause application error 
has duplicate 0003836 closedvboctor APPLICATION ERROR 200 (Duplicate of 0003831) 

Activities

vboctor

vboctor

2004-05-14 18:30

manager   ~0005503

Try putting the following in your config_inc.php and see whether it will make a difference:
$g_allow_file_upload = OFF;

ndeboer

ndeboer

2004-05-17 10:47

reporter   ~0005526

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 .

vboctor

vboctor

2004-05-23 10:15

manager   ~0005566

Try changing the character set in lang/strings_english.txt to:
$s_charset = 'windows-1252';

This is a work around for a bug in Internet Explorer. Let me know how it goes.

ndeboer

ndeboer

2004-05-23 11:40

reporter   ~0005568

Seems to work for me. Great, thanks!