Many of the drupal modules i want to use doesn't work with drupal 6 and i was wondering if i can go from drupal 6 to drupal 5 without much loss. I don't want to have to start over again if i don't have to. Is there any easy way to do this?

Comments

vm’s picture

Drupal does not provide a downgrade path.

_____________________________________________________________________
My posts & comments are usually dripping with sarcasm.
If you ask nicely I'll give you a towel : )

gpk’s picture

Unfortunately there is no downgrade migration path.

If most of your work is stored in nodes you may be able to write a little D6 module to dump them (or even all the node revisions if you need them) to a file and then wirte a D5 module to import them back into the older version. Saves hours of cut-and-paste. There are some existing modules that do some of this sort of stuff, worth having a look to get ideas. http://drupal.org/node/206666.

gpk
----
www.alexoria.co.uk