Here are some lines I have in the debug on both sites.
PHP Warning: mysqli_real_connect(): (HY000/1040): Too many connections in /public_html/wp-includes/wp-db.php on line 1488
PHP Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /public_html/wp-includes/wp-db.php on line 1518
PHP Notice: wpdb was called incorrectly. wpdb must set a database connection for use with escaping. Please see Debugging in WordPress for more information. (This message was added in version 1024.) in /public_html/wp-includes/functions.php on line 3792
PHP Warning: mysqli_real_connect(): (HY000/2002): No such file or directory in /public_html/wp-includes/wp-db.php on line 1488
This is one line I have on only one site, since I’ve installed debug objects
Backtrace from warning ‘Array to string conversion’ at /public_html/wp-content/plugins/debug-objects/inc/class-cron.php 247: /public_html/wp-content/plugins/debug-objects/inc/class-cron.php 159 calling display_events() | < unknown file > < unknown line > calling render_data() | /public_html/wp-content/plugins/debug-objects/inc/class-wrap.php 209 calling call_user_func() | < unknown file > < unknown line > calling get_content() | /public_html/wp-includes/plugin.php 525 calling call_user_func_array() | /public_html/wp-admin/admin-footer.php 67 calling do_action() | /public_html/wp-admin/admin.php 267 calling include() | /public_html/wp-admin/tools.php 10 calling require_once()
I don’t know if that can help?