View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0010615 | mantisbt | api soap | public | 2009-06-22 15:09 | 2010-02-22 14:34 |
| Reporter | reapazor | Assigned To | rombert | ||
| Priority | normal | Severity | crash | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | git trunk | ||||
| Target Version | 1.2.0 | Fixed in Version | 1.2.0 | ||
| Summary | 0010615: API Failure | ||||
| Description | Return of HTML type content: PHP Fatal error: Cannot use object of type BugData as array in /bugs/httpdocs/api/soap/mc_project_api.php on line 54 | ||||
| Steps To Reproduce | Utilize soap to call lists of bugs | ||||
| Additional Information | Fixed via: mc_project_api.php:54-57 changed too ... if( !empty( $t_issue_data->handler_id ) ) { Additionally the removal of reference passing (&) to all functions used in that block of code (paul_) resolved many of the other issues. | ||||
| Tags | No tags attached. | ||||
| Attached Files | |||||
|
I have basically the same error on excel_xml_export.php |
|
|
These seem to be fixed some time ago. Does this still appear with 1.2.0 rc2? |
|
|
It does: |
|
|
Fixed in both the 1.3 and 1.2 streams. |
|
|
MantisBT: master-1.2.x 18ad379c 2009-10-26 06:47 Details Diff |
Fixes 0010615: Excel export did not use the BugData API excel_xml_export used the old array-style access of the bug information, but filter_get_bug_rows returns BugData objects. |
Affected Issues 0010615 |
|
| mod - excel_xml_export.php | Diff File | ||
|
MantisBT: master 2d5e0144 2009-10-26 06:47 Details Diff |
Fixes 0010615: Excel export did not use the BugData API excel_xml_export used the old array-style access of the bug information, but filter_get_bug_rows returns BugData objects. |
Affected Issues 0010615 |
|
| mod - excel_xml_export.php | Diff File | ||