• 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. A

    Resolved Plesk 18.0.68 - TypeError on Customer login

    I can confirm that reported behaviour is Plesk bug PPPM-14862 that will be fixed in further product updates. To temporarily fix this behavior, add the following to the panel.ini file [dynamicList] enableTakeTour = 0
  2. A

    Resolved Plesk 18.0.68 - TypeError on Customer login

    Hello @ChristophRo thank you for pointing our attention on that. For determinig the exact root cause of the issue deeper investigation is required. Please submit a request to Plesk support team
  3. A

    Issue cant access webui and cron error

    Hello @chriz123, perfcc as well as perfclean are not part pf Plesk, and looks like it was added manually or via some script not related to Plesk or its extensions. Looking throu Internet I found that it is something like miner refer for more details...
  4. A

    Issue Migration Manager

    > What can I set so that the backup doesn't become excessively large? This can be adjusted by backup schedule. For example, If go to Tools & Settings > Backup Manager > Schedule and select only Daily with the following settings: that means total number of backups will be not more than seven: -...
  5. A

    Issue Migration Manager

    I suppose the best way in your case is manually copy public key to the source server. 1. Connect to the target server and execute # ssh-keygen -t rsa (do not enter any passphrase) 2. On the target server execute # cat /root/.ssh/id_rsa.pub and copy the output 3. Connect to the source server...
  6. A

    Issue Migration Manager

    Hello @dicker On the screen Tools & Settings > Migration & Transfer Manager > Start a new migration should be entered credentials of source server. Here described how to connect to source server via SSH key Authentication by SSH (Linux). Please note that RSA key pair without a passphrase...
  7. A

    wp-cli as cron-job

    You can try to run commands the following way: plesk ext wp-toolkit --wp-cli -instance-id 3 -- all-import run 16 --skip-plugins=false --skip-themes=false Please note that according to the message from plugin maintainer "all-import" CLI option available in paid version of the plugin only.
  8. A

    wp-cli as cron-job

    @godfather21 I agree with @Sebahat.hadzhi that the correct way to execute "plesk ext wp-toolkit --wp-cli..." from Tools and Settings > Scheduled Tasks (Cron jobs) because when it run from Domains > example.com > Scheduled Tasks it is run under subscription user. As for the error you provided...
  9. A

    Question QMail on AlmaLinux9

    Hello @SamirM Plesk is support installation on Almalinux 9, however one of limitations for this OS is: Qmail is not available due to issues with xinetd dependencies see more details here: Does Plesk support RHEL9/AlmaLinux 9?
  10. A

    Question I cant see Nodejs in Dev Tools section of Domain. Any Help ?

    Hello @alexk345 Node.js option located in "Get Started" tab It is also can be selected during the domain creation Websites & Domains > Add Domain You can also contact Plesk support for thourough investigation How to submit a request to Plesk support? f
  11. A

    Resolved Error when importing emails

    Mail import functionality included in Site Import extension, so I suggest try to Update it: How to manage Plesk extensions (install, disable, remove, update)
  12. A

    Resolved Error when importing emails

    Hello @Mikelug looks like you faced the issue that fixed in Plesk version 18.0.63. More details here Mail import fails: Command returned non-zero exit code If the issue persist after upgrade to the latest Plesk version - contact Plesk support for thorough investigation How to submit a request to...
  13. A

    Question global website

    Hello @Davididi In case you trying to migrate website from one Plesk server (or another hosting Platform) to another Plesk server - use Plesk migrator I suggest you to look at Plesk Migrator, that transfers all data, users databases... Migrating via the Plesk Interface If you have Plesk server...
  14. A

    Question System Updates not working

    Hello @pleskmol Most probably the issue lays in the fact that CentOS has moved its repositories to the archive at vault.centos.org. I suppose all three of reported servers has the same OS. The issue should be solved automatically, however it may not due to some repository customizations that...
  15. A

    Resolved update 18.0.62 a 18.0.63

    Hello @llucas I suggest you check the issue using another browser or another device. Check the solution from the article: Some elements Plesk interface/websites hosted on Plesk are not loaded when Cloudflare's Rocket Loader is used Then if the issue persist try to install Plesk updates...
  16. A

    Resolved Email Import Fail

    Hello @stefanb Please use the solution from this article: Mail Import fails: 'utf-8' codec can't decode byte 0xfc in position 828: invalid start byte In case it would not help - contact Plesk support for thorough investigation How to submit a request to Plesk support?
  17. A

    Resolved Performance Booster - Speedup not stopping measuring

    Hello @kalombo the measurement procedure is the one of procedures that call "Long task" in Plesk. Yes, sometimes they may to hang. Please refer to this article  How to cancel a stuck task in Plesk to stop it. After it will be stopped you can safely to re-run it (click "Measure" once again)
  18. A

    Issue Perfomance booster disappear in php 8.2.16

    Hi, @kalombo Performance Booster button on the domain card should present always in case user logged as Plesk admin, and Performance booster not explicitly disabled in panel.ini like [ext-performance-booster] enabled=0 In case both of aforementioned options are true (you are logged in as admin...
  19. A

    Question assign upload_tmp_dir system-wide

    Hello @carini If I understand you correctly, it is required to specify "upload_tmp_dir" (or any other PHP variable) for domain, and only admin allowed to change it. I this case I suggest you 1. Create or update existing Service Plan and specify "upload_tmp_dir = /tmp" as additional PHP...
  20. A

    Resolved Plesk Obsidian 18.0.59: count of customers, resellers, domains, subscriptions, and service plans to the left menu

    Hello @W4ru. Numbers of created business objects in the left menu can be hidden by panel.ini option: [navigation] showStatisticsInMenu = 0
Back
Top