Gradle NoClassDefFoundError XmlSlurper

If you getting this error: while building your app through Gradle, most likely that means that some of your Gradle plugins are not compatible with your version of Gradle. Consider changing either Gradle to the appropriate version or a problematic Gradle plugin. In my case, the latest com.github.ben-manes.versions plugin version was not compatible with my Gradle 6.x.

READ MORE

WordPress plugin conflict

There are some cases when at a certain moment something breaks on the WordPress site. One of the possible reasons is a conflict of installed plugins. If we cannot disable plugins in a productive environment, it will be convenient to use the plugin (yes, another one) Health Check & Troubleshooting. It is available at https://wordpress.org/plugins/health-check. […]

READ MORE