[FLOW3-general] Re: Re: Fatal error after update

Felix Nagel info at felixnagel.com
Mon Mar 11 16:58:25 CET 2013


Thanks, together with Wasko's email I was able to get this working.

Solution was to add two "doctrine"-lines in /composer.json
..
    "require": {
        "doctrine/orm": "2.3.1",
        "doctrine/dbal": "2.3.1",
        "typo3/flow": "2.0.*",
       ....
      }
 ....

Thanks for you help!


More information about the FLOW3-general mailing list