Welcome Guest, Not a member yet? Register   Sign In
Codeigniter is stuck in some kind of nesting loop.
#5
Exclamation 

(04-20-2015, 10:39 AM)Brian Wrote: So I am new to Codeigniter and I was jsut going through the tutorial. Doing the news thing and when I went to load the page localhost/NewsApp/index.php/news I get the error:

Fatal error: Maximum function nesting level of '200' reached, aborting! in C:\wamp\www\NewsApp\system\database\DB_driver.php on line 963

I am running wamp, I have seen other forums. At first the execution time wasn't enough so now its set at 1200 and the nesting level is at 200 so I think its safe to say they aren't the problem. I am connecting to SQL server localdb and I connected using cake so I know its working. Running on php 5.5. It seems to be just calling the same 4 functions. What's going on here?


I get this error too, i am working with SQL Server 2008 and when i load the database config, codeigniter gets inside a loop calling initialize() infinite times, but when i connect to mysql it works
I also tried to increase the maximum nesting level in xdebug but every time it reaches the max and throws that error,

Working with CI 3.0, sql server 2008 R2, sql server native client, Apache/2.4.16 (Win32), PHP/5.6.11

Attached Files Thumbnail(s)
   
Reply


Messages In This Thread
RE: Codeigniter is stuck in some kind of nesting loop. - by RPeace - 08-18-2015, 03:56 PM



Theme © iAndrew 2016 - Forum software by © MyBB