Multi-Pool-Installer
Multi-Pool-Installer copied to clipboard
AdminPortal Blank main page working
The AdminPortal site/AdminPortal is showing a blank page. No errors. The Main site is showing the correct page.
Try this: sudo apt-get install -y php7.3-memcache
this doesn't help
Try sudo apt install php7.3-memcache php7.3-memcached memcached
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