Warning: mysqli_connect(): (HY000/2002): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /home/reportedcalls/public_html/includes/MySQL.php on line 30

Warning: mysqli_select_db() expects parameter 1 to be mysqli, boolean given in /home/reportedcalls/public_html/includes/MySQL.php on line 31

Warning: mysqli_query() expects parameter 1 to be mysqli, boolean given in /home/reportedcalls/public_html/includes/MySQL.php on line 32

Warning: mysqli_query() expects parameter 1 to be mysqli, boolean given in /home/reportedcalls/public_html/includes/MySQL.php on line 784

Warning: mysqli_error() expects parameter 1 to be mysqli, boolean given in /home/reportedcalls/public_html/includes/MySQL.php on line 784
SELECT * FROM types  ;

Warning: mysqli_fetch_assoc() expects parameter 1 to be mysqli_result, boolean given in /home/reportedcalls/public_html/includes/MySQL.php on line 815

Warning: mysqli_escape_string() expects parameter 1 to be mysqli, boolean given in /home/reportedcalls/public_html/includes/MySQL.php on line 747

Warning: mysqli_escape_string() expects parameter 1 to be mysqli, boolean given in /home/reportedcalls/public_html/includes/MySQL.php on line 747

Warning: mysqli_query() expects parameter 1 to be mysqli, boolean given in /home/reportedcalls/public_html/includes/MySQL.php on line 784

Warning: mysqli_error() expects parameter 1 to be mysqli, boolean given in /home/reportedcalls/public_html/includes/MySQL.php on line 784
SELECT * FROM locations   WHERE 1  AND `` = '' LIMIT 1;

Warning: mysqli_fetch_assoc() expects parameter 1 to be mysqli_result, boolean given in /home/reportedcalls/public_html/includes/MySQL.php on line 815

Warning: mysqli_escape_string() expects parameter 1 to be mysqli, boolean given in /home/reportedcalls/public_html/includes/MySQL.php on line 747

Warning: mysqli_escape_string() expects parameter 1 to be mysqli, boolean given in /home/reportedcalls/public_html/includes/MySQL.php on line 747

Warning: mysqli_query() expects parameter 1 to be mysqli, boolean given in /home/reportedcalls/public_html/includes/MySQL.php on line 784

Warning: mysqli_error() expects parameter 1 to be mysqli, boolean given in /home/reportedcalls/public_html/includes/MySQL.php on line 784
SELECT a.*, l.location, l.country FROM areas AS a  LEFT JOIN locations AS l ON l.id = a.location  WHERE 1  AND a.`` = '' LIMIT 1;

Warning: mysqli_fetch_assoc() expects parameter 1 to be mysqli_result, boolean given in /home/reportedcalls/public_html/includes/MySQL.php on line 815

Warning: mysqli_query() expects parameter 1 to be mysqli, boolean given in /home/reportedcalls/public_html/includes/MySQL.php on line 784

Warning: mysqli_error() expects parameter 1 to be mysqli, boolean given in /home/reportedcalls/public_html/includes/MySQL.php on line 784
SELECT c.*
                FROM reported_demo.comments c
                JOIN (
                    SELECT number, MAX(id) AS max_id
                    FROM reported_demo.comments
                    WHERE number LIKE '516%'
                    GROUP BY number
                ) max_ids
                ON c.number = max_ids.number AND c.id = max_ids.max_id
                ORDER BY c.id DESC LIMIT 50 OFFSET 50

Warning: mysqli_query() expects parameter 1 to be mysqli, boolean given in /home/reportedcalls/public_html/includes/MySQL.php on line 784

Warning: mysqli_error() expects parameter 1 to be mysqli, boolean given in /home/reportedcalls/public_html/includes/MySQL.php on line 784
SELECT COUNT(DISTINCT number) AS total FROM reported_demo.comments WHERE number LIKE '516%'

Fatal error: Call to a member function fetch_assoc() on a non-object in /home/reportedcalls/public_html/includes/controller.php on line 1193