• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Search results

  1. M

    Issue Script Base Mails Are Not Sending

    Can you temporarily change the default language to English and try again? You have to log out and log in to activate the default language.
  2. M

    Issue Script Base Mails Are Not Sending

    This looks like a Python translation error using the str() function to encode a string. What is your server's default language?
  3. M

    Issue NO way to add $PATH on crontab

    You could create a script that contains the php-command and PATH and execute it from the crontab.
  4. M

    Resolved Roundcube CVE 2024 - when does Plesk release an update?

    Please release a hotfix for Plesk Obsidian 18.0.63 and Plesk Obsidian 18.0.62. We don't want to install 18.0.63 yet, as it's just been released.
  5. M

    Forwarded to devs Missing suplimentry packages for Postfix on OS where they upgrade Postfix

    I already warned about this issue in the past: https://talk.plesk.com/threads/do-not-forward-spam-emails-to-external-mailbox.370124/post-938682 Plesk should release the postfix-pcre package with the same version as the postfix version used in Plesk.
  6. M

    Question How can I disable/forbid certain plug-ins in WordPress

    You can do that with the Plugin Blocklist in the WP-Toolkit: https://www.plesk.com/blog/product-technology/the-plesk-wp-toolkit-5-6-release-whats-new/
  7. M

    Question Node.js 20 compatibility on CloudLinux 7.9

    Is there a reason for this question? Did you experience issues with Nodejs on CloudLinux?
  8. M

    Input Tell us about your use of the Watchdog component

    I wrote a guide to add your own service to the Watchdog configuration. It's more of a hack because you have to apply the same change every time the watchdog configuration is overwritten, like for instance a new version is released...
  9. M

    Input Tell us about your use of the Watchdog component

    Currently, the Watchdog extension uses a fixed timeout of 5 minutes to check if services are still running. Like for example the Nginx check: # Nginx check process nginx with pidfile /var/run/nginx.pid start = "<nginx_start>" stop = "<nginx_stop>" if failed host...
  10. M

    Input Tell us about your use of the Watchdog component

    Did you hear this from Alexander? Because I've been in a conversation with him on this very subject for the past few days.
  11. M

    Important New Plesk webmail / SOGo Webmail extension

    Nightly builds are unstable. They may or may not work depending on the day you installed the package. That's why there are release packages. Those are tested and guaranteed to work when you install them on a production server. So, yes, you can use those nightly builds at your own risk.
  12. M

    Question Ioncube Loaders in usr/bin/php ?

    You have to install it manually. If you google, you'll find several sites that guide you through the installation process. This one for example: How to Install ionCube Loader (Step by Step Tutorial)
  13. M

    Question Backup and Restore During Server Changes

    Plesk backups are encrypted with the Plesk encryption key, which is unique for each Plesk installation. Plesk backups cannot be restored on another Plesk server without the option Upload backup files without a valid signature...
  14. M

    Resolved MariaDB 11.4 Plesk Support

    "MariaDB 11.4 is planned to be supported in Plesk version 18.0.64 (approximately mid September)" https://support.plesk.com/hc/en-us/articles/12387689789207-Which-MariaDB-versions-are-supported-by-Plesk
  15. M

    Plesk Firewall Extension and Almalinux 8.10 Network Issue

    Okay, so instead of creating the extra "plesk" zone, it should warn the administrator while installing the extension and give the administrator the option to continue or abort the installation. Wouldn't that be the preferred way to handle this case? Because currently it creates the zone, and at...
  16. M

    Resolved How to install CentOS 8 Plesk 5 php version ?

    If it's 1 application that's holding you back from migrating to a new server, you might take a look at Rector: https://github.com/rectorphp/rector
  17. M

    Question PHP 5.3

    I've migrated a couple of older web apps to PHP 7.1 using the php7-mysql-shim library. It's relatively easy to do as explained here: https://talk.plesk.com/threads/how-to-install-centos-8-plesk-5-php-version.358438/post-916582
  18. M

    Plesk Firewall Extension and Almalinux 8.10 Network Issue

    I agree, but why does it create its own zone if it can cause conflicts in the end?
  19. M

    Plesk Firewall Extension and Almalinux 8.10 Network Issue

    I believe there is no need to disable the firewalld when installing the extension, as it creates a new firewalld zone: "Plesk applies the configuration to the firewalld zone called “plesk” and sets that zone as the default one. Runtime firewall rules added before installing Plesk are lost...
  20. M

    Question How to activate the new dashboard?

    It's a beta feature. You have to enable it in the panel.ini: [navigation] newHomeView.enabled = true Ensure there is only 1 [navigation] section, otherwise it won't work.
Back
Top