Details
-
Type: Sub-task
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.8.0-b1
-
Component/s: None
-
Labels:None
Description
Error:
strtolower(): Passing null to parameter #1 ($string) of type string is deprecated
Affected Files:
- /app/controllers/admin_clients.php (Line 6501)
- /app/controllers/client_services.php (Line 1677)
- /app/controllers/admin_main.php (Line 35)
- /app/controllers/client_main.php (Line 32)
- /app/controllers/client_pay.php (Line 19)
- /app/app_controller.php (Line 834)
- /app/client_controller.php (Line 24)
- /vendors/minphp/record/src/Record.php (Line 1501) See PR #10 on phillipsdata/minphp-record
Possible solution:
Modify the Controller.php class in minPHP Bridge, to set the value of the "action" property to "index", when an action is not passed to the controller.