View Issue Details

IDProjectCategoryView StatusLast Update
0035636mantisbtbugtrackerpublic2025-04-13 16:02
Reporterpikachurus Assigned Toatrol  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionno change required 
Platformx86_64OSUbuntuOS Version20.04
Product Version2.27.1 
Summary0035636: INTERNAL APPLICATION ERROR on my_view_page.php page after upgrade from 2.26.4 to 2.27.1
Description

Hi.

in the process of upgrading from 2.26.4 to 2.27.1:

Checking URL to installation    POSSIBLE PROBLEM
Web page at 'https://xxxxx.com/' does not appear to be a MantisBT site.
The system will not function properly if this URL is not accessible.

in address bar: https://xxxxx.com/admin/install.php

in config.php:
$g_path = 'https://xxxxx.com/';

but the upgrade process itself went without any errors.

then after clicking https://xxxxx.com/my_view_page.php

INTERNAL APPLICATION ERROR

in nginx logs:

2025/03/20 16:29:41 [error] 1368#1368: *8 FastCGI sent in stderr: "PHP message: array_merge(): Argument #1 must be of type array, null given
/var/www/job/my_view_inc.php: 282: - - - - array_merge()
/var/www/job/my_view_page.php: 155: - - - - include( <string>'/var/www/job/my_view_inc.php' )" while reading response header from upstream, client: 192.168.66.37, server: xxxxx.com, request: "GET /my_view_page.php HTTP/2.0", upstream: "fastcgi://unix:/var/run/php/php8.1-fpm.sock:", host: "xxxxx.com", referrer: "https://xxxxx.com/admin/install.php"

EDIT (dregad): fix markdown

TagsNo tags attached.

Relationships

related to 0033343 closedatrol configurable custom status for my_view_boxes page 

Activities

atrol

atrol

2025-03-20 10:35

developer   ~0070006

Did you change $g_my_view_boxes?
Maybe related to / caused by your tweaks? see 0033343

dregad

dregad

2025-03-21 18:31

developer   ~0070015

I'm not able to reproduce this. As @atrol suggested, this is likely caused by local configuration / customization.

pikachurus

pikachurus

2025-03-27 08:42

reporter   ~0070040

yes, i using tweak with $g_my_view_boxes

but previous upgrades (2.26.0 -> 2.26.4) works fine

problem only with last one (2.26.4 -> 2.27.1)

but thanks for a tip!

dregad

dregad

2025-03-28 09:24

developer   ~0070043

I'm resolving this issue, since it appears to be caused by unsupported changes to MantisBT source code.