View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0011555 | mantisbt | plug-ins | public | 2010-02-25 07:59 | 2012-09-27 16:49 |
Reporter | ugums | Assigned To | dregad | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | duplicate | ||
Platform | Easyphp | OS | Windows | OS Version | XP |
Product Version | 1.2.0 | ||||
Summary | 0011555: [Import/Export] Pb with plugin Import Export | ||||
Description | I've just installed last version 1.20 from scratch. I've activated Plugin "Importer / Exporter des bugs 1.0" included in the version. I need to import a list of tracks from excel and tried the understand the way to use import module. I didn't succed. So I tried a very simple thing :
APPLICATION ERROR 0001503 Please use the "Back" button in your web browser to return to the previous page. There you can correct whatever problems were identified in this error or select another action. You can also click an option from the menu bar to go directly to a new section.
Have I done something wrong? Are there compatibility pbs between this plugin (thus included in original version) and the core 1.20? Thanks for help. This is blocking for me to start using Mantis. | ||||
Additional Information | XML genrated file <?xml version="1.0" encoding="UTF-8"?> | ||||
Tags | No tags attached. | ||||
Attached Files | exported_issues.xml (5,187 bytes)
<?xml version="1.0" encoding="UTF-8"?> <mantis version="1.2.1" urlbase="http://localhost/mantis/" issuelink="#" notelink="~" format="1"> <issue> <id>5</id> <project id="1">test</project> <reporter id="1">administrator</reporter> <handler id="1">administrator</handler> <priority id="20">low</priority> <severity id="30">text</severity> <reproducibility id="70">have not tried</reproducibility> <status id="90">closed</status> <resolution id="20">fixed</resolution> <projection id="10">none</projection> <category id="2">categorieTest</category> <date_submitted>1274779063</date_submitted> <last_updated>1276085105</last_updated> <eta id="10">none</eta> <view_state id="10">public</view_state> <summary>Test_estimated_time</summary> <due_date>1</due_date> <description>test du champ personnalisé d'entrée du temps estimé pour la résolution</description> </issue> <issue> <id>6</id> <project id="1">test</project> <reporter id="1">administrator</reporter> <priority id="30">normal</priority> <severity id="50">minor</severity> <reproducibility id="10">always</reproducibility> <status id="10">new</status> <resolution id="10">open</resolution> <projection id="10">none</projection> <category id="2">categorieTest</category> <date_submitted>1275555116</date_submitted> <last_updated>1275924443</last_updated> <eta id="10">none</eta> <view_state id="10">public</view_state> <summary>test due_date</summary> <due_date>1</due_date> <description>description</description> </issue> <issue> <id>1</id> <project id="1">test</project> <reporter id="1">administrator</reporter> <handler id="1">administrator</handler> <priority id="30">normal</priority> <severity id="50">minor</severity> <reproducibility id="70">have not tried</reproducibility> <status id="80">resolved</status> <resolution id="20">fixed</resolution> <projection id="10">none</projection> <category id="2">categorieTest</category> <date_submitted>1274455116</date_submitted> <last_updated>1274952880</last_updated> <eta id="10">none</eta> <view_state id="10">public</view_state> <summary>premiere demande</summary> <due_date>1</due_date> <description>description de la premiere demande</description> <steps_to_reproduce>jene sais pas encore</steps_to_reproduce> <additional_information>rien a ajouté votre honneur !</additional_information> </issue> <issue> <id>2</id> <project id="1">test</project> <reporter id="1">administrator</reporter> <handler id="1">administrator</handler> <priority id="30">normal</priority> <severity id="60">major</severity> <reproducibility id="10">always</reproducibility> <status id="40">@40@</status> <resolution id="10">open</resolution> <projection id="10">none</projection> <category id="2">categorieTest</category> <date_submitted>1274773155</date_submitted> <last_updated>1274773248</last_updated> <eta id="10">none</eta> <view_state id="10">public</view_state> <summary>Deuxième demande</summary> <due_date>1</due_date> <description>Demande non résolue</description> </issue> <issue> <id>4</id> <project id="1">test</project> <reporter id="1">administrator</reporter> <priority id="30">normal</priority> <severity id="80">block</severity> <reproducibility id="10">always</reproducibility> <status id="10">new</status> <resolution id="10">open</resolution> <projection id="10">none</projection> <category id="2">categorieTest</category> <date_submitted>1274773205</date_submitted> <last_updated>1274773205</last_updated> <eta id="10">none</eta> <view_state id="10">public</view_state> <summary>Quatrième demande</summary> <due_date>1</due_date> <description>4eme demande</description> </issue> <issue> <id>3</id> <project id="1">test</project> <reporter id="1">administrator</reporter> <handler id="1">administrator</handler> <priority id="30">normal</priority> <severity id="80">block</severity> <reproducibility id="10">always</reproducibility> <status id="50">assigned</status> <resolution id="10">open</resolution> <projection id="10">none</projection> <category id="2">categorieTest</category> <date_submitted>1274773182</date_submitted> <last_updated>1274773182</last_updated> <eta id="10">none</eta> <view_state id="10">public</view_state> <summary>Troisième demande</summary> <due_date>1</due_date> <description>troisième demande</description> </issue> </mantis> | ||||
Make sure your project SAEIV has the category "general" added (you can add categories in the project management)... |
|
Hello, Same problem, and maybe I've found the source. I created general categories, for all the project. I added bugs to a project, with this general category, and exported them. I received the same error when I tried to re-import the file. So I created a specific category, just for this project, and I tried to import bugs. I received another error, 401 (see bug 0012123), but not this error. Maybe there is a problem with general categories when the plugin tried to find it ? I've tried the "fallback category" too, but I still had the same error. I hope it will help. My XML file is uploaded with this issue. |
|
MantisBT V 1.2.3 To import correctly in mantis with this plugin, it's necessary to use following format: <?xml version="1.0" encoding="utf-8" ?> |
|
Thanks for answer. |
|
Yes, export format and import format is different :o) |
|
This issue should be fixed with recently committed changes (see 0011114) |
|