Hi Everyone,

Anyone know what this error message means?

PDOException: SQLSTATE[22018]: [Microsoft][SQL Server Native Client 11.0][SQL Server]Conversion failed when converting the nvarchar value '248,9' to data type int.: SELECT td.[name] AS [name] FROM {taxonomy_term_data} td WHERE ( ([td].[tid] IN (:db_condition_placeholder_0)) ); Array ( [:db_condition_placeholder_0] => 248,9 ) in views_handler_argument_term_node_tid->title_query() (line 43 of D:\webroot\fwc_2\docroot\sites\all\modules\views\modules\taxonomy\views_handler_argument_term_node_tid.inc).

Regards
Sanny

Comments

nevets’s picture

It appears you have a taxonomy term with the name of '248,9' is that correct?

What are you doing when you see the error?