I am using this module with Service Links. The module adds "node" to our URLs, for example
http://devtwo.nyclu.org/news/nyclu-celebrates-passage-of-domestic-worker... becomes

http://devtwo.nyclu.org/node/news/nyclu-urges-syracuse-lawmakers-address... which gives a 'page not found' error, of course.

Additionally there is no "Your email" in Internet Explorer but that doesn't seem to be a problem.

I may be too tired to have found the answer to this in the forums, if so, apologies, but any idea where I am going wrong?

Peter

Comments

obiwankaynobi’s picture

subscribing. tried deleting /node from the path in forward.module but it's still there...

pdenoeud’s picture

I have the same issue although I don't use the forward module.
My relative paths are ok in my default language pages (French) but when I set a hyperlink with a relative path in an English page, "/node" gets added to the path, as you describe.
Damned this is frustrating!

TJM’s picture

Forward module (6.x-1.19), Forward Services module (6.x-2.0 ), Service links module (6.x-2.0)
The following is displayed by the forward module.
node/mysite.org/content/today-news
After clicking Send Message the following error is displayed
PAGE NOT FOUND error.
checking the Recent Log Entries yields this error. Notice that mysite.org is found twice in the link
http://www.mysite.org/node/mysite.org/content/today-news
Any clue to eliminate the error?

phiscock’s picture

Subscribe

phiscock’s picture

I have raised this issue under the Service Links issue queue (http://drupal.org/node/988632) as it is occurring with other services as well as Forward.

Paul

cduwe’s picture

There's a patch for Service Links that appears to solve this issue. If you're using both together, give that a try.

john.oltman’s picture

Status: Active » Closed (won't fix)