By lotsasmile
I am running Ubuntu 14.04 with Apache and WordPress 4.1.1. In wp-admin I can access all settings except the general settings. When I try to navigate to the general settings I get “no data received” when using Chrome, “server reset” with Firefox or “This page can’t be displayed” with Internet Explorer. How do I go about trouble shooting and fixing this issue.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Had the same issue, is linked to adding the secure ssh user i believe in the digitalocean hardening instructions
Patching libssh2-php worked for me
apt-get source libssh2-php
cd php-ssh2-0.12/
wget https://launchpadlibrarian.net/193989033/fix-segfault.patch
apt-get build-dep php-ssh2
apt-get install build-essential fakeroot devscripts
patch -p1 < fix-segfault.patch
rm fix-segfault.patch
debchange -i
dpkg-buildpackage -b
debi
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.