Home Arrow Icon Knowledge base Arrow Icon Global Arrow Icon Are there specific error messages I should look for when debugging custom assessments
    Yoast SEO custom assessments debugging errors WPSEO_Redirect_Manager cURL errors WooCommerce functions SEO optimization


Are there specific error messages I should look for when debugging custom assessments


here are some common error messages to look for when debugging custom assessments in the Yoast SEO plugin:

1. "Cannot instantiate abstract class WPSEO_Redirect_Manager": This error can occur if you try to instantiate an abstract class directly. Make sure you are properly extending the `Assessment` class provided by Yoast SEO.

2. cURL errors: These errors indicate that your server is using an outdated version of cURL, TLS, or OpenSSL, which is preventing the plugin from securely connecting to Yoast's servers for updates. You'll need to contact your web host to resolve these issues.

3. "Uncaught Error: Call to undefined function wc_print_notices()": This error can occur if your custom assessment relies on functions or classes from other plugins, like WooCommerce, that are not properly loaded or available. Ensure your assessment code is self-contained and doesn't depend on external functionality.

4. "Oops, something has gone wrong and we couldn't complete the optimization of your SEO data": This error can occur if there are issues with the Yoast SEO plugin's internal processes, such as the link indexing or content analysis. It may not be directly related to your custom assessment, but you should still investigate the root cause.

In general, when debugging custom assessments, be sure to:

- Wrap your code in try-catch blocks to handle errors gracefully
- Log any errors or unexpected behavior to help with troubleshooting
- Ensure your assessment code is self-contained and doesn't rely on external functionality
- Check the Yoast SEO plugin's documentation for any known issues or compatibility concerns

By addressing these common error messages, you can more effectively debug and maintain your custom assessments for the Yoast SEO plugin.

Citations:
[1] https://developer.yoast.com/customization/yoast-seo/adding-custom-assessments/
[2] https://yoast.com/help/common-installation-update-errors/
[3] https://yoast.com/help/how-to-check-for-plugin-conflicts/
[4] https://xtemos.com/forums/topic/yoast-seo-problem/
[5] https://wp-staging.com/fix-yoast-error-something-has-gone-wrong/