drupal 6

February 24th 2016 : end of drupal 6 support / Fin du support de drupal 6 en Février 2016.

vers tags drupal, drupal 7 et drupal 8.

Modules Migrate et migrate_d2d

Module Migrate

https://www.drupal.org/project/migrate pour drupal 6 (2.5, nov 2012) et drupal 7 (2.7, fev 2015).

Conversion d'un autre CMS vers drupal, créationusers, nodes... via UI ou drush (recommandé).

Pour la v7, aucun module requis contrairement aux v6.

modules de migration spécialisés

migrate_d2d, https://www.drupal.org/project/wordpress_migrate, ...

Editions ixe, or how to repair a broken drupal 6 (migration to drupal 7)

Upgrading your Views from Drupal 6 to Drupal 7

Updating templates

If you have theme files for node-view-$viewname of comment-view-$viewname you have
to convert them to node--view--$viewname or comment--view--$viewname.

Updating table templates

The class variable was renamed to $classes. Additional if you want to add
classes, you should add it to $classes_array and drupal will automatically convert it to the $classes string.

cron webhost

When the system runs your cron jobs, the current directory is /home/axxxxxxx/ rather than /home/axxxxxxx/public_html. The cron.php program will refuse to work because it can't find necessary .inc files. Adding a chdir command to switch to public_html directory in cron.php will solve this problem. Here's an example:

Subscribe to RSS - drupal 6