Hi,

Apologies for a double post - seems this would have been the right place to ask!

Have tried both the 4.7 and the CVS release of this module and am having problems. When enabled, all the links appear fine in the correct places, but when a user clicks on the "Email this page" link they get "Page not found" on every one.

The web browser (Firefox or IE) shows that they have tried to go to the address

www.example.com/?q=emailpage%26nid%3D31

for instance, and this is how it is shown in the source - i.e. %26 instead of & and %3D instead of =

I wonder if it is anything to do with cleanurls? I do not have them enabled. I've examined the settings and searched for assistance but can't see what I'm doing wrong!

I also figured it might be something to do with line 51; I changed the reference there from
"emailpage&nid=$node->nid"
to
url('emailpage', 'nid='. $node->nid)

but it didn't help (it didn't make it worse either!). Didn't surprise me much, because I am extremely amateur and it was basically the trial and error principle :-)

Thanks for any help. I am guessing I'm doing something stupid as I can't find anyone else having the same problem!

Comments

justinian’s picture

I had the same problem with clean urls disabled. If you're able to enable clean urls it works fine.
Cheers,
Justinian

RaRi’s picture

Got the same problem and no solution yet.
Any help is welcome. I really like the emailpage function !!

hectorplus’s picture

Title: "Page not found" on Drupal 4.7 beta 4 » "Page not found" on Drupal 4.7

Same here, i had to disable the email this page for now untill a fix is available.

lanesharon’s picture

I have the latest 4.7 cvs of emailpage, and I am getting the emails sent, with proper links for both node numbers and url aliases.

hectorplus’s picture

I downloaded the latest cvs, but no luck yet. I still get page not found.

AjK’s picture

have you seen this issue thread ?

http://drupal.org/node/63624

regards
--AjK

darren oh’s picture

Status: Active » Closed (duplicate)

Duplicate of issue 61786.