Is there a working copy of remind me for 4.7? or a replacement module for it?

Comments

killes@www.drop.org’s picture

I don't think that the HEAD version works fully with 4.7 but you are welcome to try. If it works, let me know, thenI'll branch for 4.7.

szuhuey’s picture

Hello,
I tried to install the latest HEAD version on my 4.7.3 site but it is not working. There are several problems I found.

(1) There seem to be something wrong with the .install file since the remindme_term and remindme_node tables are not created in the mysql database after I enable the module. However, the remindme row shows up in the "system" table.

(2) Step 3 in the INSTALL.TXT file confused me. What do you mean by "Create a taxonomy vocabulary fro yuse with events."? I am not too familiar with creating a taxonomy so can you please explain more? I went to administer -> content -> add vocabulary and created one called "remindme" with type "event" (everything else leave as default: hierarchy: disabled etc.). But I am not sure what to do with it. Am I supposed to add any terms under it? Any help here would be greatly appreciated.

Thanks a lot for all the help.

szuhuey’s picture

After creating the remindme_term and remindme_node tables manually and going to administer -> content -> add vocabulary and created one called "remindme" with type "event" (everything else leave as default: hierarchy: disabled etc.), I tried to test it out a bit even though I am not too sure how this works. I created an event and clicked on "remind me!", then I selected the default "none" for my category and "15 min". After clicking on "Save settings" I get the following:

* warning: array_merge() [function.array-merge]: Argument #1 is not an array in /opt/lampp/htdocs/drupal-4.7.3/modules/remindme/remindme.module on line 135.
* warning: implode() [function.implode]: Bad arguments. in /opt/lampp/htdocs/drupal-4.7.3/modules/remindme/remindme.module on line 150.
* user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') AND e.event_start > 0' at line 1 query: INSERT INTO remindme_node (nid, uid, timestamp) SELECT e.nid, 1, 900 FROM event e INNER JOIN node n ON e.nid = n.nid INNER JOIN term_node t ON t.nid = n.nid WHERE t.tid IN () AND e.event_start > 0 in /opt/lampp/htdocs/drupal-4.7.3/includes/database.mysql.inc on line 120.

Any idea on what happened here? Any help is greatly appreciated!

avpaderno’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

I am closing this issue, since it's for a Drupal version that isn't supported.