Opened 2 years ago
Closed 2 years ago
#61707 closed defect (bug) (duplicate)
Minor problem in WP 6.6
| Reported by: | martenw | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | |
| Severity: | minor | Keywords: | |
| Cc: | Focuses: |
Description (last modified by )
PHP Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in C:\Xampp\apps\wordpress\htdocs\wp-includes\functions.php on line 7300
PHP Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in C:\Xampp\apps\wordpress\htdocs\wp-includes\functions.php on line 2189
Change History (1)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Hi again!
Those two functions are
wp_normalize_path()andwp_is_stream(), same as #60636. The error should be found in a function that feedswp_normalize_path()a non-string value, often caused by a plugin setting the first parameter ofadd_submenu_page()tonull.I'll close this ticket as a duplicate of #57580.