After installing redis, error page

APCu module is missing there:

apt-get install php5-apcu
€: [s]a2enmod apcu[/s]
phpenmod apcu

ok what i did is to install apcu

yum install php56w-pecl-apcu

im using centos so i used yum command to install

Hehe yeah sorry for me default debian commands, as I am not using centos :wink:.

Also got the wrong command, it is phpenmod for php modules instead of a2enmod…

It could be still necessary to enable the module. If phpenmod apcu is not valid for centos, find the related command or manually add extension=apcu.so to your php config file.

Maybe also this will be already done by module installation. Just check php -m again in case and watch out for apcu in first line.

[root@stp1200 etc]# php -m
[PHP Modules]
apc
apcu
bcmath
bz2
calendar
Core
ctype
curl
date
dom
ereg
exif
fileinfo
filter
ftp
gd
gettext
gmp
hash
iconv
igbinary
imap
json
libxml
mbstring
mcrypt
mhash
mysql
mysqli
openssl
pcntl
pcre
PDO
pdo_mysql
pdo_sqlite
Phar
posix
readline
redis
Reflection
session
shmop
SimpleXML
soap
sockets
SPL
sqlite3
standard
sysvmsg
sysvsem
sysvshm
tidy
tokenizer
wddx
xml
xmlreader
xmlrpc
xmlwriter
xsl
Zend OPcache
zip
zlib

[Zend Modules]
Zend OPcache

[root@stp1200 etc]#

under admin account of Security & setup warnings
the message about memcache is already dissapeared

This looks great, happy to hear it is working now :slight_smile:.

1 Like

me too very happyyyyyy

Thank you so muchhhhh Michalng

Another great thing is to learn copy paste lines when necessary. Cheers!

1 Like