Welcome Guest, Not a member yet? Register   Sign In
Internal Server Error on get()
#1

[eluser]j0nxiest[/eluser]
Hi,

I'm trying to use ->get() on an DMZ Object with 8000+ rows in the DB.

When I execute $obj->get(); The server gives me a status 500 Internal server error.

When I limit the query with ->limit(2289), it works without erros, with limit 2290 it starts giving the error.

I tested with active record $this->db->get('table') and it worked fine.

I also tried to execute 3 queries with limits and offsets, but still it gives errors.

I really dont know where to start looking for the problem, first i was sure it hasn't got anything to do with the ORM, but when i tested with Active Record and it worked, im not so sure anymore.
#2

[eluser]j0nxiest[/eluser]
This was supposed to go on the DMZ 1.7.1. thread...
Can someone please remove this from here.




Theme © iAndrew 2016 - Forum software by © MyBB