recoverable fatal error: Object of class stdClass could not be converted to string in /sites/all/modules/token/token.module on line 214
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | token_actions.module.txt | 8.25 KB | Anonymous (not verified) |
recoverable fatal error: Object of class stdClass could not be converted to string in /sites/all/modules/token/token.module on line 214
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | token_actions.module.txt | 8.25 KB | Anonymous (not verified) |
Comments
Comment #1
dave reidUm, the only thing I can think of is something is passing in an object when it should be a string to token_replace(). You'll have to do some digging and debugging on your own to figure out what's going on here because this can't be replicated with just core + token.module.
Comment #2
Anonymous (not verified) commentedcould it be due to the hack iI did to the token_actions.module? I hacked the module to send emails to a userlist trought vbo, for further infos pls see http://drupal.org/node/406600. Attached is the hacked module, could it be possibile to port this hack into the official release?
Comment #3
dave reidWell, if you remove the hack does it work?
Comment #4
Anonymous (not verified) commentedno, the problem is still there, even if I remove the hack.
Comment #5
Anonymous (not verified) commentedany news?
Comment #6
dave reidStill applies. I assume some module is passing in invalid token values, since this cannot be replicated with just core + token module installed.
Comment #7
Anonymous (not verified) commentedthe problem seems to come from smsbulk. When I send SMS with smsframework+vbo+smsbulk I got the error. If I just use smsframework+vbo the error doesn't happen. Opening an issue on smsbulk.