Skip Navigation

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

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.

This topic contains 1 reply, has 1 voice.

Last updated by Christopher Amirian 2 weeks, 1 day ago.

Assisted by: Christopher Amirian.

Author
Posts
#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

Languages: English (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.

The topic ‘[Closed] Me aparece un error de el plugin Toolset Types’ is closed to new replies.