When using PHP7.0 or above version running environment, in the following two cases, set the steps to support PHP7.X:
1. When installing Empire CMS newly:
Just installMYSQL interface typeChoosemysqliIt can support PHP7 series.
2. When the Empire CMS has been installed and changed to the running environment of PHP7.0 or above:
Just modify the configuration file
/e/config/config.php将
$ecms_config['db']['usedb']='mysql';Modify to
$ecms_config['db']['usedb']='mysqli';It can support PHP7 series.