Warnings on php logs - anything to worry about or need action?

I’m getting these results on my log, the first one frequently, second one not so much (since Matomo 4 upagrade);

PHP Warning: trim() expects parameter 1 to be string, array given in C:\inetpub\wwwroot\piwik\core\Tracker\GoalManager.php

and

Error in Matomo (tracker): Error query: SQLSTATE[22003]: Numeric value out of range: 1264 Out of range value for column ‘time_transfer’ at row 1 In query: INSERT INTO matomo_log_link_visit_action (idvisit, idsite, idvisitor, idaction_url, idaction_url_ref, idaction_name_ref, server_time, idpageview, pageview_position, time_spent_ref_action, time_dom_completion, time_dom_processing, time_network, time_on_load, time_server, time_transfer, idaction_name) VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)

anything i need to do here? Has my db not updated properly?

Hi,

The latter sounds a lot like

For the former I don’t have a clue. Do you by chance use ecommerce tracking?
As the only trim() in this file I can find are related to that: