mysqli_sql_exception [ 1054 ]: Unknown column '_pl.lang_id' in 'on clause'

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. MODPATH/_internal/database/classes/Kohana/Database/MySQLi.php [ 163 ]

  2. MODPATH/_internal/database/classes/Kohana/Database/Query.php [ 251 ]

  3. MODPATH/_internal/orm/classes/Kohana/ORM.php [ 1450 ]

  4. MODPATH/_internal/orm/classes/Kohana/ORM.php [ 1253 ]

  5. MODPATH/sport/classes/Model/Highlight.php [ 83 ]

  6. MODPATH/sport/classes/Module/Highlights.php [ 73 ]

  7. MODPATH/_internal/module/classes/Kohana/Module.php [ 44 ]

  8. MODPATH/_internal/module/classes/Kohana/Module.php [ 26 ]

  9. APPPATH/classes/Controller/Template.php [ 200 ]

  10. APPPATH/classes/Controller/Template.php [ 146 ]

  11. SYSPATH/classes/Kohana/Controller.php [ 69 ]

  12. {PHP internal call}

  13. SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ]

  14. SYSPATH/classes/Kohana/Request/Client.php [ 114 ]

  15. APPPATH/classes/Request.php [ 130 ]

  16. DOCROOT/index.php [ 347 ]