I have an annoying problem here with my Drupal 4.6.4 installation.

Basically, when I try to see the second page of posts using the 'next page' link at the bottom, I get an URL like 'http://snoop.alphanet.ch/index.php?q=node&from=7' which will not work. It would rather be http://snoop.alphanet.ch/index.php?q=node&from=7'

I run on PHP 5.0.5 with Postgres, but I don't think this is a DB problem, rather something in a *.inc file or maybe node.module.

On a quick check, this also happens in all other places, not only in node.module. I can confirm that this happens in admin.module as well.

Comments

mousse-man’s picture

Component: node system » base system

Possibly the problem is in 'pager.inc'.

Tobias Maier’s picture

this is a duplicate of http://drupal.org/node/39566
--> @mousse-man: please mark it as duplicate after you read this

_maybe_ it helps if you redownload the 4.6.4-release...
or you patch your release by yourself...

mousse-man’s picture

Status: Active » Closed (duplicate)

It is actually a duplicate of the bug mentioned in the comment above. However, search terms are sometimes not my thing... :)