OroCRM Forums

Covering OroCRM topics, including community updates and company announcements.

Forums Forums OroCRM OroCRM – Installation/Technical Issues or Problems Cannot change entity permissions

This topic contains 2 replies, has 2 voices, and was last updated by  aGiH3k 10 years ago.

Starting from March 1, 2020 the forum has been switched to the read-only mode. Please head to StackOverflow for support.

  • Creator
    Topic
  • #25945

    aGiH3k
    Participant

    Hello,

    I cannot change the entity permissions of a role. The selectboxes in the table don’t appear when I click on the permission labels but I always got a network error:
    “NetworkError: 404 Not Found – http://orocrm.localhost/security/acl-access-levels/entity%3AOroCRM_Bundle_MagentoBundle_Entity_Product

    The routing debug command shows the concerned route:
    oro_security_access_levels ANY ANY ANY /security/acl-access-levels/{oid}

    The problem only occurs in my local development environment (Win7 with XAMMP, PHP5.4.16, Apache/2.4.4).

    Has anybody an idea what could have caused the problem?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Author
    Replies
  • #25946

    Alexandr Smaga
    Participant

    Hello.

    It’s an issue of XAMMP, it denies access to /security* urls. It’s known issue and will be fixed soon. (route name will be changed)

    Please check your httpd-xampp.conf. There should be something like alias

    #25947

    aGiH3k
    Participant

    Hello asmaga,

    thank you for your answer!
    Changing the “security” alias in httpd-xampp.conf solved it!

Viewing 2 replies - 1 through 2 (of 2 total)

The forum ‘OroCRM – Installation/Technical Issues or Problems’ is closed to new topics and replies.

Back to top