Revolution Slider issue message at the top of website

Hello there

I didn’t make any changes to my revolution slider in ages. I now see these error messages on every page.

Could you please kindly help?

Thank you!

https://tatyanakozh.staging.wpengine.com/

Hello @tatyana_kozh,

Thanks for writing in!

You are seeing PHP Warning Messages. These messages were displaying because you have the debug mode enabled. To get rid of these messages, kindly disable debug mode. You can do this by opening wp-config.php and adding

define('WP_DEBUG', false);

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

When you revisit the page, you should no longer be seeing those messages.

Kindly let us know how it goes.

Thank you so much for your stellar response :slight_smile:

Could you please kindly provide further details as you are speaking to a dummy here :slight_smile: where do I go step by step to add the code?

Also, is there anything actually wrong with the slider that I started seeing this message?

Hey @tatyana_kozh,

Regretfully, we can’t show you the steps as that depends on your web host. It is your web host that can help you with this.

You basically would need to open the folder where you installed WordPress and find wp-config.php. Open that file and change WP_DEBUG to false.

To learn more how to do debugging in WordPress, please visit https://wordpress.org/support/article/debugging-in-wordpress/

Hope that helps.

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