Welcome Guest, Not a member yet? Register   Sign In
Error Cell caching
#1

(This post was last modified: 09-04-2016, 03:26 AM by HTLove.)

Hi
I'm using guild https://bcit-ci.github.io/CodeIgniter4/g...cells.html but error Call to undefined method CodeIgniter\Cache\Handlers\FileHandler:Confusedet()
[Image: CpAjEyC.png]

i'm thing fix $this->cache->set($cacheName, $output, $ttl); to $this->cache->save($cacheName, $output, $ttl);

tks so much
Reply
#2

(09-04-2016, 03:25 AM)HTLove Wrote: I'm thinking fix $this->cache->set($cacheName, $output, $ttl); to $this->cache->save($cacheName, $output, $ttl);

You're absolutely correct. Will have it patched up shortly.
Reply
#3

(10-18-2016, 09:34 PM)kilishan Wrote:
(09-04-2016, 03:25 AM)HTLove Wrote: I'm thinking fix $this->cache->set($cacheName, $output, $ttl); to $this->cache->save($cacheName, $output, $ttl);

You're absolutely correct. Will have it patched up shortly.

Tks you !!
Reply




Theme © iAndrew 2016 - Forum software by © MyBB