Hi elshev,
Please try this one.
1 : rbt-settings.php Line No . 37
if($res === FALSE) {
die(mysql_error()); // TODO: better error handling
}
else{
while($row = mysql_fetch_array($result))
{
}
}
It gives Error Database Connection.
Please check this plugin have get data from connection object o.w try with new connection.php file include into the index.php @ path wp-content\plugins\wp-roundabout-pro.
Thanks.