View Issue Details

IDProjectCategoryView StatusLast Update
0023127mantisbtbugtrackerpublic2017-08-01 15:31
Reporteraghiles Assigned Toatrol  
PriorityimmediateSeveritycrashReproducibilityrandom
Status closedResolutionno change required 
Product Version2.5.0 
Summary0023127: No access to some bugs
Description

Sometimes when I select a bug in mantisBT 2.5.0 it displays an error even the bugs exist in the database

TagsNo tags attached.
Attached Files
Capture.PNG (23,853 bytes)   
Capture.PNG (23,853 bytes)   

Activities

atrol

atrol

2017-07-18 06:16

developer   ~0057257

aghiles,

The provided information is not sufficient to provide any help in resolving the issue. A complete and detailed description is required for the support team to get a clear understanding of the problem.

Please explain what you do, what are the results you expect to get and what you actually get.

Also provide detailed, step-by-step instructions to reproduce the issue; the additional information listed below may also be useful:

  • Exact version of PHP, Database, Web server, Browser and Operating System
  • Relevant customizations (e.g. changes in config_inc.php, etc)
  • Installed plugins or custom functions ?
  • Was the MantisBT source code modified in any way ?
aghiles

aghiles

2017-07-18 09:39

reporter   ~0057260

There are no steps to reproduce, I chose the bug by chance and it displayed this error

PHP Version 5.4.16, Apache 2.4, Browser: GoogleChrome, OS: RedHat 7.2

Changes in config_inc.php:

Revised enum string with new status

$g_status_enum_string = '10:new,21:in_progress_support,31:in_progress_RetD,41:to_test_in_support,51:to_test_in_RetD,60:invalid,70:refused,85:duplicate,90:closed';

#Résolutions
//$g_resolution_enum_string = '10:open, 20:fixed';

Status color additions

$g_status_colors['in_progress_support'] = '#8e6da5';
$g_status_colors['in_progress_RetD'] = '#d2f5b0';
$g_status_colors['to_test_in_support'] = '#5b0498';
$g_status_colors['to_test_in_RetD'] = '#5baa98';
$g_status_colors['invalid'] = '#c14b17';
$g_status_colors['duplicate'] = '#f2a400';
$g_status_colors['refused'] = '#ff0000';

$g_bug_in_progress_support_status_threshold = IN_PROGRESS_SUPPORT;
$g_bug_in_progress_RetD_status_threshold = IN_PROGRESS_RetD;
$g_bug_to_test_in_support_status_threshold = TEST_IN_SUPPORT;
$g_bug_to_test_in_RetD_status_threshold = IN_PROGRESS_RetD;
$g_bug_invalid_status_threshold = INVALID;
$g_bug_refused_status_threshold = REFUSED;
$g_bug_duplicate_status_threshold = DUPLICATE;

#Définition des transitions entre états du workflow
$g_status_enumworkflow[NEW] = '21:in_progress_support,31:in_progress_RetD,70:refused,85:duplicate,90:closed';
$g_enum_status_workflow[IN_PROGRESSRetD] = '41:to_test_in_support,51:to_test_in_RetD';
$g_enum_status_workflow[IN_PROGRESSSUPPORT] = '41:to_test_in_support,51:to_test_in_RetD';
$g_enum_status_workflow[TEST_IN_RetD] = '21:in_progress_support,31:in_progress_RetD,60:invalid,90:closed';
$g_enum_status_workflow[TEST_INSUPPORT] = '21:in_progress_support,31:in_progress_RetD,60:invalid,90:closed';
$g_enum_status_workflow[INVALID] = '41:to_test_in_support,51:to_test_in_RetD';
$g_enum_status_workflow[REFUSED] = '10:new';
$g_enum_status_workflow[CLOSED] = '41:to_test_in_support,51:to_test_in_RetD,60:invalid';

#Paramètres pour la page my_view.php
$g_bug_in_progress_support_status_threshold = IN_PROGRESS_SUPPORT;
$g_bug_in_progress_RetD_status_threshold = IN_PROGRESS_RetD;
$g_bug_to_test_in_support_status_threshold = TEST_IN_SUPPORT;
$g_bug_to_test_in_RetD_status_threshold = TEST_IN_RetD;
$g_bug_invalid_status_threshold = INVALID;
$g_bug_refused_status_threshold = REFUSED;
$g_bug_duplicate_status_threshold = DUPLICATE;

#J'ai ajouter ça pour afficher correctement le sous état de chaque mantis dans l'historique
$g_projection_enum_string = '10:Ouvert,11:Evalué,20:A Reproduire,21:A préciser,40:Support,60:Labo,61:R&D,80:Errata,81:Refusé,82:Fait,83:A évaluer,85:Doublon,86:Ne sera pas corrigé,88:Non validé';

Installed plugin:

Avatars via Gravatar 2.5.0
Formatage de MantisBT 2.5.0
Graphiques Mantis 2.5.0
MantisBT Core 2.5.0

And no changes for source code

atrol

atrol

2017-07-18 10:01

developer   ~0057261

PHP Version 5.4.16

Not supported, you should upgrade https://www.mantisbt.org/docs/master/en-US/Admin_Guide/html-desktop/#admin.install.requirements.software

Check logs of webserver, database and PHP for errors and warnings.
Check also for errors and warnings when runnig admin/check/index.php

If there is no error or warning that might give hints for the problem:
Additional, debugging information is needed to help understanding the problem. Please follow these steps:

  1. temporarily configure your system as follows:
    $g_display_errors = array(
    E_WARNING => 'halt',
    E_NOTICE => 'halt',
    E_USER_ERROR => 'halt',
    E_USER_WARNING => 'halt',
    E_USER_NOTICE => 'halt'
    );
    $g_show_detailed_errors = ON;

WARNING - SECURITY RISK: the 'show_detailed_errors' config can cause MantisBT to display sensitive information about your system. We recommend to restrict its activation to a Test environment, only for as long as necessary. If possible, do not turn it ON globally, instead limit it for specific user(s) using the Manage Configuration page.

  1. Reproduce the error

If the output does not help you resolving the issue and you need further assistance,

  1. save the output of the error screen, preferably as an HTML page (not a screenshot !)
  2. be careful to remove/mask any confidential information if needed
  3. upload the results here
aghiles

aghiles

2017-07-20 04:54

reporter   ~0057265

This is what I've got

MantisBT.html (18,350 bytes)   
<!DOCTYPE html>
<!-- saved from url=(0044)http://10.220.1.12/mantis/view.php?id=225641 -->
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
	
	<title>MantisBT</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
	<link rel="stylesheet" type="text/css" href="./MantisBT_files/default.css">
	<link rel="stylesheet" type="text/css" href="./MantisBT_files/common_config.php">
	<link rel="stylesheet" type="text/css" href="./MantisBT_files/status_config.php">
	<link rel="stylesheet" type="text/css" href="./MantisBT_files/dropzone-4.3.0.min.css">
	<link rel="stylesheet" type="text/css" href="./MantisBT_files/bootstrap-3.3.6.min.css">
	<link rel="stylesheet" type="text/css" href="./MantisBT_files/font-awesome-4.6.3.min.css">
	<link rel="stylesheet" type="text/css" href="./MantisBT_files/open-sans.css">
	<link rel="stylesheet" type="text/css" href="./MantisBT_files/bootstrap-datetimepicker-4.17.43.min.css">
	<link rel="stylesheet" type="text/css" href="./MantisBT_files/ace.min.css">
	<link rel="stylesheet" type="text/css" href="./MantisBT_files/ace-mantis.css">
<!--[if lte IE 9]>	<link rel="stylesheet" type="text/css" href="http://10.220.1.12/mantis/css/ace-part2.min.css" />
<![endif]-->	<link rel="stylesheet" type="text/css" href="./MantisBT_files/ace-skins.min.css">
<!--[if lte IE 9]>	<link rel="stylesheet" type="text/css" href="http://10.220.1.12/mantis/css/ace-ie.min.css" />
<![endif]-->
	<link rel="shortcut icon" href="http://10.220.1.12/mantis/images/favicon.ico" type="image/x-icon">
	<link rel="search" type="application/opensearchdescription+xml" title="MantisBT: recherche en texte intégral" href="http://10.220.1.12/mantis/browser_search_plugin.php?type=text">
	<link rel="search" type="application/opensearchdescription+xml" title="MantisBT: recherche par Id de numéro" href="http://10.220.1.12/mantis/browser_search_plugin.php?type=id">
	<script type="text/javascript" src="./MantisBT_files/javascript_config.php"></script>
	<script type="text/javascript" src="./MantisBT_files/javascript_translations.php"></script>
	<script type="text/javascript" src="./MantisBT_files/jquery-2.2.4.min.js.téléchargement"></script>
	<script type="text/javascript" src="./MantisBT_files/dropzone-4.3.0.min.js.téléchargement"></script>
	<script type="text/javascript" src="./MantisBT_files/common.js.téléchargement"></script>
</head>
<body class="skin-3">
<div id="navbar" class="navbar navbar-default navbar-collapse navbar-fixed-top noprint"><div id="navbar-container" class="navbar-container"><button id="menu-toggler" type="button" class="navbar-toggle menu-toggler pull-left hidden-lg" data-target="#sidebar"><span class="sr-only">Toggle sidebar</span><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></button><div class="navbar-header"><a href="http://10.220.1.12/mantis/my_view_page.php" class="navbar-brand"><span class="smaller-75"> MantisBT </span></a><button type="button" class="navbar-toggle navbar-toggle collapsed pull-right hidden-sm hidden-md hidden-lg" data-toggle="collapse" data-target=".navbar-buttons,.navbar-menu"><span class="sr-only">Toggle user menu</span><i class="ace-icon fa fa-user fa-2x white"></i> </button></div><div class="navbar-buttons navbar-header navbar-collapse collapse"><ul class="nav ace-nav"><li class="hidden-sm hidden-xs"><div class="btn-group btn-corner padding-right-8 padding-left-8"><a class="btn btn-primary btn-sm" href="http://10.220.1.12/mantis/bug_report_page.php"><i class="fa fa-edit"></i> Rapporter un bogue</a><a class="btn btn-primary btn-sm" href="http://10.220.1.12/mantis/manage_user_create_page.php"><i class="fa fa-user-plus"></i> Inviter des utilisateurs</a></div></li><li class="grey">
<a data-toggle="dropdown" href="http://10.220.1.12/mantis/view.php?id=225641#" class="dropdown-toggle">
&nbsp;Tous les projets&nbsp;
 <i class="ace-icon fa fa-angle-down bigger-110"></i>
</a>
<ul class="dropdown-menu dropdown-menu-right dropdown-yellow dropdown-caret dropdown-close scrollable-menu">
<li class="active"><a href="http://10.220.1.12/mantis/set_project.php?project_id=0" selected="selected"> Tous les projets </a></li> 
<li class="divider"></li>
<li><div id="projects-list"><div class="projects-searchbox"><input class="search form-control input-md" placeholder="Chercher"></div><ul class="list dropdown-yellow no-margin"><li><a href="http://10.220.1.12/mantis/set_project.php?project_id=1" class="project-link"> Alysé </a></li><li><a href="http://10.220.1.12/mantis/set_project.php?project_id=200037" class="project-link"> APP Valbio Odancio  </a></li><li><a href="http://10.220.1.12/mantis/set_project.php?project_id=35" class="project-link"> Archivage </a></li><li><a href="http://10.220.1.12/mantis/set_project.php?project_id=200006" class="project-link"> Bio-Web (ex-Biosystem) </a></li><li><a href="http://10.220.1.12/mantis/set_project.php?project_id=200007" class="project-link"> BioManager  </a></li><li><a href="http://10.220.1.12/mantis/set_project.php?project_id=200003" class="project-link"> Biowin </a></li><li><a href="http://10.220.1.12/mantis/set_project.php?project_id=200032" class="project-link"> Catalogue des examens </a></li><li><a href="http://10.220.1.12/mantis/set_project.php?project_id=12" class="project-link"> Connexions Alyse Odancio </a></li><li><a href="http://10.220.1.12/mantis/set_project.php?project_id=32" class="project-link"> Drivers Automates Linux </a></li><li><a href="http://10.220.1.12/mantis/set_project.php?project_id=200018" class="project-link"> Drivers Automates Windows </a></li><li><a href="http://10.220.1.12/mantis/set_project.php?project_id=100004" class="project-link"> FSE </a></li><li><a href="http://10.220.1.12/mantis/set_project.php?project_id=200022" class="project-link"> GesQual Web </a></li><li><a href="http://10.220.1.12/mantis/set_project.php?project_id=200024" class="project-link"> GesStock Web </a></li><li><a href="http://10.220.1.12/mantis/set_project.php?project_id=38" class="project-link"> Haute disponibilité </a></li><li><a href="http://10.220.1.12/mantis/set_project.php?project_id=200025" class="project-link"> Honolulu </a></li><li><a href="http://10.220.1.12/mantis/set_project.php?project_id=41" class="project-link"> IDentités </a></li><li><a href="http://10.220.1.12/mantis/set_project.php?project_id=200036" class="project-link"> IDentités Ressource </a></li><li><a href="http://10.220.1.12/mantis/set_project.php?project_id=100017" class="project-link"> Imprimante </a></li><li><a href="http://10.220.1.12/mantis/set_project.php?project_id=100027" class="project-link"> Lecteur Vitale </a></li><li><a href="http://10.220.1.12/mantis/set_project.php?project_id=100023" class="project-link"> Linux </a></li><li><a href="http://10.220.1.12/mantis/set_project.php?project_id=200020" class="project-link"> Mantis </a></li><li><a href="http://10.220.1.12/mantis/set_project.php?project_id=200021" class="project-link"> Matériel </a></li><li><a href="http://10.220.1.12/mantis/set_project.php?project_id=200027" class="project-link"> Mise à jour  </a></li><li><a href="http://10.220.1.12/mantis/set_project.php?project_id=100026" class="project-link"> Modem </a></li><li><a href="http://10.220.1.12/mantis/set_project.php?project_id=200031" class="project-link"> Module Trace </a></li><li><a href="http://10.220.1.12/mantis/set_project.php?project_id=39" class="project-link"> Odancio </a></li><li><a href="http://10.220.1.12/mantis/set_project.php?project_id=200033" class="project-link"> Outil de support </a></li><li><a href="http://10.220.1.12/mantis/set_project.php?project_id=200004" class="project-link"> PBP  </a></li><li><a href="http://10.220.1.12/mantis/set_project.php?project_id=21" class="project-link"> portail </a></li><li><a href="http://10.220.1.12/mantis/set_project.php?project_id=4" class="project-link"> ProDoc </a></li><li><a href="http://10.220.1.12/mantis/set_project.php?project_id=31" class="project-link"> ProgimedFse </a></li><li><a href="http://10.220.1.12/mantis/set_project.php?project_id=5" class="project-link"> Proress </a></li><li><a href="http://10.220.1.12/mantis/set_project.php?project_id=37" class="project-link"> Prosper2 </a></li><li><a href="http://10.220.1.12/mantis/set_project.php?project_id=3" class="project-link"> Prostock </a></li><li><a href="http://10.220.1.12/mantis/set_project.php?project_id=36" class="project-link"> Reporting &amp; Decisions </a></li><li><a href="http://10.220.1.12/mantis/set_project.php?project_id=100025" class="project-link"> Réseau </a></li><li><a href="http://10.220.1.12/mantis/set_project.php?project_id=200034" class="project-link"> Ressources </a></li><li><a href="http://10.220.1.12/mantis/set_project.php?project_id=200035" class="project-link"> Ressources Humaines </a></li><li><a href="http://10.220.1.12/mantis/set_project.php?project_id=100019" class="project-link"> Routeur </a></li><li><a href="http://10.220.1.12/mantis/set_project.php?project_id=100020" class="project-link"> Samba </a></li><li><a href="http://10.220.1.12/mantis/set_project.php?project_id=100022" class="project-link"> SCO </a></li><li><a href="http://10.220.1.12/mantis/set_project.php?project_id=100018" class="project-link"> Serveur </a></li><li><a href="http://10.220.1.12/mantis/set_project.php?project_id=34" class="project-link"> Serveur de résultats / LaboConnect </a></li><li><a href="http://10.220.1.12/mantis/set_project.php?project_id=100021" class="project-link"> Terminal </a></li><li><a href="http://10.220.1.12/mantis/set_project.php?project_id=100024" class="project-link"> Windows </a></li><li><a href="http://10.220.1.12/mantis/set_project.php?project_id=100030" class="project-link"> Zimbra </a></li></ul></div></li></ul>
</li>
<li class="grey"><a data-toggle="dropdown" href="http://10.220.1.12/mantis/view.php?id=225641#" class="dropdown-toggle"><i class="ace-icon fa fa-user fa-2x white"></i> <span class="user-info">atighrine</span><i class="ace-icon fa fa-angle-down"></i></a><ul class="user-menu dropdown-menu dropdown-menu-right dropdown-yellow dropdown-caret dropdown-close"><li><a href="http://10.220.1.12/mantis/account_page.php"><i class="ace-icon fa fa-user"> </i> Mon compte</a></li><li><a href="http://10.220.1.12/mantis/issues_rss.php?username=atighrine&amp;key=xjSNHQVDk9xM3YvWYlKTIzMruCGrYK1A9kelEV2Y1PS7ZbgciaiE-QSwUAY-TXG0VPhWa78cn-65OKbu6JFp"><i class="ace-icon fa fa-rss-square orange"> </i> RSS</a></li><li class="divider"></li><li><a href="http://10.220.1.12/mantis/logout_page.php"><i class="ace-icon fa fa-sign-out"> </i> Fermer la session</a></li></ul></li></ul></div></div></div><div class="main-container" id="main-container" style="padding-top: 45px;">
<div id="sidebar" class="sidebar sidebar-fixed responsive compact "><ul class="nav nav-list"><li>
<a href="http://10.220.1.12/mantis/my_view_page.php">
<i class="menu-icon fa fa-dashboard"></i> 
<span class="menu-text"> Mon affichage </span>
</a>
<b class="arrow"></b>
</li>
<li>
<a href="http://10.220.1.12/mantis/view_all_bug_page.php">
<i class="menu-icon fa fa-list-alt"></i> 
<span class="menu-text"> Afficher les bogues </span>
</a>
<b class="arrow"></b>
</li>
<li>
<a href="http://10.220.1.12/mantis/bug_report_page.php">
<i class="menu-icon fa fa-edit"></i> 
<span class="menu-text"> Rapporter un bogue </span>
</a>
<b class="arrow"></b>
</li>
<li>
<a href="http://10.220.1.12/mantis/changelog_page.php">
<i class="menu-icon fa fa-retweet"></i> 
<span class="menu-text"> Historique des changements </span>
</a>
<b class="arrow"></b>
</li>
<li>
<a href="http://10.220.1.12/mantis/roadmap_page.php">
<i class="menu-icon fa fa-road"></i> 
<span class="menu-text"> Calendrier </span>
</a>
<b class="arrow"></b>
</li>
<li>
<a href="http://10.220.1.12/mantis/summary_page.php">
<i class="menu-icon fa fa-bar-chart-o"></i> 
<span class="menu-text"> Synthèse </span>
</a>
<b class="arrow"></b>
</li>
<li>
<a href="http://10.220.1.12/mantis/manage_overview_page.php">
<i class="menu-icon fa fa-gears"></i> 
<span class="menu-text"> Administration </span>
</a>
<b class="arrow"></b>
</li>
</ul><div id="sidebar" class="sidebar-toggle sidebar-collapse"><i data-icon2="ace-icon fa fa-angle-double-right" data-icon1="ace-icon fa fa-angle-double-left" class="ace-icon fa fa-angle-double-left"></i></div></div><div class="main-content">
<div id="breadcrumbs" class="breadcrumbs noprint">
<ul class="breadcrumb">
  <li><i class="fa fa-user home-icon active"></i>  <a href="http://10.220.1.12/mantis/account_page.php">atighrine ( Aghiles ATI. TIGHRINE ) </a>
  <span class="label hidden-xs label-default arrowed">administrateur</span></li>
</ul>
<div id="nav-search" class="nav-search"><form class="form-search" method="post" action="http://10.220.1.12/mantis/jump_to_bug.php"><span class="input-icon"><input type="text" name="bug_id" autocomplete="off" class="nav-search-input" placeholder="Bogue #"><i class="ace-icon fa fa-search nav-search-icon"></i></span></form></div>
</div>
  <div class="page-content">
<div class="row">
<div class="col-md-12 col-xs-12"><div class="space-20"></div><div class="alert alert-danger"><p class="bold">APPLICATION ERROR #1100</p><p>Bogue 225641 introuvable.</p><div class="error-info">Merci d'utiliser le bouton «&nbsp;Précédent&nbsp;» de votre navigateur web pour retourner à la page précédente. Vous pourrez y corriger les problèmes identifiés par cette erreur ou choisir une autre action. Vous pouvez aussi choisir une option de la barre de menu pour aller directement dans une nouvelle section.</div><p>		</p><table class="width-100">
			<tbody><tr>
				<td>Full path: /var/www/html/mantis/core/bug_api.php</td>
			</tr>
			<tr>
				<td>Line: 952</td>
			</tr>
			<tr>
				<td>
					<table class="width100" style="table-layout:fixed;"><tbody><tr><th>Variable</th><th>Value</th><th>Type</th></tr><tr><td style="width=20%; word-wrap:break-word; overflow:auto;">p_bug_id</td><td style="width=70%; word-wrap:break-word; overflow:auto;">225641</td><td style="width=10%;">integer</td></tr>
<tr><td style="width=20%; word-wrap:break-word; overflow:auto;">p_trigger_errors</td><td style="width=70%; word-wrap:break-word; overflow:auto;">1</td><td style="width=10%;">boolean</td></tr>
<tr><td style="width=20%; word-wrap:break-word; overflow:auto;">c_bug_id</td><td style="width=70%; word-wrap:break-word; overflow:auto;">225641</td><td style="width=10%;">integer</td></tr>
<tr><td style="width=20%; word-wrap:break-word; overflow:auto;">t_query</td><td style="width=70%; word-wrap:break-word; overflow:auto;">SELECT bt.* FROM {bug_text} bt, {bug} b
				  WHERE b.id=? AND b.bug_text_id = bt.id</td><td style="width=10%;">string</td></tr>
<tr><td style="width=20%; word-wrap:break-word; overflow:auto;">t_row</td><td style="width=70%; word-wrap:break-word; overflow:auto;"></td><td style="width=10%;">boolean</td></tr>
<tr><td colspan="3" style="word-wrap:break-word"><br><strong>g_cache_bug_text</strong></td></tr><tr><td colspan="3"><table class="width100" style="table-layout:fixed;"><tbody><tr><th>Variable</th><th>Value</th><th>Type</th></tr><tr><td style="width=20%; word-wrap:break-word; overflow:auto;">225641</td><td style="width=70%; word-wrap:break-word; overflow:auto;"></td><td style="width=10%;">boolean</td></tr>
</tbody></table></td></tr></tbody></table>				</td>
			</tr>
		</tbody></table>
<p></p><p></p><div class="table-responsive"><table class="table table-bordered table-striped table-condensed"><tbody><tr><th>Filename</th><th>Line</th><th></th><th></th><th>Function</th><th>Args</th></tr><tr><td>/var/www/html/mantis/core/bug_api.php</td><td>952</td><td>-</td><td>-</td><td>trigger_error</td><td>( &lt;string&gt;'1100', &lt;integer&gt;256 )</td></tr><tr><td>/var/www/html/mantis/core/bug_api.php</td><td>1444</td><td>-</td><td>-</td><td>bug_text_cache_row</td><td>( &lt;integer&gt;225641 )</td></tr><tr><td>/var/www/html/mantis/core/bug_api.php</td><td>1469</td><td>-</td><td>-</td><td>bug_get_extended_row</td><td>( &lt;integer&gt;225641 )</td></tr><tr><td>/var/www/html/mantis/bug_view_inc.php</td><td>87</td><td>-</td><td>-</td><td>bug_get</td><td>( &lt;integer&gt;225641, &lt;boolean&gt;true )</td></tr><tr><td>/var/www/html/mantis/view.php</td><td>37</td><td>-</td><td>-</td><td>include</td><td>( &lt;string&gt;'/var/www/html/mantis/bug_view_inc.php' )</td></tr></tbody></table><p></p></div></div></div>
</div>
</div>
<div class="clearfix"></div>
<div class="space-20"></div>
<div class="footer noprint">
<div class="footer-inner">
<div class="footer-content">
<div class="col-md-6 col-xs-12 no-padding">
<address>
<strong>Powered by <a href="https://www.mantisbt.org/" title="bug tracking software">MantisBT </a></strong> <br>
<small>Copyright © 2000 - 2017 MantisBT Team</small><br><small>Contactez <a href="mailto:webmaster@example.com" title="Contacter le webmaster par courrier électronique."> l'administrateur</a> pour une assistance</small><br>
</address>
</div>
<div class="col-md-6 col-xs-12">
<div class="pull-right" id="powered-by-mantisbt-logo">
<a href="https://www.mantisbt.org/" title="Mantis Bug Tracker: a free and open source web based bug tracking system."><img src="./MantisBT_files/mantis_logo.png" width="102" height="35" alt="Powered by Mantis Bug Tracker: a free and open source web based bug tracking system."></a>
</div>
</div>
</div>
</div>
</div>
<a class="btn-scroll-up btn btn-sm btn-inverse display" id="btn-scroll-up" href="http://10.220.1.12/mantis/view.php?id=225641#">
<i class="ace-icon fa fa-angle-double-up icon-only bigger-110"></i>
</a>
</div>
	<script type="text/javascript" src="./MantisBT_files/bootstrap-3.3.6.min.js.téléchargement"></script>
	<script type="text/javascript" src="./MantisBT_files/moment-with-locales-2.15.2.min.js.téléchargement"></script>
	<script type="text/javascript" src="./MantisBT_files/bootstrap-datetimepicker-4.17.43.min.js.téléchargement"></script>
	<script type="text/javascript" src="./MantisBT_files/typeahead.jquery-1.1.1.min.js.téléchargement"></script>
	<script type="text/javascript" src="./MantisBT_files/list-1.4.1.min.js.téléchargement"></script>
	<script type="text/javascript" src="./MantisBT_files/ace.min.js.téléchargement"></script>


</div></body></html>
MantisBT.html (18,350 bytes)   
atrol

atrol

2017-07-20 05:30

developer   ~0057266

What's the result of the following statement?

select bug_text_id from mantis_bug_table where id = 225641;
aghiles

aghiles

2017-07-20 05:38

reporter   ~0057267

This is the result:

MariaDB [bugtracker]> select bug_text_id from mantis_bug_table where id = 225641;
+------------------+
| bug_text_id |
+------------------+
| 225642 |
+------------------+

Result.PNG (4,414 bytes)   
Result.PNG (4,414 bytes)   
atrol

atrol

2017-07-20 06:12

developer   ~0057268

Last edited: 2017-07-20 06:13

What's the result of the following statement?

select * from mantis_bug_text_table where id = 225642;
aghiles

aghiles

2017-07-20 06:29

reporter   ~0057269

This is the result

Capture-2.PNG (4,306 bytes)   
Capture-2.PNG (4,306 bytes)   
aghiles

aghiles

2017-07-20 06:42

reporter   ~0057270

Sorry I upload an incorrect answer, this is the good result:

MariaDB [bugtracker]> select * from mantis_bug_text_table where id = 225642;
Empty set (0.00 sec)

atrol

atrol

2017-07-20 08:12

developer   ~0057271

So for whatever reason there is a problem in your database as there are missing entries in mantis_bug_text_table.

I set this issue to "no change required".
Feel free to reopen the issue if you are able to provide step by step description to create such kind of incomplete issues in database.