WPIntell

Source evidence

Uncaught Exception TypeError in documentcloud

DocumentCloud · support · 2026-03-04T22:24:00+00:00

neutralsentiment
mediumseverity
0.42relevance
0replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

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

3 / 32 rows with source links

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

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

29 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
John Spellman unresolved
Hello, We’re encountering an error in the documentcloud plugin after a change to the following code block in the most recent version. It previously checked that the value was a string: if ( is_string( $value ) && 0 === strpos( $value, '#' ) ) { This block has been changed to: if ( 0 === strpos( $value, '#' ) ) { $value = rawurlencode( $value ); } We occasionally see the following error: Uncaught exception 'TypeError' with message 'strpos(): Argument #1 ($haystack) must be of type string, array given' in /var/www/wp-content/plugins/documentcloud/documentcloud.php:286 Would you consider restoring the type check (e.g., is_string( $value ) ) before calling strpos() in a future release to prevent this error? Thanks for your work on the plugin.

Comments

0 shown

No comments were stored for this source.