# Controller wird nicht angelegt

**URL:** https://forum.shopware.com/t/controller-wird-nicht-angelegt/2009
**Category:** Shopware 3.5
**Tags:** programming
**Created:** [1. März 2011 um 11:39 UTC](https://forum.shopware.com/t/controller-wird-nicht-angelegt/2009 "2011-03-01T11:39:49Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![ottscho](https://avatars.discourse-cdn.com/v4/letter/o/7ba0ec/32.png) [@ottscho](https://forum.shopware.com/u/ottscho)
#### Post date: [1. März 2011 um 11:39 UTC](https://forum.shopware.com/t/controller-wird-nicht-angelegt/2009/1 "2011-03-01T11:39:49Z")

</div>

Hey, warum wird mein Controller nicht erzeugt? Ich kann kein Fehler finden: [code][\<?php class Shopware\_Plugins\_Backend\_Vrpay\_Bootstrap extends Shopware\_Components\_Plugin\_Bootstrap

{

```
public function install()

{	

	
	$event = $this->createEvent( 'Enlight\_Controller\_Dispatcher\_ControllerPath\_Frontend\_Vrpay', 'onGetControllerPath' ); $this-\>subscribeEvent($event); $event = $this-\>createEvent( 'Enlight\_Controller\_Action\_PostDispatch\_Frontend\_Checkout', 'onPostDispatch' ); $this-\>subscribeEvent($event); return true; } } /code]
```
