I downloaded the module today and installed it without making changes in the settings.
When I click on "email this page" I get the following error: "page not found" with URL: http://drupal47.promes.nl/emailpage%2526nid%3D6.
I my browser, when I hover over "email this page" I see as link:
http://drupal47.promes.nl/emailpage%26nid%3D6
Somehow the "25" is inserted.
When I change the URL to http://drupal47.promes.nl/emailpage%26nid%3D6 then the correct page is shown.
How can I fix this?
Comments
Comment #1
xamox commentedI am getting the same problem.
Comment #2
casperl commentedDitto, since upgrading to D 4.7.4 (the only admin action since) this module now provides "Page Not Found" when clicking on page on page link. Also the >> administer >> settings >> emailpage URL produces "Page Not Found"
URL http://boerboel.co.za/admin/settings/emailpage produces "Page Not Found"
URL http://boerboel.co.za/emailpage%2526nid%3D1929 produces "Page Not Found"
Disabling clean URL's has same effect:
http://boerboel.co.za/?q=admin/settings/emailpage produces "Page Not Found"
Updating with the latest 4.7 email_page module (14/3/2006) + usual panacea such as 'truncate cache' does not work either. Error is consistent across logged in / admin / logged out users. Correct access permissions does exist for all roles. My environment is Apache 2, PHP 5, Linux, MySQL 4.1. Did work until I tried the first action several days past 4.7.4 upgrade.
OK, I determined this: The incorrect URL http://boerboel.co.za/emailpage%2526nid%3D1929
works if % is replaced manually with / as in http://boerboel.co.za/emailpage/2526nid/3D1929 and brings up a email page - however, I am still waiting for the message.
After I once entered the corrected working URL above, now the URL http://boerboel.co.za/admin/settings/emailpage does work! These actions are all since I emptied the cache!
Comment #3
xamox commentedFor those who care I have since moved to the forward module and it provides the same exact functionality as this.
Comment #4
drummSee http://drupal.org/node/61786#comment-151044