Multi-Pool-Installer icon indicating copy to clipboard operation
Multi-Pool-Installer copied to clipboard

After install it show a Blank site

Open rlpmax opened this issue 4 years ago • 4 comments

After a reinstall(Ubuntu18.04) it doesnt show the frontend. And i find this Error in the debug log: [2021-02-22 22:18:57] front end error (IP) [2021-02-22 22:18:57] CMemCache requires PHP memcache extension to be loaded.

rlpmax avatar Feb 23 '21 10:02 rlpmax

Same problem here

[2021-02-23 13:13:31] front end error 10.0.20.10 [2021-02-23 13:13:31] CMemCache requires PHP memcache extension to be loaded.

Ubuntu 18.04.5 LTS fresh installed

MrCamby avatar Feb 23 '21 13:02 MrCamby

@rlpmax you need to install php7.3-memcache php7.3-memcached

MrCamby avatar Feb 23 '21 13:02 MrCamby

sudo apt-get install -y php7.3-memcache

afiniel avatar Jun 13 '21 12:06 afiniel

You might have to compile memcache from source. Sometimes especially now packages are missing in PHP archives.

Run phpize in the top of the memcache source directory, then configure and make. You will want to add it to the available modules for PHP and enable in the modules for php-fpm.

catcoin-project avatar Nov 21 '23 13:11 catcoin-project