Dear Colleagues

I updated the drupal core from 7.2 to 7.21 and updated all my modules. Everything looks good except when I go to an existing webform and edit one field of the form. The following exception appears:

FehlermeldungPDOException: SQLSTATE[22018]: [Microsoft][SQL Server Native Client 11.0][SQL Server]Conversion failed when converting the nvarchar value 'components' to data type int.: SELECT revision.[vid] AS [vid], base.[uid] AS [uid], revision.[title] AS [title], revision.[log] AS [log], revision.[status] AS [status], revision.[comment] AS [comment], revision.[promote] AS [promote], revision.[sticky] AS [sticky], base.[nid] AS [nid], base.[type] AS [type], base.[language] AS [language], base.[created] AS [created], base.[changed] AS [changed], base.[tnid] AS [tnid], base.[translate] AS [translate], revision.[timestamp] AS [revision_timestamp], revision.[uid] AS [revision_uid] FROM {node} base INNER JOIN {node_revision} revision ON revision.nid = base.nid AND revision.vid = :revisionId WHERE ( ([base].[nid] IN (:db_condition_placeholder_0)) ); Array ( [:db_condition_placeholder_0] => 117 [:revisionId] => components ) in DrupalDefaultEntityController->load() (Zeile 196 von C:\incite\includes\entity.inc).

What do I have to change?

Thank you very much for your help.

Kind regards

Marc

Comments

katannshaw’s picture

I'm having the same issue. I've created an issue report about it at http://drupal.org/node/1959280, but I've closed it as a duplicate to this issue: http://drupal.org/node/1003788

Your post helped me to reaffirm that this issue started when I upgraded my version of Drupal core, and that it could be related to the Entity API or menu system.

Here are some other related issue reports that might be helpful to you:

UPDATE:

@Marc: This error was fixed for me here: http://drupal.org/node/1003788#comment-6110312. Hope it helps.

Katherine Shaw, Front-end Developer, Lullabot