View Issue Details

IDProjectCategoryView StatusLast Update
0004830mantisbtrelationshipspublic2004-12-11 03:02
Reporterljoas Assigned Tograngeway  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Product Version0.19.1 
Fixed in Version0.19.2 
Summary0004830: missing <?php in relationship_api.php
Description

I get an "APPLICATION ERROR #200" "A required parameter to this page was not found." when I try to add a new relationship.

Additional Information

In relationship_api.php there is a line that look like this:

<? relationship_list_box( -1 ) ?>

Should be:

<?php relationship_list_box( -1 ) ?>

I believe...

TagsNo tags attached.

Activities

masc

masc

2004-11-08 09:02

reporter   ~0008280

<? should work as well. It depends on your short_open_tag configuration. By the bay I will fix it in CVS.

According to me, the problem is not related to the missing <?php. Can you describe better the scenario in order to help me in reproducing it?

grangeway

grangeway

2004-11-08 13:23

reporter   ~0008285

The correct parameter is now used in relationship_api in CVS. If your still getting the 200 error, can you open a new issue.