I grabbed your updated code from cvs and went to install it. Supporters and groups went fine but when installing the fields module i get this:
Fatal error: Call to undefined function salsa_supporters_fields_custom_refresh() in C:\webserver\htdocs\salsa_api_d6\sites\default\modules\salsa_supporters\salsa_supporters_fields.install on line 32
Comments
Comment #1
gengel commentedYou're right - I did some last minute function renaming and forgot to update the .install files. I'll have an update this evening.
Comment #2
gengel commentedThis should be corrected now.
Comment #3
codewatson commentedLooks like you fixed one and broke another!
Fatal error: Call to undefined function salsa_supporters_cron() in C:\webserver\htdocs\salsa_api_d6\sites\default\modules\salsa_supporters\salsa_supporters.install on line 38
Comment #4
gengel commentedYou are correct! In my zeal to re-arrange things, I neglected that I'd have to move this change out to the other modules as well. Just replicated these changes across the other two modules, and tested installing / uninstalling myself, so it should work now.
Comment #5
gengel commented