Look at this commands:
mysql> show session variables like '%sql_mode%';
+---------------+--------------------------------------------------------------- ------------------------+
| Variable_name | Value...
I have this procedure that is not working for me and error is:
MySQL said: #1055 - Expression #7 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'cpahub.count_traffic.type' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with...
Version: Plesk Onyx v17.8.11_build1708180301.19 OS: Ubuntu 16.04.4 LTS
In my logs I have this error:
AH01071: Got error 'PHP message: PHP Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42000]: Syntax error or access violation: 1055 Expression #7 of SELECT list is not in...
I have included this javascript on other domains:
var id = "<?php echo check_input($_GET['token']); ?>";
var querystring = "";
var lockerurl = "https:\/\/www.example.com\/contentlocker\/getlocker.php?" + 'id=' + encodeURIComponent(id) + '&r=' + encodeURIComponent(referrer) + querystring...