Closed (fixed)
Project:
ShareThis
Version:
7.x-2.4
Component:
Miscellaneous
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
19 Apr 2012 at 22:55 UTC
Updated:
5 Jul 2012 at 06:56 UTC
config>services>sharethis it says at the bottom "Configure where the ShareThis widget should appear." I have clicked where i would like it to be shared and when i hit submit it erases any changes i have made. Any ideas??
Comments
Comment #1
Chaulky commentedAre you sure you're using the latest version, 7.x-2.4? There was an issue with saving the settings (http://drupal.org/node/1507684) which was resolved and released in 7.x-2.4. I just tried what you described and had no problems.
Comment #2
emptyvoid commentedI have 7.x-2.4 and none of the settings save at all.
Anything I chose doesn't save.
Comment #3
emptyvoid commentedRunning Xdebug on the whole submission process shows me the following "problems".
a) Settings Form
The settings form is called twice on first display.
It is also called again on submission, which in effect clobbers the settings that the user specified upon submission. The method loads the default settings saved in the settings variable (which isn't all that useful because the users configuration is never saved, so the default is always loaded).
b) Submission method
The submission method of course references the values of the $form_state which as I mention above are always overridden by the default settings for the form. Hence the user's settings never get saved.
I will toy with the module and if I find a solution I'll post a patch. The main area I feel is the problem is the sharethis_admin() function I will modify it to how I've always accomplished the task and see if it fixes the problem.
Till then.
Comment #4
emptyvoid commentedChanging name of issue so people can find this issue better.
Comment #5
emptyvoid commentedAlso changing the settings to reflect the problem.
Comment #6
emptyvoid commentedChecking out from dev and doing a clean uninstall did the trick.
Comment #7
ShareThis Support commentedHope the latest installation worked for you. Re-open if this is still an issue.
ShareThis Support