Postponed (maintainer needs more info)
Project:
Share
Version:
5.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Feb 2009 at 00:22 UTC
Updated:
28 Feb 2009 at 19:18 UTC
I installed the dev version on a project that I've just joined that has tons of custom code, so perhaps it's related to that. But if not,...
Problem: share_popup_form_submit isn't fired at the logical time (nothing is).
My workaround: Comment out this line: $form['#submit'] = array('_block_rehash');
Note: _block_rehash also didn't seem to have been firing, so I'm not sure what's going on. Reporting this here just in case.
Comments
Comment #1
psynaptic commentedI'm trying to save either of the Add Share or Add ShareThis forms but neither of them are saving values. The list page just keeps saying "No popups have yet been defined."
Is this module working for others? Am I missing something?
I patched the service_links.module but that can't have anything to do with this issue. Any ideas?
Comment #2
psynaptic commentedI can confirm commenting out
form['#submit'][] = array('_block_rehash');fixes the issue and both forms now save their values.Comment #3
mdlepage commentedSame problem. I cannot get the dev version to work for me, not the alpha10 version.
When I create a "Share This" tab, the values are not saved. Once the save button is clicked, the page returns with no values saved.
I also tried commenting out the line in #2, but the module gave errors when trying to view any page with a "ShareThis" link - that solution did not work for me.
Can anyone provide some help on how to get this module up and running. I had an earlier version running, but decided to upgrade to fix a bug and now I can't get it working and have no ShareThis functionality.
Any help is appreciated.
M
Comment #4
greenskin commentedWhat version did you upgrade from? You might need to try disabling the module(s) and uninstalling them then re-install Share and ShareThis.
Comment #5
mdlepage commentedI upgraded from 5.x.2.0.alpha3. I did properly uninstall the Share module using the uninstall tab on the modules page, and the reinstalled. If I'm not mistaken, I also had to run update.php to update the database schema for the newer version of share.
Still looking for some help on how to get it up and running.
m
Comment #6
greenskin commentedWhat other modules do you have installed? Is it only the ShareThis popup type that is giving you problems or the Share popup type also? Does your error log show anything?