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

CommentFileSizeAuthor
#5 date.patch504 bytesgunzip
#2 exported-view-smsbulk.txt222.22 KBAnonymous (not verified)

Comments

gunzip’s picture

hi, can you please specify your vbo and smsbulk version and eventually paste the exported view ?

Anonymous’s picture

StatusFileSize
new222.22 KB

Views Bulk Operations (VBO) 6.x-1.10
SMS Bulk 6.x-2.0

gunzip’s picture

i 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 ?

Anonymous’s picture

the 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

gunzip’s picture

StatusFileSize
new504 bytes

the 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)

Anonymous’s picture

Status: Active » Reviewed & tested by the community

thanks a lot for the patch. the error has gone away!

gunzip’s picture

Status: Reviewed & tested by the community » Closed (fixed)

commited to 2.x-dev