SYSTEM NOTICE, Error Description

Post about your customizations to share with others.

Moderators: Developer, Contributor

AlexeiK
Posts: 31
Joined: 11 Jan 2016, 10:29

Re: SYSTEM NOTICE, Error Description

Post by AlexeiK »

Patch files attached.
Pre Install Step on MS SQL 2008 R2 :
1: remove index on UserName on table mantis_User_table.

and u will get clean setup of mantis 1.3 rc
Attachments
mantis.patch.rar
(22.63 KiB) Downloaded 583 times
AlexeiK
Posts: 31
Joined: 11 Jan 2016, 10:29

Re: SYSTEM NOTICE, Error Description

Post by AlexeiK »

some news
2016-01-25 11:58 AST DB custom_field_api.php:883 custom_field_get_all_linked_fields() array (
0 => 'SELECT f.name, f.type, f.access_level_r, f.default_value, f.type, s.value
FROM mantis_custom_field_project_table p
INNER JOIN mantis_custom_field_table f ON f.id = p.field_id
LEFT JOIN mantis_custom_field_string_table s
ON s.field_id = p.field_id AND s.bug_id = \'8204\'
WHERE p.project_id = 11
ORDER BY p.sequence ASC, f.name ASC',
1 => '0.0000',

this is from mantis 1.3
so
it works with doubles.
Post Reply