Active
Project:
Opt-in
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Feb 2005 at 06:29 UTC
Updated:
6 Oct 2005 at 04:01 UTC
The Opt-in module is currently not working correctly in the CVS version of Drupal.
Comments
Comment #1
njivy commentedHow is it not working?
Comment #2
jasono commentedWell, there's no way of getting to the opt-in configuration screens.
Comment #3
allyak commented#1 is right, there's no way to access admin/user/configure/optin. And when you try and go to admin/user/configure/optin by typing the URL directly, you get an error regarding the undefined "check_query" function.
Comment #4
raintonr commentedI have had success with this module using Drupal 4.6.3 and CVS optin.
There is a mismatch between the column names in the optin.mysql file and those used in the code though. Edit the optin.mysql file and change the name 'profile_field_id' to 'fid' as follows:
Then things should be OK.