H hongtrang Member Aug 26, 2019 #1 My forum configures cache support according to this tutorial Memcached Code: $ config ['cache'] ['enabled'] = true; $ config ['cache'] ['provider'] = 'Memcached'; $ config ['cache'] ['config'] = [ 'server' => '127.0.0.1' ]; However, the website does not work Please help me.!
My forum configures cache support according to this tutorial Memcached Code: $ config ['cache'] ['enabled'] = true; $ config ['cache'] ['provider'] = 'Memcached'; $ config ['cache'] ['config'] = [ 'server' => '127.0.0.1' ]; However, the website does not work Please help me.!
H hongtrang Member Aug 28, 2019 #2 I have resolved 1. Enable Remi PHP 7.3 repository To enable Remi PHP 7.3 repository, run the command below. Code: yum-config-manager --enable remi-php73 2. yum install php-pecl-memcache php-pecl-memcached 3. systemctl restart httpd Upvote 0 Downvote
I have resolved 1. Enable Remi PHP 7.3 repository To enable Remi PHP 7.3 repository, run the command below. Code: yum-config-manager --enable remi-php73 2. yum install php-pecl-memcache php-pecl-memcached 3. systemctl restart httpd