• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Recent content by Butcher

  1. B

    Issue Backup problems: Your Composer dependencies require a PHP version ">= 8.2.0"

    This one is not good if your PLESK > 18.0.50: Versions starting from Plesk 18.0.50 are not supported by the package. If so that one will work: https://support.plesk.com/hc/en-us/articles/18515807516823
  2. B

    Question how to install MS SQL drivers for PDO

    May help someone also: https://support.plesk.com/hc/en-us/articles/12377482190999--How-to-install-the-sqlsrv-extension-for-the-Plesk-PHP-handlers-
  3. B

    Question how to install MS SQL drivers for PDO

    Thank you. Yes, it's CentOS7. What I did is move to PHP 8 with project - checking if everything works as it should right now. There was no problems with sqlsrv in PHP8. When it comes to PHP 7.0.X or 7.4 I got some ERRORS all the time when trying to make it work. I know it is probably subject...
  4. B

    Question how to install MS SQL drivers for PDO

    I tried with PECL: WARNING: channel "pecl.php.net" has updated its protocols, use "pecl channel-update pecl.php.net" to update pecl/sqlsrv requires PHP (version >= 8.0.0), installed version is 7.3.33
  5. B

    Question how to install MS SQL drivers for PDO

    When I do Step 4 from: Linux and macOS Installation for the Drivers for PHP - PHP drivers for SQL Server sudo yum install php-sqlsrv I got: Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile epel/x86_64/metalink...
  6. B

    Question how to install MS SQL drivers for PDO

    I have used: wget http://pecl.php.net/get/sqlsrv-4.3.0.tgz pear install sqlsrv-4.3.0.tgz wget http://pecl.php.net/get/pdo_sqlsrv-4.3.0.tgz pear install pdo_sqlsrv-4.3.0.tgz There is no Centos info here: Linux and macOS Installation for the Drivers for PHP - PHP drivers for SQL...
  7. B

    Question how to install MS SQL drivers for PDO

    I am trying to connect to MS SQL from php I use: $conn = new PDO("dblib:Server=$serverName;Database=$base", "$user", "$pass"); but it seems that my server is missing PDO DRIVER, I only have: PDO drivers mysql, odbc, pgsql, sqlite and I got: Got error 'PHP message: PHP Fatal error...
  8. B

    Resolved Set default php-version for command line

    Did the trick - simply way
  9. B

    Issue PHP Additional Directives do not apply to php cli

    It should work for a webspace you choose. What PHP ver do u have?
  10. B

    Resolved secure Plesk hostname on port 8443 with an SSL certificate Let's Encrypt ERROR

    You mean in Server Settings. And no it was not ! WELL DONE thank you very much - works like charm now. By the way it would be good if it was mentioned in PLESK tutorial to check that setting.
  11. B

    Issue PHP Additional Directives do not apply to php cli

    Try setting it in for webspace in : websites & domains -> YourWebspace> PHP Settings at the bottom you have "Additional directives": Set time zone you need there .
  12. B

    Resolved secure Plesk hostname on port 8443 with an SSL certificate Let's Encrypt ERROR

    My situation is like this: 1. I have subdomain ex: plesk.mydomain.com that points to IP addres of plesk obsidian (record A shows good IP - checked) 2. I want to acces plesk plesk.mydomain.com:8443 - and secure that with SSL 3. So I do what I supposed to do according to this...
Back
Top