Hy,

I have this message when webform conditional confirmation is active and I try to list messages:

Trying to get property of non-object dans webform_conditional_confirmation_message_load() (ligne 123 dans .... sites\all\modules\forms\webform_conditional_confirmation\webform_conditional_confirmation.module).

At that line the code is:

$query = db_select('webform_conditional_confirmation', 'wcc') -> fields('wcc') -> condition('nid', $node -> nid);

but $node it's an array here, like this:

https://www.drupal.org/files/issues/Capture1_0.gif

If someone can help me.

Thank you.

CommentFileSizeAuthor
Capture1.gif11.32 KBsfcamil
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

bluegeek9’s picture

Status: Active » Closed (outdated)