View Issue Details

IDProjectCategoryView StatusLast Update
0012842mantisbtplug-inspublic2011-08-05 02:41
Reporterschoppi71 Assigned Toatrol  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionduplicate 
Summary0012842: XmlExportImport - Import XML failed
Description

Database error during import:

Database query failed. Error received from database was #-1: ERROR: null value in column "profile_id" violates not-null constraint for the query:

The variable profile_id within bug_api.php isn't initialized with 0.

Steps To Reproduce

Database query failed. Error received from database was #-1: ERROR: null value in column "profile_id" violates not-null constraint for the query:
INSERT INTO mantis_bug_table
(
project_id, 29,
reporter_id, 106,
handler_id, 1,
duplicate_id, 0,
priority, 30,
severity, 50,
reproducibility, 70,
status, 20,
resolution, 30,
projection, 10,
category_id, 207,
date_submitted, 1299490505,
last_updated, 1299490505,
eta, '10',
bug_text_id, '4600',
os, '',
os_build, '',
platform, '',
version, '',
build, '',
profile_id, NULL,
summary, 'Arbeitsplatzverwaltung',
view_state, '50',
sponsorship_total, 0,
sticky, 0,
fixed_in_version, '',
target_version, '',
due_date '1').
)
VALUES
(
29,
106,
1,
0,
30,
50,
70,
20,
30,
10,
207,
1299490505,
1299490505,
'10',
'4600',
'',
'',
'',
'',
'',
NULL,
'Arbeitsplatzverwaltung',
'50',
0,
0,
'',
'',
'1').

TagsNo tags attached.

Relationships

duplicate of 0012112 closeddregad XML Import fails: Column 'profile_id' cannot be null 

Activities

There are no notes attached to this issue.