ErrorException [ Warning ]: Error while sending QUERY packet. PID=56428

MODPATH/_internal/database/classes/Kohana/Database/MySQLi.php [ 163 ]

158 			// Benchmark this query for the current instance
159 			$benchmark = Profiler::start("Database ({$this->_instance})", $sql);
160 		}
161 
162 		// Execute the query
163 		if (($result = $this->_connection->query($sql)) === FALSE)
164 		{
165 			if (isset($benchmark))
166 			{
167 				// This benchmark is worthless
168 				Profiler::delete($benchmark);
  1. {