using postgresql 8.3.5 on linux, site_map won't work until i modify a query in the site_map.module file:

-    $result = db_query_range("SELECT DISTINCT u.uid, u.name
+    $result = db_query_range("SELECT DISTINCT u.uid, u.name, n.created
CommentFileSizeAuthor
site_map.module.diff561 bytessed
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

frjo’s picture

If you have time I would appreciate if you could try out the 6-dev version. I have rebuilt this part of the code there.

miche’s picture

+1

frjo’s picture

Status: Active » Closed (duplicate)
Liam Morland’s picture