• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

Search results

  1. K

    Resolved Request is invalid. Error in line 74

    The issue on our side is/was that libxml got updated to libxml2.2.12 This is a new version since 23-11-2023, after having a talk with Plesk we downgraded the package back and everything was working again. I think Plesk will come with a update shortly to support libxml2.2.12
  2. K

    Resolved Request is invalid. Error in line 74

    Dear, The Plesk contains a error/problem. I can see on all our updated servers alot for errors (Change Log for Plesk Obsidian) The error is: Parser error: Request is invalid. Error in line 74: local complex type: The content model is not determinist. Original request: <?xml version="1.0"?>...
  3. K

    Resolved Prevent new extension to be automatic installed.

    Dear, With the new .57 update Plesk comes with a default node.js / Laravel / Sitebuilder but if u have auto update enabled on your servers this will also automaticly enable/install this extensions. I know there is a way to blacklist extensions, but is there a way to prevent Plesk from auto...
  4. K

    Resolved Could not get Mozilla tls config: cURL error 77 [cannot update plugin et. al.]

    Doing a: service sw-engine restart && service sw-cp-server restart is enough for the LetsEncrypt part in Plesk panel.
  5. K

    Resolved Could not get Mozilla tls config: cURL error 77 [cannot update plugin et. al.]

    How do you restart if you use the dedicated php-fpm? Since the primary php-fpm 8.2.11 is not setup at tool-settings > services
  6. K

    Resolved Plesk LetsEncrypt Object not found: 0

    Dear, Since yesterday evening we see on alot of servers a Plesk GUI error when clicking on install certificate. This results in a error: Object not found: 0 Also in the /var/log/plesk/panel.log comes the same error: [2023-09-28 14:35:56.995] 48155:651572f5ac3ec ERR [extension/sslit] Unable to...
  7. K

    Question Manage multiple plesk servers

    No is that also to manage service plans? I thought it was monitoring only.
  8. K

    Question Manage multiple plesk servers

    Dear Community, Is there a easy way/tool to manage multiple plesk servers from a single interface. For example: Currently we have around 90 plesk servers and another 50 coming soon. But when someone decided that a service plan needs to be changed (bigger specs for example), or a new service...
  9. K

    Resolved How to create a database user with a known password hash

    Setting the correct password hash works now. But now i am running against the problem that when you click on "phpmyadmin" in plesk it results in a error. Because of the SSO is broken. So i need to remove/update something in a plesk database.
  10. K

    Resolved How to create a database user with a known password hash

    Have found a working solution for the psa/admin user: ALTER USER 'db_username' IDENTIFIED WITH mysql_native_password AS 'hashed_password_here'; FLUSH PRIVILEGES;
  11. K

    Resolved How to create a database user with a known password hash

    Dear, That does not work. If i do it was the psa admin user i get the error: ERROR 1356 (HY000): View 'mysql.user' references invalid table(s) or column(s) or function(s) or definer/invoker of view lack rights to use them If i login with the temp password of the correct user i get the error...
  12. K

    Resolved How to create a database user with a known password hash

    Dear Community. I am trying to make a migration script and came to the part where i need to export/import the database. I can create a database and import the database content from the old mysql server without a problem. But now i need to create the database user. And i like to dont change the...
  13. K

    Issue mail_auth_dump Invalid or unsupported Unicode character

    Dear Community, We runned against a problem that the renewed LE certificated are not replaced on the mail server. The files got updated but the mailserver did not pickup the changes. Therefore i runned "plesk repair mail -y" but that maked the issue even bigger. All accounts got deleted and...
  14. K

    Issue WordPress can't create new files after migration

    Also check your database table wp_options. Sometimes there is a old path defined at upload_path.
  15. K

    Issue Plesk/Something removes all /etc/httpd/conf/plesk.conf.d/vhosts/ configs on reboot

    Hello Community, I have a strange problem. On each server reboot plesk/something deletes all /etc/httpd/conf/plesk.conf.d/vhosts/ symbolic links. When i boot the server and directly connect to it and go to the folder i can see all the configurations there, but after like 30-45 seconds, they are...
  16. K

    Issue Dovecot too many SNI ssl certificate config files Max open files

    Hi Peter, It surely is postfix, when i switch over from postfix to qmail, the error is gone, and everything works again. But according to Plesk postfix is the only option for SNI email certificates. So i need to increase the open files by Postfix. And that is indeed the FD_SETSIZE What i have...
  17. K

    Issue Dovecot too many SNI ssl certificate config files Max open files

    Hi, Thanks Peter for thinking with me. Doveconf echo's 0 with more then 1024 configs. So i think indeed its related to postfix. But also this command returns a higher value: sudo -u postfix bash -c 'ulimit -n' 65535 I am able to login in webmail, so dovecot seems to work fine. But now how...
  18. K

    Issue Dovecot too many SNI ssl certificate config files Max open files

    Dear Peter, I dont think our VM is limited. Its running on XCP-NG (Xenserver), and for example NGIX/Apache is allowed to load over 1500 vhost configs. Only Dovecot is having issues with it. I have done daemon-reload, and even rebooted the server to be sure. When i am root i can see the set...
  19. K

    Issue Dovecot too many SNI ssl certificate config files Max open files

    Dear all, What i have done so far: systemctl edit dovecot.service [Service] LimitNOFILE=infinity In /etc/security/limits.conf added * soft nofile 65535 * hard nofile 65535 Now ulimit -n shows 65535 And: [root@plesk34 metareg]# cat /proc/`pgrep dovecot`/limits Limit...
Back
Top