Sauter la navigation

[Fermé] Me aparece un error de el plugin Toolset Types

This support ticket is created Il y a 1 mois et 1 semaine. 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.

Ce sujet contient 1 réponse, a 1 voix.

Dernière mise à jour par Christopher Amirian Il y a 1 mois.

Assisté par: Christopher Amirian.

Auteur
Publications
#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

Les langues: Anglais (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.

Le sujet ‘[Fermé] Me aparece un error de el plugin Toolset Types’ est fermé à de nouvelles réponses.