Quote:
Originally Posted by webmastersun
Have you set memcached port and enable it on your server after installed?
|
# service memcached status
Quote:
memcached (pid 1200) is running...
|
# cat /etc/init.d/memcached | grep =
Quote:
PORT=11211
USER=memcached
MAXCONN=1024
CACHESIZE=256
OPTIONS=""
if [ "$NETWORKING" = "no" ]
RETVAL=0
prog="memcached"
pidfile=${PIDFILE-/var/run/memcached/memcached.pid}
lockfile=${LOCKFILE-/var/lock/subsys/memcached}
if [ "`stat -c %U /var/run/memcached`" != "$USER" ]; then
RETVAL=$?
RETVAL=$?
RETVAL=$?
RETVAL=2
|
# cat /etc/csf/csf.conf | grep 11211
nothing
csf.conf is firewall CSF configuration file, so i added 11211 to the TCP_IN and TCP_OUT (good step or not necessary?), restarted firewall "csf -r"
and then tried testing php script provided above by member "Dragonsys"
It returned error on line 2 again, but when changed Memcached to Memcache (
is it correct didnt i break script testing purpose?), it says: "I am data! I am held in memcached!"
my vbulletin vB Optimize addon stil said:
"Your Opcache Operator extension is functioning, however it is unable to store data. Please check your extension configuration."
(i set memcache as operator in that plugin)
:-(
--------------- Added [DATE]1453243211[/DATE] at [TIME]1453243211[/TIME] ---------------
im back with "Your Opcache Operator extension is unable to flush variables." error