Database_Exception [ 1267 ]: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '=' [ SELECT `article`.`id` AS `id`, `article`.`nid` AS `nid`, `article`.`status_id` AS `status_id`, `article`.`title` AS `title`, `article`.`alt_title` AS `alt_title`, `article`.`slug` AS `slug`, `article`.`old_slug` AS `old_slug`, `article`.`pub_date` AS `pub_date`, `article`.`summary` AS `summary`, `article`.`body` AS `body`, `article`.`image_id` AS `image_id`, `article`.`author_id` AS `author_id`, `article`.`sponsor_id` AS `sponsor_id`, `article`.`source_id` AS `source_id`, `article`.`creator_id` AS `creator_id`, `article`.`created_date` AS `created_date`, `article`.`edited_date` AS `edited_date`, `article`.`editor_id` AS `editor_id`, `article`.`contrib_name` AS `contrib_name`, `article`.`contrib_email` AS `contrib_email`, `article`.`contrib_company` AS `contrib_company`, `article`.`contrib_website` AS `contrib_website`, `article`.`page_view_count` AS `page_view_count`, `article`.`city_id` AS `city_id`, `article`.`paid` AS `paid` FROM `articles` AS `article` WHERE `old_slug` = 'article/​procore-raises-15m-series-d-bessemer-venture-partners' LIMIT 1 ]

MODPATH/mysqli/classes/Database/MySQLi.php [ 174 ]

169 			{
170 				// This benchmark is worthless
171 				Profiler::delete($benchmark);
172 			}
173 
174 			throw new Database_Exception(':error [ :query ]',
175 				array(':error' => mysqli_error($this->_connection), ':query' => $sql),
176 				mysqli_errno($this->_connection));
177 		}
178 
179 		if (isset($benchmark))
  1. MODPATH/database/classes/Kohana/Database/Query.php [ 251 ] » Database_MySQLi->query()

  2. MODPATH/orm/classes/Kohana/ORM.php [ 1072 ] » Kohana_Database_Query->execute()

  3. MODPATH/orm/classes/Kohana/ORM.php [ 979 ] » Kohana_ORM->_load_result()

  4. APPPATH/classes/Controller/Article.php [ 78 ] » Kohana_ORM->find()

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

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

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

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

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

  10. DOCROOT/index.php [ 114 ] » Kohana_Request->execute()

Environment