Welcome Guest, Not a member yet? Register   Sign In
Fatal memory error
#2

Try this to pinpoint the problem for us.

PHP Code:
// try this before your query to see if you need to increase
// your php.ini memory_limit

ini_set('memory_limit''1024M'); // or you could use 1G

// do a backtrace to see if there are other problems
// add this before your query to see if the problem is there

var_dump debug_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS); 

Let us know what you find out.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
Fatal memory error - by manigopal - 11-27-2019, 07:01 PM
RE: Fatal memory error - by InsiteFX - 11-28-2019, 05:07 AM
RE: Fatal memory error - by manigopal - 11-28-2019, 05:45 AM
RE: Fatal memory error - by InsiteFX - 11-28-2019, 06:00 AM



Theme © iAndrew 2016 - Forum software by © MyBB