Database_Exception [ 0 ]: [1267] Illegal mix of collations (cp1251_general_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '=' ( SELECT `pages`.* FROM `pages` WHERE `url` = 'products/category3/������������������.html' ORDER BY `pages`.`lft` ASC LIMIT 1 )

MODPATH/database/classes/kohana/database/mysql.php [ 181 ]

176 			{
177 				// This benchmark is worthless
178 				Profiler::delete($benchmark);
179 			}
180 
181 			throw new Database_Exception(mysql_errno($this->_connection), '[:code] :error ( :query )', array(
182 				':code' => mysql_errno($this->_connection),
183 				':error' => mysql_error($this->_connection),
184 				':query' => $sql,
185 			));
186 		}
  1. MODPATH/database/classes/kohana/database/query.php [ 225 ] » Kohana_Database_MySQL->query(arguments)

  2. MODPATH/orm/classes/kohana/orm.php [ 1037 ] » Kohana_Database_Query->execute(arguments)

  3. MODPATH/orm/classes/kohana/orm.php [ 963 ] » Kohana_ORM->_load_result(arguments)

  4. APPPATH/classes/controller/index.php [ 62 ] » Kohana_ORM->find()

  5. {PHP internal call} » Controller_Index->action_index(arguments)

  6. SYSPATH/classes/kohana/request/client/internal.php [ 132 ] » ReflectionMethod->invokeArgs(arguments)

  7. SYSPATH/classes/kohana/request.php [ 1138 ] » Kohana_Request_Client_Internal->execute(arguments)

  8. DOCROOT/index.php [ 109 ] » Kohana_Request->execute()

Environment