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

psynaptic’s picture

I'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?

psynaptic’s picture

I can confirm commenting out form['#submit'][] = array('_block_rehash'); fixes the issue and both forms now save their values.

mdlepage’s picture

Same 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

greenskin’s picture

What version did you upgrade from? You might need to try disabling the module(s) and uninstalling them then re-install Share and ShareThis.

mdlepage’s picture

I 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

greenskin’s picture

Status: Active » Postponed (maintainer needs more info)

What 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?