Closed (fixed)
Project:
Notify
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Sep 2007 at 22:56 UTC
Updated:
10 Mar 2009 at 04:30 UTC
Hi!
After I enabled this module, there are a few weird things (and this module doesn't works)
1. All users can see in their profile link "Notification settings" although only admin have access rule for it
2. On Notification settings tab When I click on this link (on any user profile), I got this error message
"Your e-mail address must be specified on your my account page." BUT I have specified email for each user and it works
3. the link in link in this message is bad - in any user profile it is , the link is always: user/%252Fedit (right url have to be user/*/edit)
So I cannot use this module, because point 2.
I am using Drupal 5.2, node profile
Thanks
Igor
somvprahe.sk
Comments
Comment #1
igorik commentedsorry, the first point is wrong, it was there because I looked at user profiles as the admin.
others two points are right.
I was on notification settings as logged standard user and all these problems are there.
igor
Comment #2
jtjones23 commentedI'm having the same problem. Imported 4,000 nodes which caused the cron run to fail so I deleted notify and dropped the notify table. Now when I reinstall notify, it's not creating a new table which results in the "Your e-mail address must be specified..." error. Suggestions?
Bump
Comment #3
vm commentedwhen you deleted the table I assume you did this manually instead of using the uninstall tab.
Reading the install file of a module shows you what the install did to the DB. that said, you will see that the system table and possibly the variables table has stored module information, that would have also been removed had the uninstall hook be ran using the uninstall tab in adminsiter -> modules
therefore you have to remove the entries for the module you want to remove from the DB.
Comment #4
jtjones23 commentedThanks Very,
Yes, I dropped the table manually as I had momentarily forgot about the uninstall feature. Lesson learned. Now, I just need to get over my fear of touching the system table.
Comment #5
Standart commentedI checked an couldn't confirm any of your issues. I don't even understand why there is a check for the email address because I couldn't find a way to not enter a valid email address just to see the error message. I could when I removed the email address of my test account manually from the DB but the message was ok (no %252F).
I'm using Drupal 5.10 and the latest Notify 5.x.1.x-dev on Apache 2.2 with mod_php 5.2.6. Maybe there's a problem with your setup?
Comment #6
matt2000 commentedThis is similar to #300280: My Settings / Notification Settings page for the D6 version, where fixes are being made. I'll backport to D5 momentarily, so look for new -dev snapshot.
Comment #7
1kenthomas commentedLooks to be duplicate of http://drupal.org/node/300280 and fixed in -dev for D5. OK to close?
Comment #8
vm commentedI think so.