[wp-trac] [WordPress Trac] #61363: warnings appearing in log - php 8.3 related deprecations?
WordPress Trac
noreply at wordpress.org
Tue Jun 4 15:39:52 UTC 2024
#61363: warnings appearing in log - php 8.3 related deprecations?
-------------------------------+------------------------------
Reporter: hyperpolymath | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: 6.5.3
Severity: normal | Resolution:
Keywords: needs-patch php81 | Focuses: administration
-------------------------------+------------------------------
Changes (by jrf):
* keywords: needs-patch => needs-patch php81
* focuses: administration, php-compatibility => administration
Comment:
@hyperpolymath Thank you for opening this ticket and welcome to WordPress
Trac.
Unfortunately the ticket is not actionable as-is.
The notices you are seeing are PHP 8.1 deprecations and are most likely
caused by a plugin or theme doing something wrong.
These instances will need a function stack backtrace to figure out where
the problem originates as the function(s) in the `functions.php` file is
passed incorrect information, which should be fixed at the point the
information is passed, not where it is received (which is where the
deprecation is being thrown).
--
Ticket URL: <https://core.trac.wordpress.org/ticket/61363#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list