Skip to content
Public Ticket #8049

Slider Revolution

Conversation thread

PenciDesign replied

Staff Reply

Hi,

Seem that's issues come from Slider Revolution itself. You can see here:

https://codecanyon.net/item/slider-revolution-responsive-wordpress-plugin/2751380/comments?page=933#comment_21097714

Those are just warning not errors, you can disable warnings notifications in wordpress.

In that case, you can replace this line from your wp-config.php file:

define('WP_DEBUG', false);

with this:

ini_set('display_errors','Off');
ini_set('error_reporting', E_ALL );
define('WP_DEBUG', false);
define('WP_DEBUG_DISPLAY', false);

I hope that helps you out there!

Also, I recommend you update PHP to higher version to make everything running fine as author of plugin recommend.

Thanks

Susana65 replied

Customer Reply

I forget the screen photo

Susana65 started the conversation

Conversation Start

Hello,
I have a problem with the Slider Revolution plugin, as soon as I activate it I get an error message that appears at the top of the page.

Do you know how to remove it?

Thank you for your help

Have a good day

Want to join this conversation or access attachments? Sign in first.