Make WordPress Core

Opened 20 months ago

Closed 20 months ago

Last modified 20 months ago

#59023 closed defect (bug) (invalid)

Update site settings eg. title causes fatal error in plugin

Reported by: aplauche's profile aplauche Owned by:
Milestone: Priority: normal
Severity: normal Version: 6.3
Component: Options, Meta APIs Keywords:
Focuses: Cc:

Description

After 6.3 update I am seeing a fatal error when I try to save settings in the general settings menu like set title and tagline. It is being triggered in a plugin file, but I tested and the plugin does not have this error in 6.2, so wanted to flag even if code change needs to be made in plugin.

The plugin itself registers a settings page and option. The fatal error seems like the plugin is attempting to save it's option field even though we are not on the plugin's own options page. This triggers a fatal error. The plugin obviously should be updated to handle the null case, but not sure why it is receiving an update from the general settings page.

Attachments (1)

Screen Shot 2023-08-09 at 7.35.20 AM.png (1.2 MB) - added by aplauche 20 months ago.
Screenshot of stack trace

Download all attachments as: .zip

Change History (3)

@aplauche
20 months ago

Screenshot of stack trace

#1 @aplauche
20 months ago

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

Marking invalid for now. Seems to be unique to plugin after testing with several other similar plugin/options page setups.

#2 @swissspidy
20 months ago

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