Can I run playsms 1.3.1 with php7 on ubuntu 16.04?

I try but I have this error “DB Error: extension not found”

Hi,

Try this:
http://playsms.discourse.group/t/solved-i-try-to-install-playsms-1-3-1-on-kubuntu-16-04-and-have-the-error-db-error-extension-not-found/

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