WhatCD / Gazelle

http://whatcd.github.io/Gazelle/
1.84k stars 363 forks source link

Problem Memcached #120

Open alby696 opened 6 years ago

alby696 commented 6 years ago

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 commented 6 years ago

do you have php-memcache ?

alby696 commented 6 years ago

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

alby696 commented 6 years ago

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

scriptzteam commented 6 years ago

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 commented 6 years ago

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 commented 6 years ago

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 commented 6 years ago

thanks so much....

scriptzteam commented 6 years ago

:)

miitchel commented 2 years ago

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

scriptzteam commented 2 years ago

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