Welcome Guest, Not a member yet? Register   Sign In
Tutorial problems: "Call to a member function on a non-object"
#3

[eluser]jedd[/eluser]
[quote author="kyleb" date="1261468685"]
Code:
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 23 bytes) in...
[/quote]

This means you've got two problems.

The first, your php.ini file has a memory limit of 64mb.

The second is you are pulling in about 63mb more data than you should be from your database call.


For your db connection - either load the library as you've done (but you should really be pushing this into a model) or use the config/autoload.php


Messages In This Thread
Tutorial problems: "Call to a member function on a non-object" - by El Forum - 12-21-2009, 08:25 PM



Theme © iAndrew 2016 - Forum software by © MyBB