Application error 200

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
darrenkennedy

Application error 200

Post 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
thraxisp
Developer
Posts: 509
Joined: 14 Feb 2005, 03:38
Location: Ottawa, Canada
Contact:

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

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

Post 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
Post Reply