Deprecated function: str_replace()

Created on 7 February 2025, about 2 months ago

Problem/Motivation

I am getting this error in the log messages:

Deprecated function: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in Drupal\ai_assistant_api\Service\AssistantMessageBuilder->buildMessage() (line 110 of /var/www/html/web/modules/contrib/ai/modules/ai_assistant_api/src/Service/AssistantMessageBuilder.php)

Solution:
This is a PHP 8.1+ deprecation warning to ensure the placeholders are safely replaced.
To fix this you can convert NULL to an empty string before calling str_replace().

Steps to reproduce

I am using Core 11.1.2 and AI module version 1.0.4.

🐛 Bug report
Status

Active

Version

1.1

Component

AI Assistants API

Created by

🇺🇸United States torfj Seattle, WA

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024