-
Notifications
You must be signed in to change notification settings - Fork 193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After install it show a Blank site #23
Comments
Same problem here
Ubuntu 18.04.5 LTS fresh installed |
@rlpmax you need to install |
sudo apt-get install -y php7.3-memcache |
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. |
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.
The text was updated successfully, but these errors were encountered: