When using /admin/settings/emailpage I can pretend to change settings. For instance, Show link on index pages?: Yes and Flood Control: 5 and then press "Save Configuration."

But the page refreshes and I'm back to the default.

Comments

meba’s picture

confirming...appears in both 4.7 and cvs version

meba’s picture

Priority: Normal » Critical

I think this is critical...

angelahoistion’s picture

ditto...noticed the same 'challenge'
tried to change "Show link on index pages?:" to No (since I don't want this on the front page), clicked 'Save Configuration' but option doesn't change and this link still shows on front page....

reynolds23’s picture

I've just installed this module, running Drupal 4.7 -- I'm leaving it active, since people are "looking into it" for me, but it leaves us open to people possibly being able to send quite a bit of e-mail through our server if they can get in? I cant get it to send mail, so I'm safe, but if I could fix the settings I wonder if the rest would fix. This is one of two bugs rendering this module useless at the moment.

angelahoistion’s picture

Status: Active » Fixed

What I did was go into the emailpage.module code and on line 144 changed the 0 to a 1 (yes this is counterintuitive to what is listed) but this fixes the bug...

I even tested it on the settings page and now the yes/no option is funtional!!!!

angelahoistion’s picture

perhaps I should be more descriptive of which 0 was changed:
original code:
('emailpage_show_on_main', 0)

new code:
('emailpage_show_on_main', 1)

Anonymous’s picture

Status: Fixed » Closed (fixed)