View Issue Details

IDProjectCategoryView StatusLast Update
0013850mantisbtdb mysqlpublic2012-09-05 11:19
Reporternebjanim Assigned Todregad  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionno change required 
Product Version1.2.8 
Summary0013850: Moving from project to project causes application error 1502
Description

This issue is nearly the same as http://www.mantisbt.org/bugs/view.php?id=12431.

When moving an issue with a project specific category to another project which doesn't contain an identic category, you get application error 1502. The issues in the destination project can't even displayed anymore. Each time you try to do this you get error 1502.

Apparantly the reason for this is also the wrong category_id (set to 1) in the data set of the bug.

Patch http://www.mantisbt.org/bugs/view.php?id=13007 doesen't fix it because it's already in since 1.2.6.

TagsNo tags attached.

Relationships

related to 0012431 closedatrol APPLICATION ERROR 0001502 Category not found. 
related to 0013007 closeddhx Moving an issue to a sub-project changes the category to the default category 
related to 0013341 closeddregad Moving issues with no category (g_allow_no_category = ON) 
has duplicate 0013872 closeddregad Moving the bug linked to internal project category, to other project cause error: Category not found 
has duplicate 0014047 closedatrol Moving issue between projects results in inoperable site if category doesn't exist in destination project 
has duplicate 0014189 closeddregad APPLICATION ERROR 0001502 Category not found. 
related to 0013908 closedatrol Can't go to My view page 
related to 0012105 closeddregad Receiving APPLICATION ERROR 0001502 on view_all_bug_page.php 

Activities

dregad

dregad

2012-02-06 11:58

developer   ~0031173

You probably deleted the default category "General" (with id = 1) created by the MantisBT installer.

If that is the case, then you need to define $g_default_category_for_moves = xxx to some valid category. This can be done globally (in config_inc.php) or on a project-by-project basis in manage configuration.

Related Changesets

MantisBT: master 21b7b34f

2012-04-24 23:02

dregad


Details Diff
Documentation: added error 1502 in Troubleshooting guide

Affects 0013850, 0014189 and several other issues (see related).
Affected Issues
0013850, 0014189
mod - docbook/Admin_Guide/en-US/Troubleshooting.xml Diff File

MantisBT: master-1.2.x 695040ce

2012-04-24 23:02

dregad


Details Diff
Documentation: added error 1502 in Troubleshooting guide

Affects 0013850, 0014189 and several other issues (see related).
Affected Issues
0013850, 0014189
mod - docbook/adminguide/en/troubleshooting.sgml Diff File

MantisBT: master 30df2f45

2012-05-01 21:10

dregad


Details Diff
Documentation: improved troubleshooting for error 1502

Added instructions on how to retrieve the category id
Affected Issues
0013850, 0014189
mod - docbook/Admin_Guide/en-US/Troubleshooting.xml Diff File

MantisBT: master-1.2.x 6e842296

2012-05-01 21:10

dregad


Details Diff
Documentation: improved troubleshooting for error 1502

Added instructions on how to retrieve the category id
Affected Issues
0013850, 0014189
mod - docbook/adminguide/en/troubleshooting.sgml Diff File