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
Getting APPLICATION ERROR #1502 Category not found.
Moderators: Developer, Contributor
Re: Getting APPLICATION ERROR #1502 Category not found.
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
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