Search found 4 matches
- 01 Apr 2022, 10:48
- Forum: Help
- Topic: SYSTEM WARNING with 'Undefined array key "new"' when upgrading to 2.25.2
- Replies: 7
- Views: 14015
Re: SYSTEM WARNING with 'Undefined array key "new"' when upgrading to 2.25.2
I just deleted the customized $g_my_view_boxes from config_inc.php but I still get the issue. Will it be easier if I change to PHP lower than 8?
- 01 Apr 2022, 09:36
- Forum: Help
- Topic: SYSTEM WARNING with 'Undefined array key "new"' when upgrading to 2.25.2
- Replies: 7
- Views: 14015
Re: SYSTEM WARNING with 'Undefined array key "new"' when upgrading to 2.25.2
Yes, I changed as below.
$g_my_view_boxes = array(
'assigned' => '1',
'unassigned' => '2',
'reported' => '3',
'resolved' => '4',
'recent_mod' => '0',
'monitored' => '0',
'feedback' => '0',
'verify' => '0',
'my_comments' => '0'
);
I'm using PHP 8.1.3. I also upgraded another site from ...
$g_my_view_boxes = array(
'assigned' => '1',
'unassigned' => '2',
'reported' => '3',
'resolved' => '4',
'recent_mod' => '0',
'monitored' => '0',
'feedback' => '0',
'verify' => '0',
'my_comments' => '0'
);
I'm using PHP 8.1.3. I also upgraded another site from ...
- 01 Apr 2022, 05:40
- Forum: Help
- Topic: SYSTEM WARNING with 'Undefined array key "new"' when upgrading to 2.25.2
- Replies: 7
- Views: 14015
Re: SYSTEM WARNING with 'Undefined array key "new"' when upgrading to 2.25.2
Hi atrol,
I've upgraded from version 2.9.0.
I've upgraded from version 2.9.0.
- 31 Mar 2022, 16:35
- Forum: Help
- Topic: SYSTEM WARNING with 'Undefined array key "new"' when upgrading to 2.25.2
- Replies: 7
- Views: 14015
SYSTEM WARNING with 'Undefined array key "new"' when upgrading to 2.25.2
I just upgraded to 2.25.2 version but I got the below error on My View page and it can't be displayed at all. could anyone help?
SYSTEM WARNING
'Undefined array key "new"' in '/usr/share/nginx/html/lqa_new/my_view_inc.php' line 243
Please use the "Back" button in your web browser to return to the ...
SYSTEM WARNING
'Undefined array key "new"' in '/usr/share/nginx/html/lqa_new/my_view_inc.php' line 243
Please use the "Back" button in your web browser to return to the ...