• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Search results

  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