Page 1 of 1

Application error 200

Posted: 20 Jul 2005, 08:24
by darrenkennedy
Hi,

I have a problem with mantis 1.0.0a3 on Win2k.

Updating or creating a bug report gives error message "Application Error 200, A required parameter to this page not found.". This is on bug_report_page, bug_update_page.

Additional Information
Running on win2k sp4.
apache 1.33
mantis 1.0.0a3
php 4.22
mySQL 4.1.12
Using IE 6.0

I have already searched mantis and seen several reference to this for earlier releases, which say the problem is related to 'special' characters. I have applied the following,

in lang/strings_english.txt
$s_charset = 'iso-8859-1';
In config_inc.php switch off file uploads.

Unfortunately I still get the same error messages.

Any ideas ?

Darren Kennedy

Posted: 20 Jul 2005, 12:00
by thraxisp
Do you have any custom fields defined? I seem to recall a bug where a required field was not being shown.

What variable is listed as missing? It should be in the error message in 1.0.0a3.

Posted: 20 Jul 2005, 13:06
by darrenkennedy
We have some custom fields but the error is not with these. Up to now we have the error with bug_id, reproducibility.

Posted: 25 Jul 2005, 10:25
by darrenkennedy
Hi,

I have now resolved this. I was using an earlier version of apache. I upgraded to 1.3.33 (and also php 5.04) All seems ok now.

kind regards