Closed (fixed)
Project:
ShareThis
Version:
7.x-2.12
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Apr 2013 at 02:44 UTC
Updated:
23 Apr 2016 at 12:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
swati.karande commentedHi,
I am not getting this error on my local instance.
Can you tell me the steps to replicate it?
Comment #2
sreynen commentedYou can see the error by running the module with this theme: http://drupal.org/sandbox/kenwoodworth/1250998
To be clear, I'm not suggesting the module needs to consider specific themes, only that it should follow the documentation, which says class must be an array.
Comment #3
Zarabadoo commentedHere is a patch to move things along.
Comment #4
Zarabadoo commentedNot to self: actually attach the patch.
Comment #5
ultimateboy commentedAnother note to yourself Al... set the status :D
Comment #6
sreynen commentedThis looks good to me.
Comment #7
robloachThanks! http://drupalcode.org/project/sharethis.git/commit/648050d
Comment #9
xurubo93 commentedI changed the status of this issue to active because it's still throwing errors. In the function sharethis_node_view($node, $view_mode, $langcode) the current code is:
Only in the $node->content['links']['sharethis'] - array the class is an array.
It should be:
Comment #10
anbarasan.r commentedAttached the patch to solve the issue on the latest stable version 7.x-2.12.
Comment #11
anbarasan.r commentedComment #13
anbarasan.r commentedComment #14
ShareThis Support commentedHi There,
Thanks for your patience here! We've made some changes in our support organization and we're working through responding to these. We've added this as a feature request for our team to review!
Best
ShareThis Support
Comment #15
purushotam.rai commentedComment #17
purushotam.rai commentedIssue is resolved with latest dev pushes.
Thanks all for your inputs.
Marking issue as fixed. Feel free to re-open if issue still persists