beberlei / AcmePizzaBundle

Acme Form Experimental Bundle
131 stars 27 forks source link

2.1 compatibility issue? #46

Open llbbl opened 12 years ago

llbbl commented 12 years ago

I updated the deprecated methods in the controllers. I think I have everything installed properly, database wise. I used composer to build a vanilla version of 2.1 and composer to install the pizzabundle.

Getting the fatal error below

Fatal error: Declaration of Acme\PizzaBundle\Form\OrderFormType::buildForm() must be compatible with that of Symfony\Component\Form\FormTypeInterface::buildForm() in C:\Users\llindquist\Web\acmepizza\vendor\beberlei\acme-pizza\Acme\PizzaBundle\Form\OrderFormType.php on line 11

brikou commented 12 years ago

Maybe you can open a WIP PR, cheer

thoroc commented 11 years ago

maybe you should check the upgrade process: https://github.com/symfony/symfony/blob/master/UPGRADE-2.1.md ?