WPIntell

Source evidence

Simple HTML DOM class plugin conflict

Trinity Audio – Text to Speech AI audio player to convert content into audio · support · 2023-03-13T17:24:00+00:00

mixedsentiment
highseverity
0.77relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

2 / 30 rows with source links

6.7% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

28 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Steve Jones resolved
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://wordpress.org/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! 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

Comments

1 shown
sergiotrinity 2023-03-15T10:17:00+00:00

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