• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • 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.

Recent content by Erwan

  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...
Back
Top