We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Notice thrown after HyperDB implementation.
[25-Jul-2023 08:27:11 UTC] PHP Notice: Undefined offset: 0 in D:\...\wp-content\plugins\query-monitor\collectors\db_dupes.php on line 76
The text was updated successfully, but these errors were encountered:
Getting the same
Sorry, something went wrong.
I got around this error by adding this code snippet either in db-config.php, a theme, or plugin:
add_action( 'plugins_loaded', function() { remove_filter( 'qm/collectors', 'register_qm_collector_db_dupes', 25 ); }, 9 );
No branches or pull requests
Notice thrown after HyperDB implementation.
The text was updated successfully, but these errors were encountered: