• 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

php

  1. C

    Resolved two different versions of PHP installed?

    Hi, I have a centOS 7 server and I am having an issue with PHP. I need to update composer, however, I get an error saying that "- laravel/framework v5.4.9 requires php >=5.6.4 -> your PHP version (5.4.16) does not satisfy that requirement." however, when looking at the GUI for the site it says...
  2. T

    Issue PHP Scripts called from Alias not parsing

    I've some problems with htaccess's attributes named Alias and RewriteRule. This script was added in additional instructions for http/s on my vhost example1.com: RewriteEngine On RewriteRule ^/Microsoft-Server-ActiveSync /usr/share/psa-horde/rpc.php [L,QSA] ... Alias /testme-int...
  3. B

    Issue issue on tls 1.3

    hello everyone i have just installed a brand new centos 7 host with obsidian bu i have an issue with paypal tls 1,2 following this test tls_test.php i'am in this situation OS: Linux PHP version: 7.2.23 curl version: 7.66.0 SSL version: NSS/3.36 SSL version number: 0...
  4. M

    Issue Can't update/change PHP version

    Hello, I have a client who wants to update their php version in Wordpress. Currently it's at 5.4.45. and wanna upgrade it to 5.6.20 or higher than that. However I looked around tutorials or instruction on how to use plesk and I went to website & domains > PHP Settings and from there I'm suppose...
  5. P

    Question Install Icingaweb2 // PHP problem

    Hi, if I try to use my icingaweb2 installation via a vhost URL https://vhost/icingaweb2 every time my browser want's to download the php file instead it get's executet by the webserver. PHP is enabled for that vhost. I think the problem is that the icingaweb files are not in web server...
  6. F

    Question plesk api php does not update correctly

    Hi, i'm using plesk php api in order to get status of every webspace and site on my plesk server. But today i've change a status of a webspace from 'active' to 'disable' and from api i've always 0 as status. Instead on plesk DB i've 16 as status and it's correct. So why and how can update api...
  7. R

    Question Plesk REST API for PHP

    Hello everyone I am trying to automate the ordering process. I want to use the REST API and PHP. The official documentation is not very helpful, hardly anything is described. The swagger version is not very informative either. Does anyone know good documentation that describes how to create a...
  8. P

    Question Hi, we have a Problem with FPM / Apache and TTFB!

    Hello, we have a problem when you join our website we have a TTFB from 2.2 sec+ and the website is then loaded in 20ms! If we change to FASTCGI the TTFB is 400ms and the website load 2,2 sec. But for our Database is FPM better to work and we don't get eroors in logs. How can we fasten up the...
  9. J

    Question Git Additional deployment actions - running composer install

    Hi I am trying to run composer install after automatically deploying from a remote git repo. I try this in the additional deployment actions: cd /var/www/vhosts/xxx/xxx/httpdocs && /opt/plesk/php/7.2/bin/php /usr/lib64/plesk-9.0/composer.phar install --optimize-autoloader but the cd part of...
  10. D

    Resolved Installing the php-extensions mailparse & mbstring

    Hey-hooo, i need to install the mailparse extension in order to get something running in our administration system (not plesk; also doesn't matter to solve the problem haha). In order to get mailparse running I need mbstring. So: mbstring is also listed and checked in my phpsettings in plesk...
  11. G

    Question Call PHP framework function from PHP Zend extension

    I have a PHP Zend extension(built in C++) that monitors the web requests. The extension gets the call stack, Database details and stuffs by reading the executing function's parameters. I use some Zend call backs like zend_execute etc. My requirement here is whenever a HTTP request is initiated...
  12. A

    Issue ERROR: PleskUtilException: filemng failed: plesk_exec_with_response

    Hi everyone, Im having this error for days (C:\Parallels\Plesk\admin\bin\filemng exampledomain.com file_exists C:\Inetpub\vhosts\exampledomain.com\.ssh) failed: Unable to execute plesk_exec_with_response: Unable to start (C:\Parallels\Plesk\admin\bin\filemng exampledomain file_exists...
  13. V

    Resolved Need help using the api php lib plesk

    FR Bonjour, Actuellement, j'essaie de comprendre comment la Plesk API PHP LIB fonctionne... Malheureusement sur le github il y a 3 lignes d'explications et après démerder vous.... Quelqu'un serait en mesure de m'aider pour gérer cette librairie php plesk sur mon site svp ? Cordialement...
  14. C

    Issue PHP cannot connect to MSSQL after update #53

    I have two servers which can no longer connect to MSSQL after this upgrade. PHP versions 7.1.x, 7.2.x and 7.3.x are all affected. 7.0.x and earlier can still connect fine. Simple connection script $serverName = "myserver"; $uid = "myuid"; $pwd = "mypassw"; $databaseName...
  15. P

    Question Plesk PHP Nginx Performance

    I have a site with too many hits instantly. About 1,000 people. And I see my site sometimes can't respond. Respond problem: Is this Plesk's Nginx from existing settings? How can I fix my site's non-response problem? My server's load-avagare status is normal. I found this: How to improve...
  16. D

    Input Why do all php modules are enabled by default/ wich one really necessary ?

    I dont know most of those Modules and while running through and checking them i discovered i dont need any of those by myself. Why do they all are enabled by default ? Wouldnt be better to enable those by default wich are really need ? I uploaded a image, do Plesk need any of those modules i...
  17. S

    Question PHP CLI 7

    I'm trying to install Laravel via SSH but I realised that my PHP CLI is still 5 even if in the website I use 7.2 How can I use PHP 7 CLI and use all the modules include the php pgsql extension? I have 2 problems. 1) I'm running a cron job with root and it has a pg_connect inside the php...
  18. khoubeib bach

    Resolved unable to install any other php version on Onyx 17.5

    plesk -v Product version: Plesk Onyx 17.5.3 Update #65 Update date: 2019/02/28 11:12 Build date: 2018/12/14 14:00 OS version: Debian 7.11 Revision: 55d1b49a272f44666e1920eca8b6e4da449a38cd Architecture: 64-bit Wrapper version: 1.2 Hello, I try to install another php...
  19. S

    Issue open_basedir changes not working

    Hi, I try to access a file in from php in websiteA in websiteB homedir. For example test.php in websiteA <? require('/home/httpd/vhosts/<domainb>/httpdocs/testinclude.php'); ?> When i do that i will get a open_basedir restriction as expected and a 500 error [Sun Mar 17 14:34:18.055943 2019]...
  20. T

    Resolved Problems with PHP after updating Plesk

    Hello. I updated Plesk from any older version to Version 17.0.17 Update #63 My OS is Ubuntu 12.04.5 LTS‬ After sucsessfuly updated Plesk I added PHP7.1.26 with Plesk updater. Now, when I create a new Host or try to switch to PHP7 modifying any PHP Settings, the Page will not be executed it...
Back
Top