First of all, let me say "thanks!" This module is exactly what I am looking for
I am getting the following error when I try to enable this module:
Fatal error: Cannot redeclare anon_datereminder_allowed_access_node() (previously declared in /MYSITE/sites/all/modules/anon_datereminder/anon_datereminder.module:121) in /MYSITE/sites/all/modules/anon_datereminder/anon_datereminder.module on line 160
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | anon_datereminder-fater-error-upon-install-2283091-7.x-1.0.patch | 2.11 KB | skadu |
Comments
Comment #1
a214n commentedAlso having this issue.. Can't enable module
Comment #2
bletch commentedThanks for letting us know. I am away for the next week but will be able to take a look at this when I get back. It appears to be a fairly simple error - with that particular function anon_datereminder_allowed_access_node() being defined twice - not sure how that has changed but, again, I will take a look.
Comment #3
buttonwillowsix commentedThanks!
Comment #4
buttonwillowsix commentedI changed the name of the second function, which allowed me to install it. Everything looks peachy, except that I don't see any actual reminder functionality on any of my event nodes! So, any advice here would be greatly appreciated.
Comment #5
webservant316 commentedsame problem observed here.
Comment #6
buttonwillowsix commentedAny update on this? I see everything except the reminder button/link on my nodes.
Comment #7
FNGR commentedsame error here!
Comment #8
skaduHi There,
This looks to be caused by a commit that had conflicts:
By removing the first of these duplicated functions (pasted above) the module appears to install, I did not test the whole module, as it won't actually work in my use case, but I wanted to at least put a patch up here so you can get it installed.
See attached.
Comment #10
bletch commentedThanks skadu for the patch. I thought this was taken care of a long time ago. Have updated repo.
Comment #11
bletch commented