Modulmigration D6 nach D7 Drupal Commerce Camp 2011 4. September 2011.

Post on 05-Apr-2015

109 views 1 download

Transcript of Modulmigration D6 nach D7 Drupal Commerce Camp 2011 4. September 2011.

Modulmigration D6 nach Modulmigration D6 nach D7D7Drupal Commerce Camp 20114. September 2011

Über michÜber mich1983 IBM AS4001995 Informatik Ing. HTLC, C++JavaTheologie StudiumPHP

Geschäftsführer Plüss Productionverheiratet, 4 Kinder

link_node Modullink_node ModulFilterErstellt Links auf andere NodesBsp. www.pluess-production.ch

PHP Drupal

Es gibt noch keine D7 Version

Vorbereitungen MigrationVorbereitungen Migrationnacktes Drupal 7 installierengit clone des Drupal 6 Modulsüberprüfen unter Module

.info Datei anpassen.info Datei anpassenWriting .info files (Drupal 7.x)http://drupal.org/node/542202

core = 7.xdependencies Format hat geändertconfigure…

Modul einschaltenModul einschalten

1. WSOD ask Google2. node_get_types existiert nicht mehr

3. Converting 6.x modules to 7.xhttp://drupal.org/update/modules/6/7

4. API referencehttp://api.drupal.org

Modul testenModul testen/admin/config/content/formats/

filtered_html Filter wird nicht erkannt.

Code lesenHooks identifizierenÄnderungen nachlesen

Black Box StrategieBlack Box Strategie.info Datei anpassenTesten was nicht geht.Fehlermeldungen auswerten

White Box StrategieWhite Box StrategieCode lesenHooks identifizierenÄnderungen nachlesen

InformationsquellenInformationsquellen

1. Converting 6.x modules to 7.xhttp://drupal.org/update/modules/6/7

2. API referencehttp://api.drupal.org

3. Google4. Drupal Community (Forum, IRC, User

Group, … )5. http://drupal.stackexchange.com

Success StoriesSuccess StoriesMaillog Modul

◦1 Tag Aufwand◦Todo: Integration mit anderen Mail Modulen

Link Node Modul◦½ Tag Aufwand◦Todo: Nodetype Settings werden nicht

gespeichert.

FragenFragen

?