Database_Exception [ 0 ]: ERROR: invalid input syntax for type integer: "1084784le84784" LINE 1: ... left join fm_tags t on (t.id=tag_id)where pub_id='1084784le... ^ [ select t.id, t.name_ru as "name" from fm_news_tags left join fm_tags t on (t.id=tag_id)where pub_id='1084784le84784' ]

MODPATH/database/classes/Kohana/Database/PostgreSQL.php [ 178 ]

173 			{
174 				$result = pg_query($this->_connection, $sql);
175 			}
176 			catch (Exception $e)
177 			{
178 				throw new Database_Exception(':error [ :query ]',
179 					array(':error' => pg_last_error($this->_connection), ':query' => $sql));
180 			}
181 
182 			if ( ! $result)
183 				throw new Database_Exception(':error [ :query ]',
  1. MODPATH/database/classes/Kohana/Database/Query.php [ 251 ] » Kohana_Database_PostgreSQL->query()

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

  3. APPPATH/classes/Controller/Article.php [ 49 ] » Model_Article->get_tags()

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

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

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

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

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

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

Environment