Make WordPress Core

Opened 4 years ago

Closed 22 months ago

Last modified 22 months ago

#49466 closed defect (bug) (worksforme)

/wp-includes/meta.php line 582 error

Reported by: yunse's profile yunse Owned by:
Milestone: Priority: normal
Severity: normal Version: 5.3.2
Component: Options, Meta APIs Keywords: reporter-feedback
Focuses: Cc:

Description

In Chrome Dev-Tools we get this error:
Networkissue:

{"Response Payload":{"EDITOR_CONFIG":{"text":"<br />\n<b>Notice</b>: Trying to access array offset on value of type bool in <b>/home/betailor/public_html/bt-staging/wp-includes/meta.php</b> on line <b>582</b><br />\n<br />\n<b>Notice</b>: Trying to access array offset on value of type bool in <b>/home/betailor/public_html/bt-staging/wp-includes/meta.php</b> on line <b>582</b><br />\n<br />\n<b>Notice</b>: Trying to access array offset on value of type bool in <b>/home/betailor/public_html/bt-staging/wp-includes/meta.php</b> on line <b>582</b><br />\n<br />\n<b>Notice</b>: Trying to access array offset on value of type bool in <b>/home/betailor/public_html/bt-staging/wp-includes/meta.php</b> on line <b>582</b><br />\n<br />\n<b>Notice</b>: Trying to access array offset on value of type bool in <b>/home/betailor/public_html/bt-staging/wp-includes/meta.php</b> on line <b>582</b><br />\n<br />\n<b>Notice</b>: Trying to access array offset on value of type bool in <b>/home/betailor/public_html/bt-staging/wp-includes/meta.php</b> on line <b>582</b><br />\n<br />\n<b>Notice</b>: Trying to access array offset on value of type bool in <b>/home/betailor/public_html/bt-staging/wp-includes/meta.php</b> on line <b>582</b><br />\n<br />\n<b>Notice</b>: Trying to access array offset on value of type bool in <b>/home/betailor/public_html/bt-staging/wp-includes/meta.php</b> on line <b>582</b><br />\n<br />\n<b>Notice</b>: Trying to access array offset on value of type bool in <b>/home/betailor/public_html/bt-staging/wp-includes/meta.php</b> on line <b>582</b><br />\n<br />\n<b>Notice</b>: Trying to access array offset on value of type bool in <b>/home/betailor/public_html/bt-staging/wp-includes/meta.php</b> on line <b>582</b><br />\n<br />\n<b>Notice</b>: Trying to access array offset on value of type bool in <b>/home/betailor/public_html/bt-staging/wp-includes/meta.php</b> on line <b>582</b><br />\n<br />\n<b>Notice</b>: Trying to access array offset on value of type bool in <b>/home/betailor/public_html/bt-staging/wp-includes/meta.php</b> on line <b>582</b><br />\n<br />\n<b>Notice</b>: Trying to access array offset on value of type bool in <b>/home/betailor/public_html/bt-staging/wp-includes/meta.php</b> on line <b>582</b><br />\n<br />\n<b>Notice</b>: Trying to access array offset on value of type bool in <b>/home/betailor/public_html/bt-staging/wp-includes/meta.php</b> on line <b>582</b><br />\n<br />\n<b>Notice</b>: Trying to access array offset on value of type bool in <b>/home/betailor/public_html/bt-staging/wp-includes/meta.php</b> on line <b>582</b><br />\n<br />\n<b>Notice</b>: Trying to access array offset on value of type bool in <b>/home/betailor/public_html/bt-staging/wp-includes/meta.php</b> on line <b>582</b><br />\n<br />\n<b>Notice</b>: Trying to access array offset on value of type bool in <b>/home/betailor/public_html/bt-staging/wp-includes/meta.php</b> on line <b>582</b><br />\n<br />\n<b>Notice</b>: Trying to access array offset on value of type bool in <b>/home/betailor/public_html/bt-staging/wp-includes/meta.php</b> on line <b>582</b><br />\n<br />\n<b>Notice</b>: Trying to access array offset on value of type bool in <b>/home/betailor/public_html/bt-staging/wp-includes/meta.php</b> on line <b>582</b><br />\n<br />\n<b>Notice</b>: Trying to access array offset on value of type bool in <b>/home/betailor/public_html/bt-staging/wp-includes/meta.php</b> on line <b>582</b><br />\n<br />\n<b>Notice</b>: Trying to access array offset on value of type bool in <b>/home/betailor/public_html/bt-staging/wp-includes/meta.php</b> on line <b>582</b><br />\n

In /wp-includes/meta.php line
Line 582: $meta_cache = $meta_cache[ $object_id ];

Change History (3)

#1 @SergeyBiryukov
4 years ago

  • Component changed from General to Options, Meta APIs
  • Keywords reporter-feedback added

Hi there, welcome to WordPress Trac! Thanks for the report.

Does the issue still happen with all plugins disabled and a default theme (Twenty Twenty) activated?

#2 @Presskopp
22 months ago

  • Resolution set to worksforme
  • Status changed from new to closed

closing after 3 years of silence and no 2nd report..

@yunse feel free to comment if this is still reproducable.

#3 @desrosj
22 months ago

  • Milestone Awaiting Review deleted
Note: See TracTickets for help on using tickets.