A quick guess would be that you were using a database driver of mysql
in config.inc.php for PHP5, but this needs to be changed to mysqli
for PHP7.
You’ll find specific details on the error in your PHP error log.
A quick guess would be that you were using a database driver of mysql
in config.inc.php for PHP5, but this needs to be changed to mysqli
for PHP7.
You’ll find specific details on the error in your PHP error log.