I'm installing Drupal 8 on my Centos 6 server. To do this I needed to upgrade both PHP and MySQL. However, I'm now getting the following error message from the installer:
The libmysqlclient driver version 5.1.54 is less than the minimum required version. Upgrade to libmysqlclient version 5.5.3 or up, or alternatively switch mysql drivers to MySQLnd version 5.0.9 or up.
The issue is that when I run the Drupal 8 install script, I get as far as configuring the database, then when I click save and continue, HHVM crashes and I get a "502 Bad Gateway" error in the browser.
When installing Druapl 8 RC2 i get this error message at Requirements review:
Warning: Zend OPcache API is restricted by "restrict_api" configuration directive in system_requirements() (line 244 of core/modules/system/system.install).
I have some freelance work in the pipeline and I was thinking about using Linode to host a Drupal installation, has anyone had any experience with that? Good or bad? Linda seems to have a lot of good documentation about how to get a Drupal installation working, and since their service is just basically renting out a VPS, I can't see any major incompatibility problems. But any feedback or anecdotal evidence would be appreciated.
Have a running 8.0.0 rc2 site running under domain A. When I simply rename the site's file directory such that it responds at domain B I get the following:
Parse error: syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in /example/core/lib/Drupal/Core/Controller/ControllerResolver.php on line 151