Error message removing plugins

Hi Guys

For the last week, when I have been removing plugins from the website I end up with an error message in the backend of the site which is getting to be a long list the more I remove. I have updated template, re-added the plugins (then removed again) but to no avail. I would appreciate your assistance:

EXAMPLES:

Warning: fopen(/home/XXXXXX/public_html/XXXXXX/wp-content/plugins/revslider-paintbrush-addon/revslider-paintbrush-addon.php): failed to open stream: No such file or directory in /home/XXXXXX/public_html/XXXXXX/wp-includes/functions.php on line 5699

Warning: fread() expects parameter 1 to be resource, boolean given in /home/XXXXXt/public_html/XXXXXX/wp-includes/functions.php on line 5702

Warning: fclose() expects parameter 1 to be resource, boolean given in /home/XXXXXX/public_html/XXXXXX/wp-includes/functions.php on line 5705

Thank you

Hello @BurntCork,

Thanks for writing in! You are seeing PHP Warning because you have deleted or removed Rev Paintbrush Addon. To get rid of this messages, you will have to disable the debug mode. You can do this by opening wp-config.php and adding


define('WP_DEBUG', true);

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

When you revisit the page, you should no longer see those PHP Warning messages.

Thank you - all is well again

You’re most welcome,

Cheers!

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