I am having Druapl 6.1 on my machine but I dont want it anymore becaused we decided to proceed woth version 5.x only.
So what I need to do?? I need to uninstall 6 and again install 5.x or is there anyway of downgrading???

Comments

cog.rusty’s picture

If you updated your database to Drupal 6, there is no way of downgrading to Drupal 5.

Your only chance is to use a backup of your Drupal 5 database if you have one, and load it to a Drupal 5 installation

empiezas’s picture

I updated my 5.x version to 6.1 and my website can no longer be accessed and this is what appears:

Grafikoncepts
warning: array_map() [function.array-map]: Argument #2 should be an array in /home/product/public_html/grafikonceptsdesigns/modules/system/system.module on line 958.
warning: array_keys() [function.array-keys]: The first argument should be an array in /home/product/public_html/grafikonceptsdesigns/includes/theme.inc on line 1712.
warning: Invalid argument supplied for foreach() in /home/product/public_html/grafikonceptsdesigns/includes/theme.inc on line 1712.

What's worse is that my files in a folder I created has disappeared. It seems like I 'll have to redo the entire website. It sucks, man! And I wish I didn't upgrade it anymore.

cog.rusty’s picture

The error messages probably come from an old module or theme left over from Drupal 5. Drupal 5 modules and themes are not compatible with Drupal 6 and you must replace them with a new version and then run update.php, or disable them and delete them (if a new version does not exist).

About your files folder, unfortunately it was up to you to keep your files when you deleted Drupal 5.

Check or ask whether your host keeps automatic backups. If they do, you may be able to restore your database and/or your files and to go back to Drupal 5.

Experienced admins (who know the procedure well and rarely make mistakes)
(a) always keep a backup before upgrading and
(b) usually do the upgrade on a testing site first and watch out for possible problems.