/wp-content/plugins/revslider/includes/output.class.php on line 2905

I’m getting the following error when adding a rev slider to the page.

Warning: trim() expects parameter 1 to be string, array given in /home/bigfootn/public_html/wp-content/plugins/revslider/includes/output.class.php on line 2905

It doesn’t always happen…

Can you help?

Hello There,

Thanks for writing in! What you are seeing is just a PHP warning from the plugin. You can get rid of it by disabling the debug mode. You can do this by opening wp-config.php and adding define( 'WP_DEBUG' , true ); just above /* That's all, stop editing! Happy blogging. */

For example:

define('WP_DEBUG', true);

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

When you revisit the page, you should no longer see that warning.

Please let us know how it goes.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.