Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 523800 bytes) in /home/ipmgsaco/public_html/system/database/DB_driver.php on line 622

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

FCPATH/system/database/DB_driver.php [ 622 ]

617 	 * @param	string	An SQL query string
618 	 * @return	boolean
619 	 */
620 	function is_write_type($sql)
621 	{
622 		if ( ! preg_match('/^\s*"?(SET|INSERT|UPDATE|DELETE|REPLACE|CREATE|DROP|TRUNCATE|LOAD DATA|COPY|ALTER|GRANT|REVOKE|LOCK|UNLOCK)\s+/i', $sql))
623 		{
624 			return FALSE;
625 		}
626 		return TRUE;
627 	}
  1. {PHP internal call} » MY_Exceptions::shutdown_handler()

Environment