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

    Issue PHP extension problem for multiple PHP versions

    I cannot add PHP extensions for any version higher than 5.4. This is the problem I am experiencing, step-by-step: 1. Switch to PHP 5.5.38 in Domain->PHP Settings 2. Add a few installed extensions to the 'Additional configuration directives ' on PHP settings page, e.g. extension=stats.so...
  2. D

    Issue cron is queuing tasks and accumulating them on hold

    I have setup a cron to run every minute, seeing the cron log, is running, so that is ok. * * * * * /opt/plesk/php/7.1/bin/php -f '/var/www/vhosts/domain***/adm/test.php' The cron I have setup is a simple php file that logs the time this file is executed...
  3. G

    Question file sharing among different subscriptions

    Dear reader, One of our customers is using a CMS within a certain subscription, let's call it cms-subscription. Other subscriptions configured in Plesk need to have access to files and directories of the cms-subscription. We are running centos 7 with php vendor-os 5.4. The only way we are able...
  4. M

    Issue Decimal Separator Issue - Woocommerce

    Hi, i have issues with decimal separators in my e-commerce website. Woocommerce uses php setlocale value to manage product weight decimal separator. I have dot, i need comma. I changed the locale centos value from SSH and now it's it_IT.utf8. For some reasons, woocommerce is expecting dots...
  5. Tonmoy Ajize

    Resolved [Urgent] Short PHP Session Timeout Issue

    Hey Everyone, I have recently installed WHMCS on my server and facing this weird issue. Whenever I login to admin panel or, client area it automatically logs me out within a minute or, even less than that. I am already using custom PHP Session Store path and higher "session.gc_maxlifetime...
  6. X

    Resolved PHP 7.1 or PHP 7.2 don't work

    Hi! I installed PHP version 7.1 and 7.2 through Plesk Installer, and then I activated PHP managers from Plesk's "Tools and Settings / PHP Setting" panel. However I can not use either PHP 7.1 or PHP 7.2. If I go to Plesk's "Server / Services" it is not possible to enable PHP-FPM 7.1 or 7.2...
  7. C

    Issue Plesk Onyx 17.5.3 Crashed

    Good morning: After holidays, I tried to enter Plesk in my Window Server 2012, and it is broken I don't know why. I have tried several solutions, even with the Plesk Repair Tool, and didn't work. I attach screenshot. I run Plesk on port 8447, but suddenly crashed and nothing works...
  8. H

    Resolved (ENG/GER) Plesk: Die PHP-Einstellungen können nicht abgerufen werden, da der Handler beschädigt ist

    The PHP-settings can not be retrieved because the handler is corrupted Betriebssystem‪ Ubuntu 14.04.5 LTS‬ ProduktPlesk Onyx Version 17.8.11 Update #17 Hallo zusammen, eben sehe ich diese Fehlermeldung, finde aber keine Lösung dazu im Netz. Die Meldung erscheint, wenn ich unter "Domains"...
  9. WSNHosting

    Issue How to make log send email for check spam send via smtp or php script ?

    How to make log send email for check spam send via smtp or php script ? i do url Many email messages are sent from PHP scripts on a Plesk server. How to find domains on which these scripts are running if Postfix is used? not work. in mail.send not have information ? i have problem about...
  10. L. Hagen

    Question PHP website and nodejs on same URL/domain

    Hi there, basically, I come from the PHP/Apache world. Now I started with angular & nodejs. Now I have the current situation: my website is using PHP/Apache and is reachable via https://www.address.com my website admin area resides in a subdirectory https://www.address.com/admin and is...
  11. P

    Issue Can't enable escapeshellarg on fpm hosting

    HI!. I need to enable the escapeshellarg on a single hosting on my Plesk server ( 17.8.11), and for that I put the following directive: disable_functions =...
  12. X

    Question PHP FPM recommended settings

    Hello, I have Plesk Onyx latest installed on a VPS that has the following 2v Cores 8 GB of RAM 80GB NVMe space The site is hosting about 10-15 wordpress sites that use woocommerce. None of the sites has very heavy traffic in reality though. No more than 5000 total unique visitors for all of...
  13. A

    Question How to manually install Imagemagick ?

    Hi, have spent several hours following instructions for other Windows based solutions for using php i.e. WAMP, on how to install imagemagick but have not made any real head way. These are the 'clearest' instructions I have found so far How to install ImageMagick and imagick on Windows server...
  14. H

    Issue Plesk root/admin user unable to reactivate subscription from a customer after it has been suspended

    am using Plesk Onyx Hosting along with it's API to suspend webspaces (subscriptions). I do this using the PHP library like so: public function disableWebspace($id, $guid, $domain) { $webspace = $this->client->webspace()->request([ 'set' => [ 'filter' => [...
  15. futureweb

    Issue PHP - WebP Support (compile PHP with "--with-webp-dir=libwebp Directory")

    Currently PHP Binaries are compiled without WebP Support. Please compile it with "--with-webp-dir=libwebp Directory" Option. Should be no problem. thx, bye from Austria Andreas Schnederle-Wagner
  16. S

    Question Symlinks in Apache: No input file specified. Error.

    Hello, I am trying to setup multiple domains and each one with own IP, and link each domain application folder via symlink to a single place. Original place /var/www/vhosts/PrimaryDomain.com/httpdocs/appfolder Symlinks from Secondary domains...
  17. J

    Question How to install PDO_DbLib for PHP 5.6

    Hello, I have Plesk Onyx 17.8 running on CentOS 7.5 and I would like to install PDO_DbLib extension for PHP 5.6. I have tried more tutorials, but they didn't work for me. Anyone can help me? Thank you.
  18. Alexander Liebrecht

    Issue Unable to Upgrade Plesk - php-mysql is needed by psa-php5-configurator-1.7.0-cos7.build1708180212.17

    Hi Developers and Community, i have a Problem with Plesk Onyx Upgrade for PHP. For the Plesk YUM update, the installer shows me these errors. Running Transaction Check Fatal error during packages installation: [u'ERROR with transaction check vs depsolve:', 'php-mysql is needed by...
  19. ibertrix

    Resolved php files rendering shown as text after migration

    We have migrated domains from one server to another. Same onyx configuration with Apache but Nginx disabled: Product version: Plesk Onyx 17.5.3 Update #50 Update date: 2018/06/07 06:25 Build date: 2017/03/17 16:00 OS version: Ubuntu 16.04 Revision...
  20. PiTiNiNjA

    Question How to manage CORS with PHP using Plesk

    Hello! I'm having trouble trying to enable CORS on my PHP API. If I put header('Access-Control-Allow-Origin: *'); in my PHP code, it has no effect. But if I put Header set Access-Control-Allow-Origin * in the Plesk Apache configuration, then it works. How can I let PHP manage the CORS...
Back
Top