You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to install the bridge on contao 4.4.28, composer task is terminated. Error message is:
19:21:15 ERROR [console] Error thrown while running command "cache:warmup --env=prod". Message: "[Semantical Error] The annotation "@Sensio\Bundle\FrameworkExtraBundle\Configuration\Route" in class Ctsmedia\Phpbb\BridgeBundle\Controller\ConnectController does not exist, or could not be auto-loaded in /www/htdocs/.../vendor/ctsmedia/contao-phpbb-bridge-bundle/src/Controller/ (which is being imported from "/www/htdocs/.../vendor/ctsmedia/contao-phpbb-bridge-bundle/src/ContaoManager/../Resources/config/routing.yml"). Make sure annotations are installed and enabled." ["exception" => Symfony\Component\Config\Exception\FileLoaderLoadException { …},"command" => "cache:warmup --env=prod","message" => "[Semantical Error] The annotation "@Sensio\Bundle\FrameworkExtraBundle\Configuration\Route" in class Ctsmedia\Phpbb\BridgeBundle\Controller\ConnectController does not exist, or could not be auto-loaded in /www/htdocs/.../vendor/ctsmedia/contao-phpbb-bridge-bundle/src/Controller/ (which is being imported from "/www/htdocs/.../vendor/ctsmedia/contao-phpbb-bridge-bundle/src/ContaoManager/../Resources/config/routing.yml"). Make sure annotations are installed and enabled."]
Contao installation is not working afterwards (Error 500).
It seems that the Bridge uses the package "sensio/framework-extra-bundle" but does not define the dependencies. Contao doesn't need the package anymore (as I was told in the community forum), that's why it throws the error.
The text was updated successfully, but these errors were encountered:
When trying to install the bridge on contao 4.4.28, composer task is terminated. Error message is:
Contao installation is not working afterwards (Error 500).
It seems that the Bridge uses the package "sensio/framework-extra-bundle" but does not define the dependencies. Contao doesn't need the package anymore (as I was told in the community forum), that's why it throws the error.
The text was updated successfully, but these errors were encountered: