Skip to content
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

Open
rlpmax opened this issue Feb 23, 2021 · 4 comments
Open

After install it show a Blank site #23

rlpmax opened this issue Feb 23, 2021 · 4 comments

Comments

@rlpmax
Copy link

rlpmax commented Feb 23, 2021

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
Copy link

MrCamby commented Feb 23, 2021

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
Copy link

MrCamby commented Feb 23, 2021

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

@afiniel
Copy link

afiniel commented Jun 13, 2021

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

@catcoin-project
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants