Database_Exception [ 1054 ]: Unknown column 'notification_Id' in 'from clause' [ SELECT lot.cadastralNum, bidType, bidStatus, publishDate, LocalityName, area, startPrice, unit, currency, lon, lat, lot.id, lot.location, bidOrganization.fullName, lot_CadastrCoords.lat, lot_CadastrCoords.lon, AdministrativeAreaName, SubAdministrativeAreaName FROM `bidOrganization` LEFT JOIN bidOrganization_localityname USING ( organizationId ) LEFT JOIN lot USING ( notification_Id ) LEFT JOIN notification USING ( notification_Id ) LEFT JOIN lot_CadastrCoords USING ( id ) WHERE lot.cadastralNum = '50:01:0060301:4' AND lot.ban_lot=0 ORDER BY `notification`.`publishDate` DESC LIMIT 0 , 100 ]

MODPATH/database/classes/Kohana/Database/MySQLi.php [ 171 ]

166 			{
167 				// This benchmark is worthless
168 				Profiler::delete($benchmark);
169 			}
170 
171 			throw new Database_Exception(':error [ :query ]', array(
172 				':error' => $this->_connection->error,
173 				':query' => $sql
174 			), $this->_connection->errno);
175 		}
176 
  1. MODPATH/database/classes/Kohana/Database/Query.php [ 251 ] » Kohana_Database_MySQLi->query(arguments)

  2. APPPATH/classes/Model/Modellot.php [ 23 ] » Kohana_Database_Query->execute()

  3. APPPATH/classes/Controller/Article.php [ 24 ] » Model_Modellot->cadastralnum(arguments)

  4. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Article->action_kadmap()

  5. {PHP internal call} » Kohana_Controller->execute()

  6. SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ] » ReflectionMethod->invoke(arguments)

  7. SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  8. SYSPATH/classes/Kohana/Request.php [ 993 ] » Kohana_Request_Client->execute(arguments)

  9. DOCROOT/index.php [ 118 ] » Kohana_Request->execute()

Environment