【技术贴】解决bug mantisbt APPLICATION ERROR #1502 没有找到类别

 

解决bug mantisAPPLICATION ERROR #1502 没有找到类别

 

mantisbt出现1502问题解决:
引起问题的原因:当提交的问题有分类,此时删除此分类,就会出现下面的情况。
问题描述:
APPLICATION ERROR #1502 
没有找到类别。
请使用浏览器的“返回”按钮来返回到上一页,这样您可以找到发生了什么问题或者进行别的操作;您也可以点击导航栏中的其它项。
解决方法:
找到bugtracker中的mantis_bug_table数据库,用类似下面的脚本把category_id改为“0”,后面的where条件可以根据具体条件来设置。
UPDATE`bugtracker`.`mantis_bug_table`SET`category_id`='0' WHERE`mantis_bug_table`.`category_id`='1';

此时问题得到解决,category_id`='0'是无类型。

 

 

解决步骤:

  1. 找到出错的项目project名字

  在表mantis_project_table中查到此project的project_id,比如是下图出错的ID是:38 。

  

  2.去mantis_bug_table表中,排一下序,找到此项目id下的所有bug,比如属于38号project_id的bug号为2512

  

  3. 寻找此bug2512的category_id 列,把category_id是‘1’的,我全部改成‘0’,即可。不需要重启bug mantis服务。

    2512的category_id: 1--> 0 之后搞定!

UPDATE`bugtracker`.`mantis_bug_table`SET`category_id`='0' WHERE`mantis_bug_table`.`category_id`='1';

where 条件可以跟上自己的bug号id,比如

UPDATE`bugtracker`.`mantis_bug_table`SET`category_id`='0' WHERE`mantis_bug_table`.`category_id`='1' and ‘mantis_bug_table’.‘id’=2512

 

时间: 2024-10-12 07:27:35

【技术贴】解决bug mantisbt APPLICATION ERROR #1502 没有找到类别的相关文章

Server Application Error详细解决办法

application|error|server|解决 简介IIS5的HTTP 500内部服务器错误是我们经常碰到的错误之一,它的主要错误表现就是ASP程序不能浏览但HTM静态网页不受影响.另外当错误发生时,系统事件日志和安全事件日志都会有相应的记录.具体如下-- 正文一.错误表现 IIS5的HTTP 500内部服务器错误是我们经常碰到的错误之一,它的主要错误表现就是ASP程序不能浏览但HTM静态网页不受影响.另外当错误发生时,系统事件日志和安全事件日志都会有相应的记录. 具体如下: (一)IE

iis asp出现Server Application Error错误解决方法

今天在用iis asp教程时突然出现server application error the server has encountered an error while loading an application during the processing of your request. please refer to the event log for more detail information. please contact the server administrator for

IIS 错误 Server Application Error 详细解决方法_ASP基础

Server Application ErrorThe server has encountered an error while loading an application during the processing of your request.Please refer to the event log for more detail information.Please contact the server administrator for assistance. 方法 1:在用户管

iis出现Server Application Error 解决办法

server application error the server has encountered an error while loading an application during the processing of your request. please refer to the event log for more detail information. please contact the server administrator for assistance. 访问iis客

IIS提示Server Application Error的解决方法集锦第1/2页_win服务器

Server Application Error The server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail information. Please contact the server administrator for assistance. 访问IIS客

IIS运行错误 Server Application Error 错误代码 Error: 8004的解决方法_应用技巧

本文将重新修正整理了一下Server application Error解决方案,修正了命令中涉及到路径的问题,使用本文中的命令,将不需要理会路径问题: iis 修复工具下载 iis_repair_jb51.rar 1.右键点击我的电脑 --> 管理 --> 本地用户和组 --> 用户,在右侧给"IUSR_机器名"和"IWAM_机器名"两个用户均设置密码为123: 2.开始 --> 运行 --> cmd ,然后依次在命令行窗口输入以下命

本机IIS 身份验证 Server Application Error解决办法

本机IIS 身份验证,取消后出: Server Application Error The server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail information. Please contact the server administrator for a

解决IIS的Server Application Error的2种方法_服务器

方法1:  ------------------------------------   Server Application Error   The server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail information. Please contact 

IIS 错误 Server Application Error 详细解决方法

Server Application Error The server has encountered an error while loading an application during the processing of your request.Please refer to the event log for more detail information.Please contact the server administrator for assistance. 方法 1:在用户