views:

56

answers:

2

I'm learning how to use Draggable Views for Drupal 6 for the first time, following this tutorial: http://thedesignspace.net/MT2archives/000666.html . I'm encountering a problem though: in part 4, once I set up the draggable table ( http://thedesignspace.net/MT2archives/000708.html ) the entire preview disappears, showing no table. Switching the style to another type, such as table, brings everything back. Directly viewing the page from its path makes no difference. Any ideas of what the problem could be?

A: 

I'm having the same problem. Were you able to solve this?

Ben
This is not an answer; it should be added as comment.
kiamlaluno
After triple checking, I found that I had a couple of out of date modules. Updating them according to best practices got everything working again. Always check again, even if you are sure that all of your module are up to date.
ford
Kiamlaluno, My apologies for using the answer field when I should have commented. Thanks for setting me straight.Ford, I'll check again and make sure I've got the latest versions of my modules. Do you remember which one(s) were problematic for you?
Ben
Several modules were out of date. Some Views field type add ons, Chaos tools.
ford
A: 

Not all of my modules were up to date when I encountered this problem. My mistake. Always update all modules first upon being stumped by incompatibility errors, even if the modules in question do not seem to have anything to do with the error.

ford