Lucifix Posted August 12, 2015 Report Posted August 12, 2015 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#L47But 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 Quote
Recommended Posts
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.