I am trying to move my Drupal site from a Fedora machine to an Ubuntu 7.4 machine. Drupal installs fine and works fine until I try to update the database with the tables from the old site. Once I do that, it seems that I lose all sorts of variables:

Notice: Undefined offset: 1 in /var/www/html/nt77/modules/acidfree/acidfree.module on line 237
Notice: Undefined offset: 1 in /var/www/html/nt77/modules/acidfree/contrib/acidfree_slideshow/acidfree_slideshow.module on line 45
Notice: Undefined offset: 1 in /var/www/html/nt77/modules/acidfree/acidfree.module on line 2274
Notice: Undefined offset: 1 in /var/www/html/nt77/modules/acidfree/acidfree.module on line 2277
Notice: Undefined variable: block in /var/www/html/nt77/modules/devel/devel.module on line 202
Notice: Undefined index: #default_value in /var/www/html/nt77/includes/form.inc on line 408
Notice: Undefined index: #default_value in /var/www/html/nt77/includes/form.inc on line 408
Notice: Undefined index: #type in /var/www/html/nt77/includes/form.inc on line 569

I'm pretty sure it has something to do with mysql 5.x, but I don't know what to do about it. Has anyone else had this problem? Does anyone have a solution?

Any advice would be greatly appreciated.

Nick

Comments

se7en’s picture

Are you copying your files over as well? Guessing from the output it looks like the tables you are moving are referencing modules that have not been copied?

If you are trying to move your installation, try copying your files directly from your Fedora machine to Ubuntu and then moving the tables.

I don't know too much about the migration process but docs should exist if you search. I would imagine you will need to run a few queries to update your Drupal location as well...

-- se7en