eltrino / diamantedesk-application

DiamanteDesk
http://diamantedesk.com/
Other
118 stars 42 forks source link

PHP Fatal error: Uncaught InvalidArgumentException: Unknown compiler #32

Closed stephanvierkant closed 4 years ago

stephanvierkant commented 7 years ago

I'm trying to install diamantedesk (master) with oro/platform master, I got this error message:

Fatal error: Uncaught RuntimeException: PHP Fatal error: Uncaught Symfony\Component\DependencyInjection\Exception\InvalidArgumentException: Unknown compiler pass "Oro\Bundle\PlatformBundle\DependencyInjection\Compiler\UpdateDoctrineEventHandlersPass". in /home/stephan/scrn/edesk/vendor/oro/platform/src/Oro/Bundle/EntityExtendBundle/OroEntityExtendBundle.php on line 131

RuntimeException: PHP Fatal error: Uncaught Symfony\Component\DependencyInjection\Exception\InvalidArgumentException: Unknown compiler pass "Oro\Bundle\PlatformBundle\DependencyInjection\Compiler\UpdateDoctrineEventHandlersPass". in /home/stephan/scrn/edesk/vendor/oro/platform/src/Oro/Component/DependencyInjection/ExtendedContainerBuilder.php:86

Tested on PHP 7.0.7 and 5.6.22. When I try to install oro/platform as a separate project, it works.

chris-freedom commented 7 years ago

@stephanvierkant DiamanteDesk doesn't support current master branch of Oro Platform. Try to install DiamanteDesk 2.0.1 version.

stephanvierkant commented 7 years ago

Unfortunately that branch doesn't support PHP 7 right now. I was a bit surprised by their update policy: https://github.com/orocrm/platform/issues/545

What are your plans with updating to the latest stable version of oro/platform?

odi-um commented 7 years ago

@stephanvierkant explanation could be found in #33