recoverable fatal error: Object of class stdClass could not be converted to string in token.module on line 214.
Pls see http://drupal.org/node/969382#comment-4272032
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | date.patch | 504 bytes | gunzip |
| #2 | exported-view-smsbulk.txt | 222.22 KB | Anonymous (not verified) |
Comments
Comment #1
gunzip commentedhi, can you please specify your vbo and smsbulk version and eventually paste the exported view ?
Comment #2
Anonymous (not verified) commentedViews Bulk Operations (VBO) 6.x-1.10
SMS Bulk 6.x-2.0
Comment #3
gunzip commentedi suspect this has something to do with the fact you're using a custom field (php code), can you try with a plain mobile phone number ?
Comment #4
Anonymous (not verified) commentedthe cause seems to come from the two Date fields in the following fields:
(Content Profile) Content: field_user_instr_agg
(Content Profile) Content: field_user_coach_agg
I hope this help for debugging
Date 6.x-2.7
Content Profile 6.x-1.0
Comment #5
gunzip commentedthe following patch should fix the error but the date fields remain "unformatted".
i think this is more an issue with the way vbo passes the context values for each row
(vbo passes the _raw_ unformatted value for each field instead of the rendered one)
Comment #6
Anonymous (not verified) commentedthanks a lot for the patch. the error has gone away!
Comment #7
gunzip commentedcommited to 2.x-dev