# Kleiner Fehler Migration Guide

**URL:** https://forum.shopware.com/t/kleiner-fehler-migration-guide/7760
**Category:** Shopware 3.5
**Tags:** general
**Created:** [19. Juli 2012 um 11:28 UTC](https://forum.shopware.com/t/kleiner-fehler-migration-guide/7760 "2012-07-19T11:28:46Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![fdehn](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.shopware.com/fdehn/32/86_2.png) [@fdehn](https://forum.shopware.com/u/fdehn)
#### Post date: [19. Juli 2012 um 11:28 UTC](https://forum.shopware.com/t/kleiner-fehler-migration-guide/7760/1 "2012-07-19T11:28:46Z")

</div>

Hallo zusammen. Bei folgender Angabe im Guide fehlt eine Kleinigkeit: ` // Formular unter "Schnittstellen" einhängen $parent = $formRepository-\>findOneBy(array( 'name' =\> 'Interface'// (Schnittstellen siehe: s\_core\_config\_forms.name) )); $form-\>setParent($parent); ` Im obigen Codeschnipsel fehlt ein Detail: ` // Formular unter "Schnittstellen" einhängen $formRepository = $this-\>Forms(); // fehlt im Guide! $parent = $formRepository-\>findOneBy(array( 'name' =\> 'Interface'// (Schnittstellen siehe: s\_core\_config\_forms.name) )); $form-\>setParent($parent); ` Grüße aus Hessen
