Getting APPLICATION ERROR #1502 Category not found.

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
shanthini
Posts: 39
Joined: 10 Apr 2010, 12:01

Getting APPLICATION ERROR #1502 Category not found.

Post by shanthini »

Hi,

Getting error as below while opening some issues. Our Mantis version is 2.25.5

-------
APPLICATION ERROR #1502

Category not found.

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.
--------------

Please help

FYI:
As suggested here https://www.mantisbt.org/bugs/view.php?id=14189 - we tried adding $g_default_category_for_moves = 35; in config_inc file. But still facing the same issue.

Thanks
shanthini
Posts: 39
Joined: 10 Apr 2010, 12:01

Re: Getting APPLICATION ERROR #1502 Category not found.

Post by shanthini »

Hi,

After doing the following the issue is fixed
INSERT INTO mantis.mantis_category_table (id, project_id, user_id, name, status) VALUES ('1', '0', '0', 'General', '0');

Thanks
Post Reply