Problem/Motivation

Deprecated function: parse_str(): Passing null to parameter #1 ($string) of type string is deprecated in views_field_tooltip__get_tooltip_url() (line 699 of views_field_tooltip/views_field_tooltip.module).
Deprecated function: strtr(): Passing null to parameter #1 ($string) of type string is deprecated in views_field_tooltip__inject_tooltip() (line 549 of views_field_tooltip/views_field_tooltip.module).

Steps to reproduce

Proposed resolution

Check the variable before using it in those functions.

Remaining tasks

User interface changes

API changes

Data model changes

CommentFileSizeAuthor
#2 3399952-2-php8.1-deprecations.patch1.01 KBjoelpittet

Comments

joelpittet created an issue. See original summary.

joelpittet’s picture

Status: Active » Needs review
StatusFileSize
new1.01 KB

Here will solve some of the deprecation I noticed in my log.

joelpittet’s picture

Issue summary: View changes