• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Recent content by pulsarinformatique

  1. P

    Issue Custom PHP 7.1 with extensions

    No, We managed to upgrade the application to run on PHP 7.4 :(
  2. P

    Resolved Unable to start service: Unable to manage service by phpinimng

    I created a new thread on this specific issue on Issue - Custom PHP 7.1 with extensions
  3. P

    Issue Custom PHP 7.1 with extensions

    Hi Followng Following https://support.plesk.com/hc/en-us/articles/12377508651415 and with the help on Resolved - Unable to start service: Unable to manage service by phpinimng I was able to add and run PHP 7.1 (FPM) on a Plesk Obsidian 18.0.52 update3 (Debian 11.7). However in the Plesk...
  4. P

    Resolved Unable to start service: Unable to manage service by phpinimng

    maybe the solution was to compile the PHP 7.1 with the extensions as I could understand it on https://support.plesk.com/hc/en-us/articles/12377508651415 (§ 1.4) but then what is the right syntax to add mysqli please? thanks
  5. P

    Resolved Unable to start service: Unable to manage service by phpinimng

    Hi I'm struggling with the php.ini of this 7.1 version since I can't have the website (using this handler) have mysqli working phpinfo shows me that even if I put the following lines in the php.ini there is yet no mysqli working extension=msql.dll extension=msql.so extension=mysqli...
  6. P

    Resolved Unable to start service: Unable to manage service by phpinimng

    Thanks Peter for your great help I hope this thread will help other people
  7. P

    Resolved Unable to start service: Unable to manage service by phpinimng

    HI Peter As I wrote, the site actually works with 7.1 now but the extensions tab in /cp/php/extensions/id/7132-phpfpm is empty. I guess I can activate / deactivate extensions from the php.ini file, can't I ? thanks
  8. P

    Resolved Unable to start service: Unable to manage service by phpinimng

    CORRECTION : the 7.1 site does work BUT if you go to /cp/php/extensions/id/7132-phpfpm (change the version if needed) do you have the extensions displayed ? My EXTENSIONS tab is empty. The PHP.ini tab is correctly set though thanks cyril
  9. P

    Resolved Unable to start service: Unable to manage service by phpinimng

    Thanks Peter for getting deeper in the issue. With your help I was able to start the service but 1- if you try to run the domain on this php 7.1 does it really work ? I mean I created a dummy myphp71.com domain, assigned PHP 7.1.32 FPM to it and try to load http://myphp71.com in a browser (of...
  10. P

    Resolved Unable to start service: Unable to manage service by phpinimng

    and FYI I redid the whole process with the 7.1.32 as you did : cd ~ wget https://www.php.net/distributions/php-7.1.32.tar.bz2 tar -xvf php-7.1.32.tar.bz2 cd php-7.1.32 ./configure --prefix /usr/local/php-7.1.32 --enable-fpm --with-fpm-group=www-data make make install cp php.ini-development...
  11. P

    Resolved Unable to start service: Unable to manage service by phpinimng

    yes naturally but it just doesn't work your screenshots don't show it is working either. Can you please answer these 3 questions ? 1- in /admin/services/list is the service started ? 2- if you try to run the domain on this php 7.1 does it really work ? 2- and if you go to...
  12. P

    Resolved Unable to start service: Unable to manage service by phpinimng

    and of course when in try to start the php FPM 7.1.4 service from /admin/services/list I still get the error: Unable to start service: Unable to manage service by phpinimng ('start', 'php71fpm'): Failed to start php71fpm.service: Unit php71fpm.service not found. Failed to start php71fpm service
  13. P

    Resolved Unable to start service: Unable to manage service by phpinimng

    yes on /admin/php-handler/list/ I too can see PHP FPM 7.1.24 BUT : 1- in /admin/services/list does the service started ? 2- if you try to run the domain on this php 7.1 does it work ? 2- and if you go to /cp/php/extensions/id/7.1.24-phpfpm (change the version) do you have the extensions...
  14. P

    Resolved Unable to start service: Unable to manage service by phpinimng

    In /usr/local/php-7.1.24/bin if I run ./php -v I get : PHP 7.1.24 (cli) (built: May 18 2023 14:07:44) ( NTS ) Copyright (c) 1997-2018 The PHP Group Zend Engine v3.1.0, Copyright (c) 1998-2018 Zend Technologies and there is the php-config file in /usr/local/php-7.1.24/bin but no php.ini...
Back
Top