Disregard.. I had to re-upload the root files (wp-config and the others). Now it’s working again.
I’m having the same issues.
Call to undefined function: wp_remote_post() in …wp-includes/cron.php on line 201
I’ve removed all plugin files and I have re-uploaded all wp-includes files – still no luck.
I had the same problem. Changed “the_excerpt” to “the_content” in the archive template. Also had to change it in the search template. Problem solved.
The reason for the change: I wanted readers to be able to search for a keyword (or click on an archive date) and have the full post appear instead of a truncated post.