Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
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.
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!
Comments
Comment #1
killes@www.drop.org commentedI 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.
Comment #2
szuhuey commentedHello,
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.
Comment #3
szuhuey commentedAfter 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!
Comment #4
avpadernoI am closing this issue, since it's for a Drupal version that isn't supported.