ErrorException [ Fatal Error ]: Allowed memory size of 134217728 bytes exhausted (tried to allocate 865646 bytes)

FCPATH/system/database/DB_active_rec.php [ 1705 ]

1700 				{
1701 					$no_escape = isset($this->ar_no_escape[$key]) ? $this->ar_no_escape[$key] : NULL;
1702 					$this->ar_select[$key] = $this->_protect_identifiers($val, FALSE, $no_escape);
1703 				}
1704 
1705 				$sql .= implode(', ', $this->ar_select);
1706 			}
1707 		}
1708 
1709 		// ----------------------------------------------------------------
1710 
  1. {PHP internal call} » MY_Exceptions::shutdown_handler()

Environment