I failed to upgrade riddler from Drupal 6.x to Drupal 7.x because there is no upgrade path. So I attached a patch for upgrade support.
For developers: In 6.x questions and answers were stored in the variable table. The actual version now uses its own database table `riddler_questions`. I added a method to the install file which copies the questions from the variables to the new table (I didn't remove the old variable entries).
| Comment | File | Size | Author |
|---|---|---|---|
| riddler-drupal-7-upgrade.patch | 1.13 KB | Helmut Neubauer |
Comments
Comment #1
Anonymous (not verified) commentedWorks for me. Thanks!
Comment #2
pifagor commentedlook good
Comment #3
alex_optimComment #5
alex_optim