View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0035255 | mantisbt | plug-ins | public | 2025-01-23 06:39 | 2025-03-01 18:40 |
| Reporter | dregad | Assigned To | dregad | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Target Version | 2.27.1 | Fixed in Version | 2.27.1 | ||
| Summary | 0035255: Unknown named parameter $bug_id | ||||
| Description | On PHP 8.0 and later, when a plugin hooks EVENT_DISPLAY_EMAIL_BUILD_SUBJECT and the registered callback function does not specify the INTERNAL APPLICATION ERROR | ||||
| Additional Information | Initially reported in
| ||||
| Tags | PHP 8 | ||||
|
Same problem as 0033058. This event signal was introduced by 0015648 (MantisBT master b292ef1b) |
|
|
MantisBT: master b292ef1b 2013-04-19 07:56 Details Diff |
Add plugin event for e-mail subject customization New event: EVENT_DISPLAY_EMAIL_BUILD_SUBJECT Fixes 0015648 |
Affected Issues 0015648, 0035255 |
|
| mod - core/email_api.php | Diff File | ||
| mod - core/events_inc.php | Diff File | ||
|
MantisBT: master-2.27 0b207609 2025-01-23 06:55 Details Diff |
Fix Unknown named parameter $bug_id error on PHP 8+ Remove array key when calling event_signal() in email_build_subject(). Fixes 0035255 |
Affected Issues 0035255 |
|
| mod - core/email_api.php | Diff File | ||