Hello all… i am trying to set up the demo system but i am getting the message shown in the subject field.
Database and tables are created ok (as well as others in the site), according to
$dbhost = "localhost";
$dbuser = "porta_admin";
$dbpass = "(not shown of course)";
$dbname = "portalsms_com_mx_grid_demo";
System is contained in http://www.portalsms.com.mx/grid.
Connection performs ok according to
$conn = mysqli_connect($dbhost, $dbuser, $dbpass, $dbname);
Other mysql db systems within the site perform ok, so I have no clue why this is happening.
but from that point on, shown error happens.
Any comment will be appreciated.
If you are using free version, it is compatible with mysql (not mysqli extension).
So you have to use mysql_connect() function in order to use.
If you wish to use mysqli, you can upgrade to premium/dev/enterprise license based on your need.
Regards,