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

Problem Memcached #120

Open
alby696 opened this issue May 10, 2018 · 10 comments
Open

Problem Memcached #120

alby696 opened this issue May 10, 2018 · 10 comments

Comments

@alby696
Copy link

alby696 commented May 10, 2018

Hello to all,
installed everything correctly without errors, edited the config.php and with the correct path together with the door and edited the memcached.conf file, restarted the service but when I open the index.php page I always have "Memcache Extension not loaded."

schermata 2018-05-10 alle 09 06 58

Does anyone have any suggestions to give me?

Thank you
alby696

@scriptzteam
Copy link

do you have php-memcache ?

@alby696
Copy link
Author

alby696 commented May 13, 2018

Yes, i have install memcached and php-memcached but the problem persist.

@alby696
Copy link
Author

alby696 commented May 13, 2018

Now i have remove memcached e php-memcached and reinstall memcached and php-memcache but now i have a white page.

@scriptzteam
Copy link

scriptzteam commented May 13, 2018

Load few times the index.php file on web server then do this:

cd /var/log/apache2/

cat error.log

or

tail -f error.log

You can see if any error occurs

Probably try do enable php error log :)

P.S.: DID YOU ENABLED THE MEMCACHE VIA phpenmod ??

@alby696
Copy link
Author

alby696 commented May 13, 2018

The apache directory does not exist as a log because it is not installed with nginx installed.
I have enabled the php log but it does not say anything except that the configuration file is correct.
The memcache is enabled in php because if I do the phpinfo code it comes out to me that it is installed.

schermata 2018-05-13 alle 21 33 40

@scriptzteam
Copy link

scriptzteam commented May 14, 2018

Ah sry nginx right xD

Then look at nginx log folder :)

cd /var/log/nginx/

And check error logs...

Other than that, idk since for me gazelle works :)

@alby696
Copy link
Author

alby696 commented May 14, 2018

thanks so much....

@scriptzteam
Copy link

:)

@miitchel
Copy link

miitchel commented Jun 5, 2022

for me it doesnt give any error logs, it just says "Memcache Extension not loaded.", while in phpinfo() it does show memcached

@scriptzteam
Copy link

enable error logging.
is memcached installed? i mean not for php for just memcached

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

3 participants