• Resolved Steve Jones

    (@stevejonesdev)


    This plugin is conflicting with other plugins using the simple_html_dom class because there isn’t a check for this class.

    Specifically my plugin: https://www.ads-software.com/plugins/accessibility-checker/

    In your common.php file, you could update the require_once to something like this:

    if ( ! class_exists( 'simple_html_dom' ) ) {
      require_once __DIR__ . '/lib/simple_html_dom.php';
    }

    This would prevent the fatal error that is happening now for users. Let me know if you can make this update.

    Thanks!

Viewing 1 replies (of 1 total)
  • Plugin Author sergiotrinity

    (@sergiotrinity)

    hey @stevejonesdev ,

    Many thanks for bringing this to our attention! The issue should be fixed in the latest plugin version (5.4.4)
    Please let us know if you have any other issues,

    TrinityAudio team

Viewing 1 replies (of 1 total)
  • The topic ‘Simple HTML DOM class plugin conflict’ is closed to new replies.