I try but I have this error “DB Error: extension not found”
Hi,
anton
Yes, I tried with this solution but I get the same error yet.
can be some dependency?
which solution have you tried. what exactly that you did ?
anton
This one!
for now you can try to change config.php, change:
$core_config[‘db’][‘type’] = ‘mysql’;
to:
$core_config[‘db’][‘type’] = ‘mysqli’;
try to install mysql ext:
apt install php7.0-mysql
and then restart webserver
I have it installed