View Issue Details

IDProjectCategoryView StatusLast Update
0000678XMB1Bugspublic2023-08-05 19:52
Reportermiqrogroove Assigned Tomiqrogroove  
PrioritynormalSeverityminorReproducibilitysometimes
Status closedResolutionfixed 
Product Version1.9.12.05 
Target Version1.9.12.05 
Summary0000678: Audit usage of postify() for null inputs
DescriptionThere 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 InformationPHP 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
TagsNo tags attached.
MySQL Version
PHP Version
Web Server
Browser
Flags
Original Reporter
SVN Revision3013
Git Commit

Relationships

child of 0000675 closedmiqrogroove PHP 8.1 Deprecated: Passing null to non-nullable parameters 

Activities

There are no notes attached to this issue.

Issue History

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