简体   繁体   English

致命错误:找不到类“ Memcache”

[英]Fatal error: Class 'Memcache' not found

This is the result I got in my system. 这是我进入系统的结果。

php -m | grep -i memcache

memcache

Still I get the error "Fatal error: Class 'Memcache' not found ..." While running a symfony app on apache. 在Apache上运行symfony应用程序时,仍然出现错误“致命错误:未找到类'Memcache'...”。

Please help 请帮忙

您需要在php.ini文件中安装apache模块memcache.so:extension = memcache.so

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Memcache&php:致命错误:未找到类'Memcache' - Memcache & php: Fatal error: Class 'Memcache' not found in 致命错误:未找到类“Memcache” - Fatal error: Class 'Memcache' not found in 致命错误:未找到类'Memcache'(与pecl一起安装) - Fatal error: Class 'Memcache' not found (installed with pecl) PHP memcached 致命错误:找不到“Memcache”类 - PHP memcached Fatal error: Class 'Memcache' not found Drupal —致命错误:找不到类“ Memcache” - Drupal — Fatal error: Class 'Memcache' not found 在Windows Server上安装memcached时出现“致命错误:找不到类'Memcache'” - “Fatal error: Class 'Memcache' not found” when installing memcached on Windows Server 致命错误:在Zend Framework + Wamp中找不到类“ Memcache” - Fatal error: Class 'Memcache' not found in Zend Framework + Wamp “尝试在Ubuntu中安装Memcache时发生致命错误:类'Memcached'未找到” - “Fatal error: Class 'Memcached' not found” when trying to install Memcache in Ubuntu 即使安装了memcache扩展,在wordpress的object-cache.php中也出现了“ PHP致命错误:找不到类'Memcache'” - “PHP Fatal error: Class 'Memcache' not found” occurred in object-cache.php of wordpress even after installed memcache extension 致命错误:找不到类别“ 2” - Fatal error: Class '2' not found in
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM