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

AdminPortal Blank main page working #35

Open caoihmin opened 2 years ago

caoihmin commented 2 years ago

The AdminPortal site/AdminPortal is showing a blank page. No errors. The Main site is showing the correct page.

ebot1234 commented 2 years ago

Try this: sudo apt-get install -y php7.3-memcache

Karbo-code commented 2 years ago

this doesn't help

Jimmy062006 commented 2 years ago

Try sudo apt install php7.3-memcache php7.3-memcached memcached

5053s commented 2 years ago

sudo apt install php7.3-memcache php7.3-memcached memcached

It goes deeper than this. To fully resolve you should,

First, check your php version

php -v

If it IS 7.3 you should then do all the following:

sudo apt install php7.3-memcache php7.3-memcached memcached
sudo service nginx restart
sudo service php7.3-fpm restart

If your php is NOT 7.3, you need to do this:

sudo apt install php7.3-memcache php7.3-memcached memcached

sudo update-alternatives --config php