Views alpha pager error message when at user/uid/signups
bsherwood - April 1, 2008 - 00:46
| Project: | Views Alpha Pager |
| Version: | 5.x-1.4 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
I am recieving this error when at i go to any user/uid/signups page:
Alpha Pager enabled without a sort column, please set a sort column, defaulting to numeric pager
I am running CCK/Views/Panels/Current Pagers/Views Alpha Pager.
Could you maybe offer some insight on how to fix this. It only happens at /user/uid/signups
Thanks!

#1
Sounds like an error message generated by Views alpha pager (which I've never used and have no experience with). Wild guess based on the text of the error message: the default view at user/uid/signups doesn't include any fields you can sort on, and views alpha pager freaks out. No idea why. You'd have to get some help from the views alpha pager folks. Probably you need to modify your view in some way. For example, you probably want to include a date field of some kind, either via date.module or event.module, and once you do that, you could make that column sortable, and then views alpha pager will probably be happy.