Navigation überspringen

[Geschlossen] Me aparece un error de el plugin Toolset Types

This support ticket is created vor 3 Wochen, 1 Tag. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Dieses Thema enthält 1 Antwort, hat 1 Stimme.

Zuletzt aktualisiert von Christopher Amirian vor 2 Wochen, 4 Tage.

Assistiert von: Christopher Amirian.

Author
Artikel
#2786798
error-toolset.jpg

Hola me aparece un error que no se como quitarlo, es este de abajo.
>code>Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/vhosts/inpublici.com/metricdas.com/wp-content/plugins/types/vendor/toolset/types/embedded/usermeta-init.php on line 258[/php]
He descativado todos los plugins menos "Toolset Types" versión 3.5.2 y me sigue aparecendo en la seccion dentro de un usuario.
Saludos.
Rafa Corts

#2787224

Christopher Amirian
Supporter

Sprachen: Englisch (English )

Hi Rafa,

Welcome to the Toolset forum. We can answer only in English in the Toolset forum.

The screenshot you shared is not an error. It's a deprecation message. The deprecation message means that on the next update of the PHP language, there might be an error happening, but for the current version that you are using, it will not have any effect and the normal work should continue on your website.

To remove the message, you can simply go to wp-config.php file on your WordPress root installation and add the line below:

define( 'WP_DEBUG', false );
define( 'WP_DEBUG_LOG', false );
define( 'WP_DEBUG_DISPLAY', false );

Please add the code above the line below:

/* That's all, stop editing! Happy blogging. */

Thanks.

Das Thema „[Geschlossen] Me aparece un error de el plugin Toolset Types“ ist für neue Antworten geschlossen.