• 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 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