Sharethis saving incorrect module name in {share} table
elgreg - December 15, 2008 - 17:59
| Project: | Share |
| Version: | 5.x-2.0-alpha9 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
If I create a new ShareThis popup, it puts 'sharethis' as the module name in the {share} table instead of 'share_sharethis', this leads the following error when going to view or edit one of the sharethis popups:
Fatal error: Class 'sharethis' not found in /sites/all/modules/share/share.module on line 286

#1
I think I may have figured this one out. The default for the module in the share_sharethis_class.inc on line 33 is 'sharethis' instead of 'share_sharethis'.
I'm still testing now, but so far so good.
#2
I tried changing the line so that it reads "share_sharethis" but it seems to have had no effect. But it's possible that I'm misunderstanding the issue.
#3
Fixed in latest 2.0-dev and 2.0-alpha10 releases.
#4
Automatically closed -- issue fixed for two weeks with no activity.