Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter Memcached Caching
#6

[eluser]sweetD[/eluser]
It seems the error is coming from here;

Code:
if ($this->_options[self::OPT_COMPRESSION]) {
   $flag = 16;
   $value = gzcompress($value);
  }

which is defined earlier;

Code:
const OPT_COMPRESSION = -1001;

I tried to echo $this->_options[self::OPT_COMPRESSION] and it reproduced the error above, again this is when it's inside of codeigniter, not when it's being used as standalone.


Messages In This Thread
CodeIgniter Memcached Caching - by El Forum - 09-11-2012, 02:32 PM
CodeIgniter Memcached Caching - by El Forum - 09-11-2012, 02:34 PM
CodeIgniter Memcached Caching - by El Forum - 09-11-2012, 02:54 PM
CodeIgniter Memcached Caching - by El Forum - 09-11-2012, 03:02 PM
CodeIgniter Memcached Caching - by El Forum - 09-11-2012, 05:14 PM
CodeIgniter Memcached Caching - by El Forum - 09-11-2012, 05:35 PM
CodeIgniter Memcached Caching - by El Forum - 09-14-2012, 03:41 PM



Theme © iAndrew 2016 - Forum software by © MyBB