PDA

View Full Version : Memcached


CHIPIT
Sun 9th Sep '07, 5:47am
Alright, so, I wanted to try to use memcached.
I followed the install instructions found in a thread on these forums.
I'm new to installing server apps, but I managed.

I uncommented and adapted the memcached lines in the configuration file.
However, when I go to my forums I get:
"Fatal error: Memcache is not installed in /includes/class_datastore.php on line 271"

I'm almost sure that memcached is running properly, and I'm positive the values in the config file are correct.

Are there any other causes of this issue? Or did I screw up when installing/running memcached?

Steve Machol
Sun 9th Sep '07, 3:41pm
This is a server issue. Moved to Server Configuration forum.

kerplunk
Sun 9th Sep '07, 3:42pm
http://www.vbulletin.com/forum/showthread.php?t=225335

mlx
Sun 9th Sep '07, 7:01pm
Besides that the memcached daemon is up and running make sure that the memcached PHP extension is installed properly too.

CHIPIT
Sun 9th Sep '07, 8:16pm
Besides that the memcached daemon is up and running make sure that the memcached PHP extension is installed properly too.

I could of sworn I had added it, but after checking php.ini it appears I hadn't.
Did it, and now it's working fine.

Thank you very much.

~CHIP