Skip to content
New issue

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

Work around a shortcoming in Query Monitor #74

Open
OllieJones opened this issue Feb 14, 2024 · 1 comment
Open

Work around a shortcoming in Query Monitor #74

OllieJones opened this issue Feb 14, 2024 · 1 comment
Assignees
Labels
compatibility Issues around php / sql / wordpress version compatibility usability Improvement to usability

Comments

@OllieJones
Copy link
Owner

Admin Page Framework registers a 'current_screen' action handler that's invoked via php's __call magic method rather than by being defined in the class. But Query Monitor's Hooks and Actions display assumes the action handler is actually defined, and shows an error if it is not.

Thanks to Klynt Maston for this report.

See also https://wordpress.org/support/topic/hooks-actions-hooks-invoked-with-__call-incorrectly-flagged-as-missing/

@OllieJones OllieJones added usability Improvement to usability compatibility Issues around php / sql / wordpress version compatibility labels Feb 14, 2024
@OllieJones OllieJones self-assigned this Feb 14, 2024
OllieJones added a commit that referenced this issue Feb 14, 2024
… of __call and Query Monitor's Hooks & Actions display.
@OllieJones OllieJones reopened this Mar 27, 2024
@OllieJones
Copy link
Owner Author

A defect turned up in my patch to this. https://wordpress.org/support/topic/critical-error-661/

OllieJones added a commit that referenced this issue Apr 4, 2024
…bug. Upload dbms version info with monitors.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compatibility Issues around php / sql / wordpress version compatibility usability Improvement to usability
Projects
None yet
Development

No branches or pull requests

1 participant