View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0006485 | OXID eShop (all versions) | 4.08. Cache | public | 2016-08-19 09:46 | 2016-08-19 10:01 |
| Reporter | [email protected] | Assigned To | |||
| Priority | normal | Severity | crash | Reproducibility | always |
| Status | closed | Resolution | no change required | ||
| Platform | Linux | OS | RHEL | OS Version | 6 |
| Product Version | 4.10.1 / 5.3.1 | ||||
| Summary | 0006485: Memcache not recognized | ||||
| Description | We use RHEL 6 with PHP 5.6 and the memcache module. The shop does not recognize our memcache server because there is only a memcached connector which checks for the php module "memcached". Please add also support for the "memcache" module simply by adding a new connector or checking for "memcache" or "memcached" module in file oxmemcachedcacheconnector.php line 50. | ||||
| Steps To Reproduce | Install memcache instead of memcached module and try to activate memcache cache in oxid backend. | ||||
| Tags | No tags attached. | ||||
| Theme | All | ||||
| Browser | All | ||||
| PHP Version | 5.6 | ||||
| Database Version | 5.6 | ||||
|
|
memcache and memcached are different modules. OXID supports memcached. http://php.net/manual/en/book.memcached.php http://php.net/manual/en/book.memcache.php |