View Issue Details

IDProjectCategoryView StatusLast Update
0036686mantisbtdb mysqlpublic2025-11-12 13:32
ReporterEmiliusz Assigned To 
PrioritynormalSeveritymajorReproducibilityhave not tried
Status feedbackResolutionopen 
Product Version2.27.3 
Summary0036686: MariaDB 10.4 or later
Description

When attempting to upgrade the MAriaDB database from version 10.4 to 10.11.15, the Mantisj application becomes unreadable. The entire visual configuration page is unreadable. The specification states MariaDB 10.4 or later.

TagsNo tags attached.

Activities

dregad

dregad

2025-11-12 13:32

developer   ~0070642

the Mantisj application becomes unreadable. The entire visual configuration page is unreadable.

Can you please clarify what you mean by "unreadable", maybe provide a screenshot ?

Did you try with detailed errors turned on ?

  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.

  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