View Issue Details

IDProjectCategoryView StatusLast Update
5698Composrcorepublic2024-04-18 02:17
ReporterAdam Edington Assigned ToPDStig  
PriorityhighSeverityminor 
Status resolvedResolutionfixed 
Product Version10.0.47 
Fixed in Version10.0.48.beta 
Summary5698: Additional PHP 8 deprecation errors
DescriptionFunction utf8_encode() is deprecated in /sources/global3.php on line 946

str_replace(): Passing null to parameter 2 ($replace) of type array|string is deprecated in /sources/crud_module.php on line 717

Uncaught TypeError: array_keys(): Argument #1 ($array) must be of type array, null given in /sources/comcode.php:260
TagsNo tags attached.
Attach Tags
Time estimation (hours)
Sponsorship open

Sponsor

Date Added Member Amount Sponsored

Relationships

has duplicate 5676 ResolvedPDStig Deprecated: str_replace() 
related to 5700 ResolvedPDStig utf8_* deprecated in PHP 8.2 

Activities

admin

2024-04-14 22:16

administrator   ~8590

Automated message: This issue was created using the Report Issue Wizard on the Composr homesite.

PDStig

2024-04-14 22:18

administrator   ~8591

Connected to topic 3433
https://compo.sr/forum/topicview/browse/deploying/check-in-how-is.htm

PDStig

2024-04-18 02:15

administrator   ~8630

"str_replace(): Passing null to parameter 0000002 ($replace) of type array|string is deprecated in /sources/crud_module.php on line 717"

I cannot find this one. The parameter being passed into str_replace is already being guarded by a not is null check. Are you sure you're running 10.0.47? Or maybe I fixed this already for 10.0.48 and can't remember that I did.

PDStig

2024-04-18 02:16

administrator   ~8631

Disregard the above, I found the problem.

Issue History

Date Modified Username Field Change
2024-04-14 22:17 PDStig Reporter user4172 => user4160
2024-04-14 22:17 PDStig Assigned To => user4172
2024-04-14 22:17 PDStig Status Not Assigned => Assigned
2024-04-14 22:17 PDStig Description Updated
2024-04-14 22:18 PDStig Note Added: 0008591
2024-04-14 22:48 Adam Edington Relationship added has duplicate 5676
2024-04-15 03:18 PDStig Relationship added related to 5700
2024-04-18 02:15 PDStig Note Added: 0008630
2024-04-18 02:16 PDStig Note Added: 0008631
2024-04-18 02:17 PDStig Status Assigned => Resolved
2024-04-18 02:17 PDStig Resolution open => fixed