Jump to content

Lucifix

Approved members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by Lucifix

  1. 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

  2. Hi all,

     

    sadly because of the lack of plugin development documentation I can't find any info if it's possible to create new delivery file (like www/delivery/spc,php) within plugin?

     

    I really don't wish to spend hours of investigation to find out that this isn't possible ;)

     

    Thanks!

×
×
  • Create New...