• 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
  • Please beaware of a breaking change in the REST API on the next Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

Search results for query: "PHP" "memcached"

  1. P

    Resolved memcached PHP extension for PHP support instruction error

    Hello, I have tried to follow these instructions but ended with an error. ( https://support.plesk.com/hc/en-us/articles/12377651968023-How-to-install-uninstall-memcached-PHP-extension-for-Plesk-PHP-handlers ) These instruction will be failed if you want to change "igbinary => yes" on Centos...
  2. P

    Resolved memcached PHP extension for PHP support instruction error

    I can not install or uninstall memcached extension. # /opt/plesk/php/7.4/bin/pecl install memcached pecl/memcached is already installed and is the same as the released version 3.2.0 install failed
  3. P

    Resolved [Duplicate] Uninstall memcached PHP extension error

    Duplicate to your post on the KB article page and your post Resolved - memcached PHP extension for PHP support instruction error. This has been answered on the other two occasions.
  4. T

    Issue Memcached and Dedicated FPM Application

    I have installed Memcached using this article: https://support.plesk.com/hc/en-us/articles/12377651968023-How-to-install-uninstall-memcached-PHP-extension-for-Plesk-PHP-handlers My issue is that Memcached is available in the FPM Application served by Apache but not in the Dedicated FPM...
  5. Y

    Question Debian/Ubuntu + Plesk 18 + Laravel 10 + FirebirdSQL

    Most likely the PHP handler does not have the required extension. You can check by running the command If the list is empty, you need to install it yourself. Unfortunately, there are no instructions for installing Firebird. But you can use this article
  6. P

    Resolved memcached PHP extension for PHP support instruction error

    igbinary is an optional component. If it is not installed on your server and you try to use it, the installation of the PHP memcached extension will fail. That is an expected behavior. If you want to use igbinary, you first need to install it.
  7. P

    Resolved [Duplicate] Uninstall memcached PHP extension error

    By copying needed .h files I have managed to install php memcached extension. But it did not run properly so I have decided to uninstall from console and plesk, it gives the same error. # /opt/plesk/php/7.4/bin/pecl uninstall memcached PHP Fatal error: Uncaught Error: Cannot use object of type...
  8. P

    Resolved memcached PHP extension for PHP support instruction error

    I have run this: /opt/plesk/php/7.4/bin/pecl install igbinary But still I can not install or uninstall memcached extension. What do you suggest? I can remove php 7.4 and dependicies (webmail apps), and install back. Will it be a problem? Or any basic solution? Regards.
  9. P

    Resolved memcached PHP extension for PHP support instruction error

    By copying needed .h files I have managed to install php memcached extension. But it did not run properly so I have decided to uninstall from console and plesk, it gives the same error. # /opt/plesk/php/7.4/bin/pecl uninstall memcached PHP Fatal error: Uncaught Error: Cannot use object of type...
  10. D

    Issue How to install Memcache PECL extension for PHP (not Memcached)

    after I run `/Applications/MAMP/bin/php/php7.4.3/bin/pecl install memcache-4.0.5.2` have error: `checking for the location of zlib... configure: error: memcache support requires ZLIB. Use --with-zlib-dir=<DIR> to specify prefix where ZLIB include and library are located`
  11. P

    Resolved memcached PHP extension for PHP support instruction error

    I guess igbinary is installed and I see this error. #rpm -qa|grep igbinary php-pecl-igbinary-1.2.1-1.el7.x86_64
  12. LuigiMdg

    Resolved PHP 8.2 - Memcached Extension Not Available

    Greetings, in the list of available extensions for PHP 8.2, the Memcached extension is not available, why? https://justpaste.it/breeg
  13. HoracioS

    Issue Install Roundcube as a site for a client

    Hello, I need to set up a Roundcube as a website, and I've been trying to do it through Softaculous, but I'm having a hard time. It's giving me the following error: The following errors were found : Required PHP extension not found : pdo_mysql Required PHP extension not found : pcre Required...
  14. Martin73

    Issue Problems with installing memcached for PHP 8.2

    It's embarrassing. I made the same mistake I did with PHP 8.0. :rolleyes: The php.ini was the cause. Here are the steps for the installation: apt install memcached autoconf automake gcc libmemcached-dev libhashkit-dev pkg-config plesk-php*-dev zlib1g-dev /opt/plesk/php/8.2/bin/pecl install...
  15. IgorG

    Issue How to install Memcache PECL extension for PHP (not Memcached)

    The latest version of Memcache requires PHP version > 8.0: # /opt/plesk/php/7.4/bin/pecl install memcache WARNING: channel "pecl.php.net" has updated its protocols, use "pecl channel-update pecl.php.net" to update pecl/memcache requires PHP (version >= 8.0.0), installed version is 7.4.33 No...
  16. Martin73

    Issue Problems with installing memcached for PHP 8.2

    I was able to install memcached with this work around. This was possible for PHP 8.0 and also for version 8.1. PHP 8.2 however makes problems. After “service plesk-php82-fpm restart” comes the following message: Job for plesk-php82-fpm.service failed because the control process exited with error...
  17. M

    Resolved PECL doesn't work anymore?

    when trying to install some extension for php /opt/plesk/php/8.2/bin/pecl install memcached No releases available for package "pecl.php.net/memcached" /opt/plesk/php/8.2/bin/pecl install apcu No releases available for package "pecl.php.net/apcu" /opt/plesk/php/8.1/bin/pecl install apcu...
  18. S

    Question php extension don't appears on plesk panel

    /opt/plesk/php/7.4/bin/php -m | grep memcached memcached
  19. D

    Issue How to install Memcache PECL extension for PHP (not Memcached)

    I already have Memcached installed and running But now I need to install the Memcache (not Memcached) PECL extension for PHP in order to use this plugin: https://github.com/Automattic/wp-memcached I tried this: yum install php74-php-pecl-memcache.x86_64 Then I follow the instructions but as...
  20. IgorG

    Issue Add Memcache and Ioncube to PHP 7.0 / 7.1 / 7.2 on Debian 11.5 + Plesk 18.0.46

    Do you really want to install an outdated version of PHP like the OS PHP handler? Why don't you use the PHP 7.x handler from Plesk? There are instructions for this option...
Back
Top