Hi all,
While there is no single specific error log in this thread, the plugin names mentioned here match the plugins that are known to be causing a particular issue when Yoast 17.8 is installed. Therefore, the following message may apply to most, if not all, participants of this thread.
The WPSEO_Frontend
class has been deprecated since version 14.0 of our plugin. In version 17.8, we completely removed it. If any code tries to access that class, it will throw a fatal error.
This most likely means that there is code in your website that is trying to do this. To fix the problem, you will have to find the plugin or custom code responsible and disable / change it. Most of the time, the fatal error will be accompanied by a message showing which files were trying to execute the failing code, and a plugin name may be found in there.
If you have written this code yourself, please see https://developer.yoast.com/blog/yoast-seo-14-0-using-yoast-seo-surfaces/ for alternatives. If you find that it is a plugin or theme that is calling this code, please contact the maintainer of that add-on (and feel free to share the previous link with them).
Some of the plugins that we know of that had this code have since updated their plugins to mitigate this. Please make sure you are running the latest versions of all your plugins and themes.