WordPress with HyperDB on PHP 7.0
I was configuring WordPress with HyperDB external link plugin on PHP 7.0 but the only I get were constant 500 errors. As I found here external link PHP 7.0 is not supported by HyperDB for now - it’s rely on mysql php extension but in PHP 7.0 there is only mysqli extension. But few folks fixed it and it’s possible to use it. curl -O https://raw.githubusercontent.com/soulseekah/hyperdb-mysqli/master/db.php mv db.php /var/www/wordpress/wp-content/ And configure it ex....