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

    Issue Unstable FTP connect

    Note. Do you know of a way to ensure this? or to force an IPv4 resolution?
  3. 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...
  4. 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.
  5. 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...
  6. 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...
  7. 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.
  8. 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...
  9. 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...
  10. 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...
  11. 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...
  12. E

    Question Plesk API / Dns access ?

    Hi all, Is it possible to use the Plesk API to access a domain's DNS entries (add/modify/delete)? I can't find any documentation on this. Thank you. Erwan
  13. E

    Issue Amazon S3 backup / multi-part upload ?

    This is a solution on the Plesk side (and it works) but it does not use the Large Object MPU functionality.
  14. E

    Issue Amazon S3 backup / multi-part upload ?

    Hi all, We want to use storage S3 OVH with Amazon S3 backup extension. The connection is successful but we get the following error message when we want to store the backup server: Unable to create the remote backup: Transport error: Extension transport: ext://s3-backup/server/: Error executing...
  15. E

    Question yum update conflict

    Solve with: #dnf install iptables-nft --allowerasing Install nft and erase legacy.
  16. E

    Question yum update conflict

    Hi all, We have servers with Plesk / Almalinux 9. When we try to do a yum update, we get the following message: # yum update Last metadata expiration check: 2:51:22 ago on Mon Sep 9 06:01:22 2024. Error: Problem 1: package iptables-legacy-1.8.10-2.2.el9.x86_64 from @System requires...
  17. E

    Issue Firefox / OpaqueResponseBlocking

    Hi all, I have a website (www.mydomain.com) and another website with data / images (data.mydomain.com) ont he same server under Plesk. All works fine with Chrome and Edge but with Firefox, image don't displayed. In the console, there is: A resource is blocked by OpaqueResponseBlocking, please...
  18. E

    Question Php-fpm / Must reload if update symbolic link

    Hi, Sorry for my late answer. The problem actually comes from "opcache". If I deactivate it in "Performance booster" (JIT, realpath cache...), the modification works. So I was thinking of using the PHP opcache_reset() function. But I have a few questions: - if this function is called in a...
Back
Top