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

    Issue Ajust limit ressource usage

    Ok. So this CLI? #plesk bin subscription --switch-subscription mydomain.com -service-plan "Admin simple"
  2. E

    Issue Ajust limit ressource usage

    Hi all, A website have reached a subscription limit: The 'a.com' subscription, owned by user 'A', is approaching or already exceeded the resource usage limits: Disk space: 1550 GB Limit / 2404131.5 MB (151%) Used / 0 MB (0%) Available This server is now under a Plesk Admin license and, I...
  3. E

    Question Domain alias and DNS

    Is the main domain (with DNS management) on the same server in your test?
  4. E

    Question DNS desactivation

    Hi all, A customer disabled DNS services from a domain via Plesk. It was reactivated after 2-3 hours. It's been over 12 hours, and many servers around the world still indicate that the domain has no active DNS servers (out of a test of 20 servers, 5 are in error). The TTLs were set to 1 hour...
  5. E

    Question Domain alias and DNS

    DNS are already disable for the alias because i don't check that i want this service. Only Webs ervice.
  6. E

    Question Domain alias and DNS

    Hello Sebahat, No... it's not a CNAME on the root. I want to create a CNAME cdn.a.com (to 'cdn.anotherdomain.com') on my domain 'a.com'. It works but after i can not create my domain alias "cdn.a.com" on "a.com". It's possible to create alias first but after i can not create CNAME...
  7. E

    Question Domain alias and DNS

    I don't have checked DNS service for the alias. Only "web service"...
  8. E

    Question Domain alias and DNS

    Hi all, I have a primary domain "a.com" on which I want to place an alias with a subdomain "cdn.a.com". Usually, when the DNS for "a.com" is managed on the server, I know that you must first create the alias and then add the A zone to the DNS. If you do the opposite, the addition of the alias...
  9. E

    Issue Unstable FTP connect

    $ftp_host ="mydomain.com"; $conn_id = ftp_connect($ftp_host,21); I tried to force IPv4 resolution with this: $ipv4_address = gethostbyname($ftp_host); // Resolve IPv4 $conn_id = ftp_connect($ipv4_address,21); I'll see if that fixes the problem...
  10. E

    Issue Unstable FTP connect

    Note. Do you know of a way to ensure this? or to force an IPv4 resolution?
  11. E

    Issue Unstable FTP connect

    Hello, On several Plesk servers I regularly have problems using the PHP ftp_connect() function. For example, a task executed every hour to connect to FTP access will have the following error 1 to 2x per day, not always at the same time: PHP Warning: ftp_connect(): php_network_getaddresses...
  12. E

    Issue Urgent :( open_basedir problem

    Thank you Raul. This is what I realized even if it poses other problems for me. But I haven't found any other solutions.
  13. E

    Issue Urgent :( open_basedir problem

    Hi all, We have a problem after migrate two websites : a website with the management platform, a website with the data. We have resumed the previous configuration but have a problem with PHP and open_basedir restriction. The 1st website directory (management) is...
  14. E

    Issue Centos/Almalinux conversion - preconversion check error

    Hi, I try to update ione server from Centos 7.9 to Almalinux 8. I use: https://support.plesk.com/hc/en-us/articles/12388331912855-How-to-make-an-in-place-upgrade-of-a-Plesk-server-from-CentOS-7-to-AlmaLinux-8 I have this error during the pre check: Required pre-conversion condition 'checking...
  15. E

    Issue Plesk update / Pb Symfony / redis

    We resolve temporary the problem with this: [Cache] fix compatibility with redis extension 6.0.3+ by xabbuh · Pull Request #57885 · symfony/symfony.
  16. E

    Issue Plesk update / Pb Symfony / redis

    Hi all, We just upgraded from Plesk Obsidian v18.0.63 to Obsidian v18.0.65 and now we have a problem with a website running PHP 8.1 / FPM - Apache with Symfony and redis. Everything worked until the updated Plesk msie. We now have this error: AH01071: Got error 'PHP message: PHP Fatal error...
  17. E

    Issue DKIM email control not valid

    Thank you. So I carried out tests with PhpMailer (not mail()) to be able to force authentication. It doesn't change anything. Sending via RoundCube is not good either. Always: Authentication-Results: mx.google.com; dkim=fail [email protected] header.s=default header.b=t0GdT... I...
  18. E

    Issue DKIM email control not valid

    Hi all, I configured DKIM for a domain via Plesk ("use the DKIM anti-spam system to sign outgoing emails"). The entries are in the DNS. > default._domainkey.mydomaineB.com ==> v=DKIM1; p=MIGfM..... > _domainkey.mydomaineB.com ==> o=- > _dmarc.mydomaineB.com ==> v=DMARC1;p=none;rua=mailto...
  19. E

    Issue Plesk API / Commands

    Hi all, I'm looking to use Plesk's Rest API to retrieve information from a domain's Let's encrypt certificate. I can't find much documentation but it seems possible with "/api/v2/cli/extension" but I can't find it in Tools & Settings > Remote API (REST) (under “Server Management”). For "cli" I...
Back
Top