Welcome Guest, Not a member yet? Register   Sign In
Memory exhausted error for a few records
#3

(This post was last modified: 08-27-2021, 01:36 AM by InsiteFX.)

You could also try freeing the database query result before continuing on to the next query.

PHP Code:
// CodeIgniter 4
$query->freeResult(); // The $query result object will no longer be available

// MySQLi
mysql_free_result($result); 

Try that.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
RE: Memory exhausted error for a few records - by InsiteFX - 08-27-2021, 01:36 AM



Theme © iAndrew 2016 - Forum software by © MyBB