I've just enabled Related inks on my news aggregation site, and while it seems to be working, the logs are showing a lot of errors being produced of the form:
Object of class stdClass could not be converted to string in /web/example.com/www/sites/default/modules/relatedlinks/relatedlinks.module on line 1083.
Any advise as to what this might be due to, and how it might be resolved would be gratefully received.
Thanks.
Comments
Comment #1
jackspiv commentedsame in 5.x-2.2beta
Any ideas or workarounds?
Comment #2
pianomansam commentedStarted getting the same error in 5.x-2.2beta too :-(
Comment #3
noomz commentedsubscribe
Comment #4
csc4 commentedI think it is because it isn't testing for the empty case so I'm trying with an additional if above the original clause
ie
instead of
trying
So far my errors seem to be gone.
Comment #5
Zen commentedComment #6
Zen commentedDupe of #133099: Object of class stdClass could not be converted to string