Welcome Guest, Not a member yet? Register   Sign In
urgent: Fatal error: out of dynamic memory in yy_create_buffer()...
#2

[eluser]daulex[/eluser]
I now understood that the problem is in
Code:
function view(){
    $data['query'] = $this->db->order_by("id", "DESC");
    $data['query'] = $this->db->get('template');
    
    $this->db->where('id',$this->uri->segment(3));
    $data['query2'] = $this->db->order_by("id", "DESC");
    $data['query2'] = $this->db->get('template');
    
    $this->load->view('view_news',$data);
}

as if I take it out, everything seems to work fine... I mean I dont get the function I need, but hey it works Big Grin still, what do I do now?

edit-> not the thingy is back even without it...


Messages In This Thread
urgent: Fatal error: out of dynamic memory in yy_create_buffer()... - by El Forum - 05-29-2008, 07:26 PM



Theme © iAndrew 2016 - Forum software by © MyBB