Opening Issue get APPLICATION ERROR #0

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
uv_jfuchs
Posts: 13
Joined: 17 May 2019, 11:20

Opening Issue get APPLICATION ERROR #0

Post by uv_jfuchs »

Hi,
i want to open the issue 29765 and get an application error #0.
In the log I only see that the bug wwas found in the db.
20.05.2019 09:23:27 DB custom_field_api.php:257 custom_field_cache_values() array (
0 => 'SELECT B.id AS bug_id, CF.id AS field_id, CFS.value, CFS.text FROM mantis_bug_table B LEFT OUTER JOIN mantis_custom_field_table CF ON 1 = 1 LEFT OUTER JOIN mantis_custom_field_string_table CFS ON ( B.id = CFS.bug_id AND CF.id = C
FS.field_id ) WHERE B.id IN (29765) AND CF.id IN (14)',
1 => '0.0001',
)
20.05.2019 09:23:27 DB relationship_api.php:444 relationship_get_all_src() array (
0 => 'SELECT mantis_bug_relationship_table.id, mantis_bug_relationship_table.relationship_type,
mantis_bug_relationship_table.source_bug_id, mantis_bug_relationship_table.destination_bug_id,
mantis_bug_table.project_id
FROM mantis_bug_relationship_table
INNER JOIN mantis_bug_table ON mantis_bug_relationship_table.destination_bug_id = mantis_bug_table.id
WHERE source_bug_id=29765
ORDER BY relationship_type, mantis_bug_relationship_table.id',
1 => '0.0001',
)
20.05.2019 09:23:27 DB bug_api.php:907 bug_cache_array_rows() array (
0 => 'SELECT * FROM mantis_bug_table WHERE id IN (29442)',
1 => '0.0001',
)
20.05.2019 09:23:27 DB relationship_api.php:485 relationship_get_all_dest() array (
0 => 'SELECT mantis_bug_relationship_table.id, mantis_bug_relationship_table.relationship_type,
mantis_bug_relationship_table.source_bug_id, mantis_bug_relationship_table.destination_bug_id,
mantis_bug_table.project_id
FROM mantis_bug_relationship_table
INNER JOIN mantis_bug_table ON mantis_bug_relationship_table.source_bug_id = mantis_bug_table.id
WHERE destination_bug_id=29765
ORDER BY relationship_type, mantis_bug_relationship_table.id',
1 => '0.0001',
)
20.05.2019 09:23:27 DB relationship_api.php:444 relationship_get_all_src() array (
0 => 'SELECT mantis_bug_relationship_table.id, mantis_bug_relationship_table.relationship_type,
mantis_bug_relationship_table.source_bug_id, mantis_bug_relationship_table.destination_bug_id,
mantis_bug_table.project_id
FROM mantis_bug_relationship_table
INNER JOIN mantis_bug_table ON mantis_bug_relationship_table.destination_bug_id = mantis_bug_table.id
WHERE source_bug_id=29765
ORDER BY relationship_type, mantis_bug_relationship_table.id',
1 => '0.0001',
)
20.05.2019 09:23:27 DB bug_api.php:2090 bug_get_monitors() array (
0 => 'SELECT user_id, enabled
FROM mantis_bug_monitor_table m, mantis_user_table u
WHERE m.bug_id=29765 AND m.user_id = u.id
ORDER BY u.realname, u.username',
1 => '0.0003',
)
20.05.2019 09:23:27 DB access_api.php:132 access_cache_matrix_project() array (
0 => 'SELECT user_id, access_level FROM mantis_project_user_list_table WHERE project_id=214',
1 => '0.0002',
)
20.05.2019 09:23:27 DB bug_api.php:1727 bug_get_attachments() array (
0 => 'SELECT id, title, diskfile, filename, filesize, file_type, date_added, user_id
FROM mantis_bug_file_table
WHERE bug_id=29765
ORDER BY date_added',
1 => '0.0001',
)


can anybody help me, please.
cas
Posts: 1586
Joined: 11 Mar 2006, 16:08
Contact:

Re: Opening Issue get APPLICATION ERROR #0

Post by cas »

again something around attachments, please try to set the rights on that directory to "777"
Post Reply