PHP Fatal Error – Trim
-
Hello support,
I have a constant error in my logs for the below:
PHP Fatal error: Uncaught TypeError: ltrim(): Argument #1 ($string) must be of type string, array given in /…/wp-includes/formatting.php:4477
thrown in /…/wp-includes/formatting.php on line 4477Using Query Monitor to try to trace this the only reference I can find is:
trim(): Passing null to parameter #1 ($string) of type string is deprecatedWith the paths:
wp-content/plugins/the-events-calendar/common/vendor/vendor-prefixed/stellarwp/db/src/DB/QueryBuilder/Clauses/From.php:33
wp-content/plugins/the-events-calendar/common/vendor/vendor-prefixed/stellarwp/db/src/DB/QueryBuilder/Clauses/Select.php:31These register as generated by Plugin: the-events-calendar
I need your assistance to fix this error. If you need additional details please let me know.
Thanks in advance.The page I need help with: [log in to see the link]
- The topic ‘PHP Fatal Error – Trim’ is closed to new replies.