• 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

Search results

  1. J

    Issue Activating memcached.so on PHP 7.1 help please :)

    Now it works! and its a plesk bug I suspect :) look it was not reading the memcached.ini no matter what, I had to go to my plesk onyx control panel, go to tools and settings -> php settings -> 7.0, and then go to the php.ini main file, delete one comment, save it and then it updated the...
  2. J

    Issue Activating memcached.so on PHP 7.1 help please :)

    i managed to install phpize, phew and followed this for php 7.0 Installing the memcached PHP module for PHP 7 on Plesk | Redevelopment Software Solutions and now: /opt/plesk/php/7.0/bin/php -m | grep memca memcached works and gives no errors, however I still dont see it in phpinfo() !
  3. J

    Issue Activating memcached.so on PHP 7.1 help please :)

    now im trying with php 7.0.30 this looks promising but Installing the memcached PHP module for PHP 7 on Plesk | Redevelopment Software Solutions I dont have phpize , what is that, and I cant manage to install it,
  4. J

    Issue Activating memcached.so on PHP 7.1 help please :)

    this talks about recompiling using this phpize Installing the memcached PHP module for PHP 7 on Plesk | Redevelopment Software Solutions problem is my phpize complains with Can't find PHP headers in /usr/include/php The php-devel package is required for use of this command. and when I try to...
  5. J

    Issue Activating memcached.so on PHP 7.1 help please :)

    the API of my php 7.1.18 is PHP API 20160303 /opt/plesk/php/7.1/lib64/php/modules /opt/plesk/php/7.1/lib64/php/modules so I guess I could try recompile memcached 3.0.4 extension but how do I make sure that its compiled with same api?
  6. J

    Issue Activating memcached.so on PHP 7.1 help please :)

    I found this Manually compiling PHP modules successfully but not sure that I understand what Im supposed to do
  7. J

    Issue Activating memcached.so on PHP 7.1 help please :)

    even more weird, it says Configuring for: PHP Api Version: 20160303 which is correct, so then why is the Module compiled with API 20100525 Module compiled with module API=20100525 PHP compiled with module API=20160303
  8. J

    Issue Activating memcached.so on PHP 7.1 help please :)

    I just checked the logs of the installation, see downloading memcached-3.0.4.tgz ... Starting to download memcached-3.0.4.tgz (78,776 bytes) ..................done: 78,776 bytes 15 source files, building running: phpize Configuring for: PHP Api Version: 20160303 Zend Module Api No...
  9. J

    Issue Activating memcached.so on PHP 7.1 help please :)

    I just located the extension page PECL :: Package :: memcached
  10. J

    Issue Activating memcached.so on PHP 7.1 help please :)

    thank you Igor, I used this How to install/uninstall memcached or memcache extension for PHP on Plesk server? which told me to do this: yum install gcc libmemcached-devel plesk-php71-devel zlib-devel /opt/plesk/php/7.1/bin/pecl install memcached and that did it all automatically :) what...
  11. J

    Issue Activating memcached.so on PHP 7.1 help please :)

    In plesk onyx i can choose between 7.0.30 or 7.1.18, I dont get whats the problem with this module API difference mmm, any ideas?
  12. J

    Issue Activating memcached.so on PHP 7.1 help please :)

    oh this is the problem! PHP Warning: PHP Startup: memcache: Unable to initialize module Module compiled with module API=20100525 PHP compiled with module API=20160303 a different in module API, what does that mean?, my PHP is 7.1.18, and the memcached I got was for version 7.1
  13. J

    Issue Activating memcached.so on PHP 7.1 help please :)

    oh oh, I did that and this is the result, mmm: # plesk bin php_handler --reread The information about PHP handlers was successfully updated. # /opt/plesk/php/7.1/bin/php -m | grep memca PHP Warning: PHP Startup: memcache: Unable to initialize module Module compiled with module API=20100525 PHP...
  14. J

    Issue Activating memcached.so on PHP 7.1 help please :)

    Thank you IgorG, I ran the commands of that article, what do those ones that you write do? I will try them now thank you :)
  15. J

    Issue Activating memcached.so on PHP 7.1 help please :)

    you can even see the date there, June 7 as that has been added right today -rw-r--r-- 1 root root 57 May 28 01:13 mbstring.ini -rw-r--r-- 1 root root 53 May 28 01:13 mcrypt.ini -rw-r--r-- 1 root root 23 Jun 7 05:49 memcached.ini -rw-r--r-- 1 root root 53 May 28 01:13 mysqli.ini inside...
  16. J

    Issue Activating memcached.so on PHP 7.1 help please :)

    actually between the next 2: -rw-r--r-- 1 root root 57 May 28 01:13 mbstring.ini -rw-r--r-- 1 root root 53 May 28 01:13 mcrypt.ini -rw-r--r-- 1 root root 23 Jun 7 05:49 memcached.ini -rw-r--r-- 1 root root 53 May 28 01:13 mysqli.ini
  17. J

    Issue Activating memcached.so on PHP 7.1 help please :)

    literally it should appear between these two /opt/plesk/php/7.1/etc/php.d/mbstring.ini, /opt/plesk/php/7.1/etc/php.d/mcrypt.ini, doing an ls -l in that folder shows memcached.ini right in between those 2 files
  18. J

    Issue Activating memcached.so on PHP 7.1 help please :)

    some parts of the output of phpinfo PHP logo PHP Version 7.1.18 Loaded Configuration File: /opt/plesk/php/7.1/etc/php.ini Additional .ini files parsed /opt/plesk/php/7.1/etc/php.d/00-ioncube-loader.ini, /opt/plesk/php/7.1/etc/php.d/10-opcache.ini...
  19. J

    Issue Activating memcached.so on PHP 7.1 help please :)

    and at the top of phpinfo() output I read PHP Version 7.1.18
  20. J

    Issue Activating memcached.so on PHP 7.1 help please :)

    of course :) I have phpinfo() on that very same domain yes
Back
Top