Moderator
t-p
(@t-p)
Carefully follow this guide. When you’re done, you may want to implement some (if not all) of the recommended security measures.
It seems to only intermittently affect the front facing website, whereas the copied/pasted SQL error ALWAYS loads right away when opening wp-admin.
View post on imgur.com
See the screenshot above.
You may try to disable wp-cron for a while
A.
Thanks @adamlachut – disabled wp-cron, no effect yet, but I see what you mean, the query is full of references to cron / scheduled stuff.
I now see this below the main query error message:
Warning: An unexpected error occurred. Something may be wrong with ww.wp.xz.cn or this server’s configuration. If you continue to have problems, please try the support forums. (WordPress could not establish a secure connection to ww.wp.xz.cn. Please contact your server administrator.) in /var/www/laurelmcbrine.com/food/wp-includes/update.php on line 156
Warning: Cannot modify header information - headers already sent by (output started at /var/www/laurelmcbrine.com/food/wp-includes/wp-db.php:1406) in /var/www/laurelmcbrine.com/food/wp-admin/includes/misc.php on line 1114
Warning: Cannot modify header information - headers already sent by (output started at /var/www/laurelmcbrine.com/food/wp-includes/wp-db.php:1406) in /var/www/laurelmcbrine.com/food/wp-includes/option.php on line 919
Warning: Cannot modify header information - headers already sent by (output started at /var/www/laurelmcbrine.com/food/wp-includes/wp-db.php:1406) in /var/www/laurelmcbrine.com/food/wp-includes/option.php on line 920
@t-p – I’ll make sure to follow what I haven’t already done from that guide and report back here. Thank you.
Moderator
t-p
(@t-p)
Warning: An unexpected error occurred. Something may be wrong with ww.wp.xz.cn or…
Please review this tutorial to fix: http://www.wpbeginner.com/wp-tutorials/how-to-fix-secure-connection-error-in-wordpress/
Warning: Cannot modify header information – headers already sent
Try reviewing this info to solve header already sent problem: https://make.ww.wp.xz.cn/support/handbook/appendix/breakfix-lessons/php-whitespace-headers-already-sent/