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

AdminPortal Blank main page working

Open caoihmin opened this issue 4 years ago • 4 comments

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

caoihmin avatar Oct 02 '21 15:10 caoihmin

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

ebot1234 avatar Oct 15 '21 01:10 ebot1234

this doesn't help

Karbo-code avatar Dec 04 '21 20:12 Karbo-code

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

Jimmy062006 avatar Dec 31 '21 00:12 Jimmy062006

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
  • Select v 7.3 and continue
  • Confirm version again with
php -v

Then,

sudo service nginx restart
sudo service php7.3-fpm restart

5053s avatar May 04 '22 23:05 5053s