- last update
over 1 year ago 1 pass
Deprecated function: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in modernizr_requirements() (line 33 of modernizr/modernizr.install).
At /admin/reports/status, when libraries is enabled but the Modernizr library has not yet been installed the hook_requirements()
implementation calls strpos()
with a boolean needle instead of a string.
Let's make sure the libraries path is a string before using it as such.
Needs review
3.0
Code
The issue particularly affects sites running on PHP version 7.3.0 or later.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.