APPLICATION ERROR #401
Datenbankabfrage fehlgeschlagen. Die Reportmeldung lautet #-1: FEHLER: konnte Datentyp von Parameter $1 nicht ermitteln für die Abfrage: SELECT p.id, p.name, ph.parent_id
FROM mantismodern_project_table p
LEFT JOIN mantismodern_project_user_list_table u
ON p.id=u.project_id AND u.user_id=$2
LEFT JOIN mantismodern_project_hierarchy_table ph
ON ph.child_id = p.id
WHERE p.enabled = $3 AND
( p.view_state=$4
OR (p.view_state=$5
AND
u.user_id=$6 )
) ORDER BY p.name.
| Full path: C:\inetpub\wwwroot\mantis\core\database_api.php | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Line: 450 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Filename | Line | Function | Args | ||
|---|---|---|---|---|---|
| C:\inetpub\wwwroot\mantis\core\database_api.php | 450 | - | - | trigger_error | ( <string>'401', <integer>256 ) |
| C:\inetpub\wwwroot\mantis\core\user_api.php | 1027 | - | - | db_query | ( <string>'SELECT p.id, p.name, ph.parent_id FROM {project} p LEFT JOIN {project_user_list} u ON p.id=u.project_id AND u.user_id=$2 LEFT JOIN {project_hierarchy} ph ON ph.child_id = p.id WHERE p.enabled = $3 AND ( p.view_state=$4 OR (p.view_state=$5 AND u.user_id=$6 ) ) ORDER BY p.name', <array> { [0] => 4, [1] => true, [2] => 10, [3] => 50, [4] => 4 } ) |
| C:\inetpub\wwwroot\mantis\core\filter_api.php | 1197 | - | - | user_get_accessible_projects | ( <integer>4 ) |
| C:\inetpub\wwwroot\mantis\view_all_bug_page.php | 71 | - | - | filter_get_bug_rows | ( <integer>1, <NULL>NULL, <NULL>NULL, <NULL>NULL, <NULL>NULL, <NULL>NULL, <NULL>NULL, <boolean>true ) |