I followed the directions noted here (http://drupal.org/node/244312#comment-800798) using the 2008-Jun-04 codebase. I now have triple-checked to make sure I did everything correctly, and I always get a blank page.

The page returns the View title, the View tabs of "view/edit/clone/export" for an admin, but nothing underneath it.

Comments

greenskin’s picture

Change the view type to table list or something and make sure that the nodes are indeed pulling like they should. The newest dev release adds a couple columns to the table, so make sure to run update.php.

sgdev’s picture

After changing to a table list, I saw that the view was not pulling the right fields. I needed to be using "User Profile: Location: Latitude/Longitude", not "User Profile: User Location: Latitude/Longitude".

As for adding a couple of columns in the newest dev release, I added another issue about this. They are added in the code, but they are not in the install file.

sgdev’s picture

Status: Active » Closed (fixed)