• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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