cryptopool-builders / Multi-Pool-Installer

Ultimate Crypto-Server Setup Installer! Automates most of the tedious tasks of crypto-server setup
https://www.cryptopool.builders
Mozilla Public License 2.0
168 stars 194 forks source link

After install it show a Blank site #23

Open rlpmax opened 3 years ago

rlpmax commented 3 years ago

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.

MrCamby commented 3 years ago

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 commented 3 years ago

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

afiniel commented 3 years ago

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

catcoin-project commented 9 months ago

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.