We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This function can return null, which gets picket up by wp_normalize_path and wp_is_stream.
null
wp_normalize_path
wp_is_stream
https://github.com/Freemius/wordpress-sdk/blob/master/includes/supplements/fs-essential-functions-1.1.7.1.php#L42
ErrorException: Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated #14 /wp/wp-includes/functions.php(2187): wp_normalize_path #13 /wp/wp-includes/plugin.php(769): plugin_basename #12 /app/mu-plugins/tablepress/libraries/freemius/start.php(181): require_once #11 /app/mu-plugins/tablepress/tablepress.php(62): tb_tp_fs #10 /app/mu-plugins/tablepress/tablepress.php(93): include_once
ErrorException: Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated #15 /wp/wp-includes/functions.php(7288): wp_is_stream #14 /wp/wp-includes/functions.php(2180): wp_normalize_path #13 /wp/wp-includes/plugin.php(769): plugin_basename #12 /app/mu-plugins/tablepress/libraries/freemius/start.php(181): require_once #11 /app/mu-plugins/tablepress/tablepress.php(62): tb_tp_fs #10 /app/mu-plugins/tablepress/tablepress.php(93): include_once
Reference: TablePress/TablePress#196
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem
This function can return
null
, which gets picket up bywp_normalize_path
andwp_is_stream
.https://github.com/Freemius/wordpress-sdk/blob/master/includes/supplements/fs-essential-functions-1.1.7.1.php#L42
Stacktrace
Reference: TablePress/TablePress#196
The text was updated successfully, but these errors were encountered: