Welcome Guest, Not a member yet? Register   Sign In
file cache with its own library doesn't work
#2

(This post was last modified: 12-27-2015, 08:31 AM by Veygr.)

Solution.

In:
PHP Code:
system/databases/DB_result.php 

Find (line 186):
PHP Code:
elseif ( ! $this->result_id OR $this->num_rows === 0

Replace on:
PHP Code:
elseif ( /* ! $this->result_id OR */ $this->num_rows === 0
Reply


Messages In This Thread
RE: file cache with its own library doesn't work - by Veygr - 12-27-2015, 02:00 AM



Theme © iAndrew 2016 - Forum software by © MyBB