Recent content by djchinezu2

  1. D

    Issue only_full_group_by error

    root@localhost:~# ps auxw | grep mysql mysql 10801 0.8 14.7 1109820 150352 ? Ssl 11:08 0:00 /usr/sbin/mysqld root 10845 0.0 0.0 12944 932 pts/0 S+ 11:08 0:00 grep --color=auto mysql
  2. D

    Issue only_full_group_by error

    /root/.my.cnf is not exist! Should exist there? What need to content?
  3. D

    Issue only_full_group_by error

    I have check all of this, all look good, nothing about sql_mode
  4. D

    Issue only_full_group_by error

    Look at this commands: mysql> show session variables like '%sql_mode%'; +---------------+--------------------------------------------------------------- ------------------------+ | Variable_name | Value...
  5. D

    Issue only_full_group_by error

    How I can resolve this? Please help me!
  6. D

    Issue only_full_group_by error

    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...
  7. D

    Issue only_full_group_by error

    Error messages: 0; Warnings: 0; Errors resolved: 0
  8. D

    Issue only_full_group_by error

    I have commented sql mode line from my my.cnf file, mysql service restarted and I get same erros!
  9. D

    Issue only_full_group_by error

    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...
  10. D

    Issue Access-Control-Allow-Origin header Missing

    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...
Back
Top