This topic contains 3 replies, has 2 voices, and was last updated by Mike Kudelya 5 years, 2 months ago.
-
Topic
-
Hi, I fight with moving oroplatform under prefix. Im getting errors dont know why.
My routing.yml looks now that:
1234567891011121314151617181920## ORO routes#oro_default:path: /admin/defaults:_controller: OroDashboardBundle:Dashboard:vieworo_auto_routing:prefix: /adminresource: .type: oro_autooro_expose:prefix: /adminresource: .type: oro_exposecsme:resource: "@AppBundle/Controller/"type: annotationNow my Default controller works well, but i cannot access to the admin url im getting error like this when security inside app folder is empty:
1UndefinedMethodException in Manager.php line 232: Attempted to call an undefined method named "getOrganizationContext" of class "Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken"When i configure security.yml im getting errors like this issue:
Issue 53
But i cant fix it to work…Can someone help me how to setup rights security with routings i want only move oroplatform all functions under /admin and build front of application in AppBundle
Im the new in ORO,
thanks for any reply.
The forum ‘OroPlatform – Security’ is closed to new topics and replies.