Problem with my first install

Guys I got the issue in different post.

.
.
.
for now you can try to change config.php, change:
$core_config[‘db’][‘type’] = ‘mysql’;

to:
$core_config[‘db’][‘type’] = ‘mysqli’;

Thanks to @anton
.
.

After making this change, run the following commands prompts:

  1. playsmsd start (to start services)

  2. playsmsd status (then to verify it)

  3. Try the browser. http://your-server-ip/playsms

All the best!

ruslanguns