Page 1 of 1

Getting APPLICATION ERROR #1502 Category not found.

Posted: 27 Jul 2023, 12:08
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

Re: Getting APPLICATION ERROR #1502 Category not found.

Posted: 01 Aug 2023, 04:21
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