HAs anyone got any experience installing MMCache on Windows.
I have done everything it suggested yet it still says "Turck MMCache is not installed"
This is what I have donw:
1. I have placed mmcache.dll into D:\Program Files\SugarCRM\oss\php5\mmcache.dll
2. I have created a tmp\mmcache directory in D:\Program Files\SugarCRM\oss\php5\tmp\mmcache
2. PHP.INI::
zend_extension_ts="D:\Program Files\SugarCRM\oss\php5\mmcache.dll"
mmcache.shm_size="200"
mmcache.cache_dir="D:\Program Files\SugarCRM\oss\php5\tmp\mmcache"
mmcache.enable="1"
mmcache.optimizer="1"
mmcache.check_mtime="1"
mmcache.debug="0"
mmcache.filter=""
mmcache.shm_max="0"
mmcache.shm_ttl="0"
mmcache.shm_prune_period="0"
mmcache.shm_only="0"
mmcache.compress="1"
Is there a specific place in PHP.INI where this needs to go?
3. I have restarted Apache.
4. I placed the contents of the downloaded zip into the mmcache directory off the Apache root.
When running http:/localhost/mmcache/mmcache.php I get "Turck MMCache is not installed"
Any ideas of what I am doing wrong?


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks