View Issue Details

IDProjectCategoryView StatusLast Update
0032612mantisbtbugtrackerpublic2023-10-14 12:28
Reportershaun.hirst Assigned Todregad  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version2.25.7 
Target Version2.25.8Fixed in Version2.25.8 
Summary0032612: DEPRECATED: 'Creation of dynamic property BugData::$bug_text_id
Description

when viewing a ticket i see the following message

DEPRECATED: 'Creation of dynamic property BugData::$bug_text_id

Additional Information

PHP version: 8.2.6
Schema Version: 211
Database Driver: mysqli
Database Version: 8.0.33

i also had to update adodb to v5.22.5 in order to get the install working

adding protected $bug_text_id; to /var/www/html/core/bug_api.php in the BugData class resolves the issue

TagsPHP 8.2
Attached Files

Relationships

related to 0032028 closeddregad Update ADOdb to 5.22.6 
child of 0032027 closeddregad PHP 8.2 support 

Activities

dregad

dregad

2023-05-25 15:40

developer   ~0067783

Thanks for the report. Please note that PHP 8.2 is not supported in 2.25 branch. See 0032027

dregad

dregad

2023-05-25 15:47

developer   ~0067784

ADOdb upgrade to 5.22 is covered in 0032028

Related Changesets

MantisBT: master-2.25 0ba485e0

2023-05-26 11:04

dregad


Details Diff
Define BugData::$bug_text_id property

Avoid PHP 8.2 warning 'Creation of dynamic property is deprecated'.

Fixes 0032612
Affected Issues
0032612
mod - core/bug_api.php Diff File