• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Search results

  1. mizar

    Question Add/remove component do not available

    Hello! Plesk 18.0.47 is very outdated and it was removed from download site, so that's why you cannot manage components. You can either remove unneeded packages via yum (less desired), or first update to latest version (18.0.64 at the time of writing), and then manage components via Plesk installer
  2. mizar

    Issue Disk quota is not supported for ext4

    Hello! Could you clarify what is the problem? `usermng --isquotable` returns 0, that means that quota is supported
  3. mizar

    Issue Sendmail missing from chroot (Postfix)

    It's applicable for any OS. And "Allow users to use sendmail" flag is unrelated to chroot and mostly intended to forbid sending emails via system users. Packing any SMTP client (mini_sendmail, msmtp or else) as /usr/bin/sendmail with appropriate configuration will do the work.
  4. mizar

    Issue Sendmail missing from chroot (Postfix)

    But clean Plesk installation doesn't have a sendmail in the chroot and mail or sendmail commands doesn't work (and never works) in the chroot out of the box. I can only guess that previously your cron job works with non-chrooted shell.
  5. mizar

    Issue Sendmail missing from chroot (Postfix)

    Hello! I doubt that it's enough to add /usr/sbin/sendmail to the chroot to make it send the emails - because postfix sendmail need to write file to the postfix queue, which is out of the chroot, and cannot be easily added. May be emails was send via SMTP or by cron itself?
  6. mizar

    Issue Weird PHP tempnam problem

    Hello, If you run provided code from PHP-FPM or PHP-FastCGI from Apache, it might be affected from PrivateTmp setting of php-fpm or Apache.
  7. mizar

    Issue Disk quota is not supported for ext4

    Meanwhile, the Plesk 18.0.62 should support "internal" ext4 quotas. Please let me know if you hit some problems with this version.
  8. mizar

    Issue Plesk PHP8.2.20 and PHP8.3.8 bugged, rollback?

    Update for 8.2 and 8.3 was published.
  9. mizar

    Issue Plesk PHP8.2.20 and PHP8.3.8 bugged, rollback?

    Yes, but you need to temporary disable Plesk updates in Tools& Settings -> Update settings, by off Automatically install Plesk updates We will release patched version, but most likely tomorrow
  10. mizar

    Issue Plesk PHP8.2.20 and PHP8.3.8 bugged, rollback?

    Hello! Yes, packages for previous version are avialiable for on auto install.plesk.com in Index of /pool/PHP_8.2.19_93. To downgrade your can: # cp -f /etc/apt/sources.list.d/plesk.list /root/plesk.list # sed -i -e 's,PHP82_17,pool/PHP_8.2.19_93,g' /etc/apt/sources.list.d/plesk.list # apt...
  11. mizar

    Issue Disk quota is not supported for ext4

    Hello! I create issue to add journaled quotas support with internal id PPP-65306, thanks for the report. Unfortunately I cannot provide any ETA yet. It seems external quotas is not properly enabled - I don't observe such problems on my Ubuntu 22 instance, quotes are enforced: ~$ dd...
  12. mizar

    Issue Multiple Vulnerabilities in PHP 5 thru 8.3.7 Could Allow for Remote Code Execution - PATCH NOW

    Hello! > This alert came out three days ago and there's no update for the following PHP vulnerability. The updated versions of PHP are available since 10.06.2024. Please also note, that most critical vulnerability CVE-2024-4577 affects PHP-CGI + Apache on Windows, which is not supported even by...
  13. mizar

    Resolved Php 8.3 ?

    Hello, Meanwhile, PHP 8.3.0 is released for Plesk 18.0.57 and later Thanks,
  14. mizar

    Resolved Website preview image not working in "Websites & Domains"

    Hello, We plan to address this issue in next Plesk 18.0.57 update. Issue id for the reference is PPPM-14221. Thanks for the report!
  15. mizar

    Issue Plesk update failing because of ftp in package lists?

    I bet that you have customised Plesk updates url in /root/.autoinstallerrc file, likely configured by your service provider. You can just remove this file to switch to the official download server, or you can try to replace ftp: to http: or https:
  16. mizar

    Issue I can't enable Smart static files

    Yes, that's exactly this issue issue addressed in 18.0.56#3. However, you need to use php-fpm served by Apache and may be need to rebuild apache configs after applying the fix via plesk repair web domain.tld
  17. mizar

    Issue I can't enable Smart static files

    Hello! It's quite strange, on my 18.0.56#3 Ubuntu 22 aarch64 box disabling proxy mode doesn't affect Smart static files processing. However, smart static files processing is only matters when the site runs in nginx + apache mode (Proxy mode on), so if you plan to stick on nginx, you can ignore...
  18. mizar

    Issue Memcached and Dedicated FPM Application

    Hello! Most likely you need to restart your dedicated FPM application pool via Plesk interface. Or, it can be done via cli for all pools on X.Y version of PHP by command: systemctl restart plesk-phpXY*
  19. mizar

    Question Notices in update log for plesk #54

    Hello, I create issue with id PPP-62055 to address that problem. However, that's just a warnings, and doesn't impact anything, and can be safely ignored.
  20. mizar

    Resolved Upgrade to Plesk 18.0.53 on Centos8

    I need to note, that's possible to do in-place conversion from CentOS 8 to AlmaLinux 8, see AlmaLinux deploy tool. Please note, before running the tool, you need to switch to our archives, by adding / replacing source in /root/.autoinstallerrc file, prior to run almalinux-deploy.sh. SOURCE =...
Back
Top