Jump to content

Memcache or Mamcached?


Lucifix

Recommended Posts

Hi,

in file deliveryCacheStore/oxMemcached/oxMemcached.class.php (line 47) there is check if class_exist for memcache:

if (!class_exists('Memcache'))

https://github.com/revive-adserver/revive-adserver/blob/master/plugins_repo/openXDeliveryCacheStore/plugins/deliveryCacheStore/oxMemcached/oxMemcached.class.php#L47

But the name of plugin is Memcached (with D). Shouldn't there be a code check:

if (!class_exists('Memcached'))

Because we have installed Memcached on our server and we couldn't initialize that plugins since it give us error:

There is no support for memcached in your PHP installation

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...