View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000678 | XMB1 | Bugs | public | 2023-07-28 07:11 | 2023-08-05 19:52 |
Reporter | miqrogroove | Assigned To | miqrogroove | ||
Priority | normal | Severity | minor | Reproducibility | sometimes |
Status | closed | Resolution | fixed | ||
Product Version | 1.9.12.05 | ||||
Target Version | 1.9.12.05 | ||||
Summary | 0000678: Audit usage of postify() for null inputs | ||||
Description | There are unresolved scenarios where outer table joins produce null values from non-nullable table fields, which later get passed into postify() and possibly other non-nullable arguments. | ||||
Additional Information | PHP Fatal error: Uncaught TypeError: postify(): Argument # 1 ($message) must be of type string, null given, called in viewthread.php on line 746 and defined in include/functions.inc.php:546 Stack trace: # 0 viewthread.php(840): postify(NULL, 'no', 'no', 'yes', 'no', 'on', 'yes', false) # 1 {main} thrown in include/functions.inc.php on line 546 | ||||
Tags | No tags attached. | ||||
MySQL Version | |||||
PHP Version | |||||
Web Server | |||||
Browser | |||||
Flags | |||||
Original Reporter | |||||
SVN Revision | 3013 | ||||
Git Commit | |||||
child of | 0000675 | closed | miqrogroove | PHP 8.1 Deprecated: Passing null to non-nullable parameters |
Date Modified | Username | Field | Change |
---|---|---|---|
2023-07-28 07:11 | miqrogroove | New Issue | |
2023-07-28 07:11 | miqrogroove | Relationship added | child of 0000675 |
2023-07-28 07:11 | miqrogroove | Assigned To | => miqrogroove |
2023-07-28 07:11 | miqrogroove | Status | new => assigned |
2023-07-28 07:13 | miqrogroove | Additional Information Updated | |
2023-07-28 08:27 | miqrogroove | Status | assigned => resolved |
2023-07-28 08:27 | miqrogroove | Resolution | open => fixed |
2023-07-28 08:27 | miqrogroove | SVN Revision | => 3013 |
2023-08-05 19:52 | miqrogroove | Status | resolved => closed |