View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0007000 | mantisbt | filters | public | 2006-04-27 10:42 | 2006-05-07 03:51 |
| Reporter | Elmar | Assigned To | vboctor | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 1.0.2 | ||||
| Fixed in Version | 1.1.0a1 | ||||
| Summary | 0007000: SYSTEM WARNING: Argument 1 to array_multisort() is expected to be an array or a sort flag | ||||
| Description | Although this error is mentioned in 0005535 and 0005719 this issue is not fixed in 1.0.2. I applied the newest filter_api.php but it did not fix the problem. Error occurs in the Filter > Custom fields > type Date. | ||||
| Tags | No tags attached. | ||||
| Attached Files | |||||
|
./core/filter_api.php:2973 REPLACE array_multisort($t_accessible_custom_fields_values[$p_field_num], SORT_NUMERIC, SORT_ASC) ; WITH THIS if (is_array($t_accessible_custom_fields_values[$p_field_num])) What populates $t_accessible_custom_fields_values[$p_field_num]? |
|
|
Thank you very much. That solved the problem. This should go into the main source code, shouldn´t it? Thanks again, |
|